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