net.sf.snmpadaptor4j.config.jaxb
Class Roots

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

public class Roots
extends Object

Java class for Roots complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Roots">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="root" type="{http://www.sf.net/snmpAdaptor4j/config/1.1}Root" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="default" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String _default
           
protected  List<Root> root
           
 
Constructor Summary
Roots()
           
 
Method Summary
 String getDefault()
          Gets the value of the default property.
 List<Root> getRoot()
          Gets the value of the root property.
 void setDefault(String value)
          Sets the value of the default property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

root

protected List<Root> root

_default

protected String _default
Constructor Detail

Roots

public Roots()
Method Detail

getRoot

public List<Root> getRoot()
Gets the value of the root property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the root property.

For example, to add a new item, do as follows:

    getRoot().add(newItem);
 

Objects of the following type(s) are allowed in the list Root


getDefault

public String getDefault()
Gets the value of the default property.

Returns:
possible object is String

setDefault

public void setDefault(String value)
Sets the value of the default property.

Parameters:
value - allowed object is String


Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.