public class Tree
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}prefix" minOccurs="0"/> <element ref="{http://www.highqsoft.de/schema}treenode" maxOccurs="unbounded"/> <element ref="{http://www.highqsoft.de/schema}nodequery" maxOccurs="unbounded"/> <element ref="{http://www.highqsoft.de/schema}postfix" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Nodequery> |
nodequery |
protected Stringvalue |
postfix |
protected Stringvalue |
prefix |
protected java.util.List<Treenode> |
treenode |
Constructor and Description |
---|
Tree() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Nodequery> |
getNodequery()
Gets the value of the nodequery property.
|
Stringvalue |
getPostfix()
Gets the value of the postfix property.
|
Stringvalue |
getPrefix()
Gets the value of the prefix property.
|
java.util.List<Treenode> |
getTreenode()
Gets the value of the treenode property.
|
void |
setPostfix(Stringvalue value)
Sets the value of the postfix property.
|
void |
setPrefix(Stringvalue value)
Sets the value of the prefix property.
|
protected Stringvalue prefix
protected java.util.List<Treenode> treenode
protected java.util.List<Nodequery> nodequery
protected Stringvalue postfix
public Stringvalue getPrefix()
Stringvalue
public void setPrefix(Stringvalue value)
value
- allowed object is
Stringvalue
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.util.List<Nodequery> getNodequery()
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 nodequery property.
For example, to add a new item, do as follows:
getNodequery().add(newItem);
Objects of the following type(s) are allowed in the list
Nodequery
public Stringvalue getPostfix()
Stringvalue
public void setPostfix(Stringvalue value)
value
- allowed object is
Stringvalue