public class Treenode
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.highqsoft.de/schema}treenode" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="queryref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
queryref |
protected java.util.List<Treenode> |
treenode |
| Constructor and Description |
|---|
Treenode() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getQueryref()
Gets the value of the queryref property.
|
java.util.List<Treenode> |
getTreenode()
Gets the value of the treenode property.
|
void |
setQueryref(java.lang.String value)
Sets the value of the queryref property.
|
protected java.util.List<Treenode> treenode
protected java.lang.String queryref
public java.util.List<Treenode> getTreenode()
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 treenode property.
For example, to add a new item, do as follows:
getTreenode().add(newItem);
Objects of the following type(s) are allowed in the list
Treenode
public java.lang.String getQueryref()
Stringpublic void setQueryref(java.lang.String value)
value - allowed object is
String