public class Orderby
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}selorder" maxOccurs="unbounded"/> </sequence> <attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}string" default="true" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
enabled |
protected java.util.List<Selorder> |
selorder |
Constructor and Description |
---|
Orderby() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEnabled()
Gets the value of the enabled property.
|
java.util.List<Selorder> |
getSelorder()
Gets the value of the selorder property.
|
void |
setEnabled(java.lang.String value)
Sets the value of the enabled property.
|
protected java.util.List<Selorder> selorder
protected java.lang.String enabled
public java.util.List<Selorder> getSelorder()
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 selorder property.
For example, to add a new item, do as follows:
getSelorder().add(newItem);
Objects of the following type(s) are allowed in the list
Selorder
public java.lang.String getEnabled()
String
public void setEnabled(java.lang.String value)
value
- allowed object is
String