public class DataOrderXto extends OrderCriterionXto
Java class for DataOrder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataOrder">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}OrderCriterion">
<sequence>
<element name="dataId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="attribute" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ascending" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DataOrderXto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute()
Gets the value of the attribute property.
|
String |
getDataId()
Gets the value of the dataId property.
|
boolean |
isAscending()
Gets the value of the ascending property.
|
void |
setAscending(boolean value)
Sets the value of the ascending property.
|
void |
setAttribute(String value)
Sets the value of the attribute property.
|
void |
setDataId(String value)
Sets the value of the dataId property.
|
public String getDataId()
Stringpublic void setDataId(String value)
value - allowed object is
Stringpublic String getAttribute()
Stringpublic void setAttribute(String value)
value - allowed object is
Stringpublic boolean isAscending()
public void setAscending(boolean value)
Copyright © 2016 Eclipse Stardust. All Rights Reserved.