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()
Aidname
public void setAidname(Aidname value)
value
- allowed object is
Aidname
public boolean isAscending()
Boolean
public void setAscending(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getAscendingref()
String
public void setAscendingref(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEnabled()
String
public void setEnabled(java.lang.String value)
value
- allowed object is
String