|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.query.OrderCriterionXto
org.eclipse.stardust.engine.api.ws.query.DataOrderXto
public class DataOrderXto
Criterion for ordering elements resulting from a query according to workflow data, either with ascending or descending values.
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 Summary | |
|---|---|
DataOrderXto()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataOrderXto()
| Method Detail |
|---|
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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||