|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.snmpadaptor4j.config.jaxb.Manager
public class Manager
Java class for Manager complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Manager">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="address" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="port" type="{http://www.w3.org/2001/XMLSchema}int" default="162" />
<attribute name="version" default="2">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="1"/>
<maxInclusive value="2"/>
</restriction>
</simpleType>
</attribute>
<attribute name="community" type="{http://www.w3.org/2001/XMLSchema}string" default="public" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
address
|
protected String |
community
|
protected Integer |
port
|
protected Integer |
version
|
| Constructor Summary | |
|---|---|
Manager()
|
|
| Method Summary | |
|---|---|
String |
getAddress()
Gets the value of the address property. |
String |
getCommunity()
Gets the value of the community property. |
int |
getPort()
Gets the value of the port property. |
int |
getVersion()
Gets the value of the version property. |
void |
setAddress(String value)
Sets the value of the address property. |
void |
setCommunity(String value)
Sets the value of the community property. |
void |
setPort(Integer value)
Sets the value of the port property. |
void |
setVersion(Integer value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String address
protected Integer port
protected Integer version
protected String community
| Constructor Detail |
|---|
public Manager()
| Method Detail |
|---|
public String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic int getPort()
Integerpublic void setPort(Integer value)
value - allowed object is
Integerpublic int getVersion()
Integerpublic void setVersion(Integer value)
value - allowed object is
Integerpublic String getCommunity()
Stringpublic void setCommunity(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||