public class Selorder
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}aidname"/>
</sequence>
<attribute name="ascending" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="ascendingref" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}string" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Aidname |
aidname |
protected java.lang.Boolean |
ascending |
protected java.lang.String |
ascendingref |
protected java.lang.String |
enabled |
| Constructor and Description |
|---|
Selorder() |
| Modifier and Type | Method and Description |
|---|---|
Aidname |
getAidname()
Gets the value of the aidname property.
|
java.lang.String |
getAscendingref()
Gets the value of the ascendingref property.
|
java.lang.String |
getEnabled()
Gets the value of the enabled property.
|
boolean |
isAscending()
Gets the value of the ascending property.
|
void |
setAidname(Aidname value)
Sets the value of the aidname property.
|
void |
setAscending(java.lang.Boolean value)
Sets the value of the ascending property.
|
void |
setAscendingref(java.lang.String value)
Sets the value of the ascendingref property.
|
void |
setEnabled(java.lang.String value)
Sets the value of the enabled property.
|
protected Aidname aidname
protected java.lang.Boolean ascending
protected java.lang.String ascendingref
protected java.lang.String enabled
public Aidname getAidname()
Aidnamepublic void setAidname(Aidname value)
value - allowed object is
Aidnamepublic boolean isAscending()
Booleanpublic void setAscending(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getAscendingref()
Stringpublic void setAscendingref(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEnabled()
Stringpublic void setEnabled(java.lang.String value)
value - allowed object is
String