|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.snmpadaptor4j.config.jaxb.Roots
public class Roots
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 |
---|
protected List<Root> root
protected String _default
Constructor Detail |
---|
public Roots()
Method Detail |
---|
public List<Root> getRoot()
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
public String getDefault()
String
public void setDefault(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |