net.sf.snmpadaptor4j.config.jaxb
Class Config

java.lang.Object
  extended by net.sf.snmpadaptor4j.config.jaxb.Config

public class Config
extends Object

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

daemon

protected Daemon daemon

managers

protected Managers managers

roots

protected Roots roots

mbeans

protected MBeans mbeans
Constructor Detail

Config

public Config()
Method Detail

getDaemon

public Daemon getDaemon()
Gets the value of the daemon property.

Returns:
possible object is Daemon

setDaemon

public void setDaemon(Daemon value)
Sets the value of the daemon property.

Parameters:
value - allowed object is Daemon

getManagers

public Managers getManagers()
Gets the value of the managers property.

Returns:
possible object is Managers

setManagers

public void setManagers(Managers value)
Sets the value of the managers property.

Parameters:
value - allowed object is Managers

getRoots

public Roots getRoots()
Gets the value of the roots property.

Returns:
possible object is Roots

setRoots

public void setRoots(Roots value)
Sets the value of the roots property.

Parameters:
value - allowed object is Roots

getMbeans

public MBeans getMbeans()
Gets the value of the mbeans property.

Returns:
possible object is MBeans

setMbeans

public void setMbeans(MBeans value)
Sets the value of the mbeans property.

Parameters:
value - allowed object is MBeans


Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.