|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.snmpadaptor4j.config.jaxb.Config
public class Config
Java class for Config complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Config">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="daemon" type="{http://www.sf.net/snmpAdaptor4j/config/1.1}Daemon"/>
<element name="managers" type="{http://www.sf.net/snmpAdaptor4j/config/1.1}Managers" minOccurs="0"/>
<element name="roots" type="{http://www.sf.net/snmpAdaptor4j/config/1.1}Roots"/>
<element name="mbeans" type="{http://www.sf.net/snmpAdaptor4j/config/1.1}MBeans" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Daemon |
daemon
|
protected Managers |
managers
|
protected MBeans |
mbeans
|
protected Roots |
roots
|
| Constructor Summary | |
|---|---|
Config()
|
|
| Method Summary | |
|---|---|
Daemon |
getDaemon()
Gets the value of the daemon property. |
Managers |
getManagers()
Gets the value of the managers property. |
MBeans |
getMbeans()
Gets the value of the mbeans property. |
Roots |
getRoots()
Gets the value of the roots property. |
void |
setDaemon(Daemon value)
Sets the value of the daemon property. |
void |
setManagers(Managers value)
Sets the value of the managers property. |
void |
setMbeans(MBeans value)
Sets the value of the mbeans property. |
void |
setRoots(Roots value)
Sets the value of the roots property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Daemon daemon
protected Managers managers
protected Roots roots
protected MBeans mbeans
| Constructor Detail |
|---|
public Config()
| Method Detail |
|---|
public Daemon getDaemon()
Daemonpublic void setDaemon(Daemon value)
value - allowed object is
Daemonpublic Managers getManagers()
Managerspublic void setManagers(Managers value)
value - allowed object is
Managerspublic Roots getRoots()
Rootspublic void setRoots(Roots value)
value - allowed object is
Rootspublic MBeans getMbeans()
MBeanspublic void setMbeans(MBeans value)
value - allowed object is
MBeans
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||