org.eclipse.stardust.engine.api.ws.query
Class DataOrderXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.OrderCriterionXto
      extended by org.eclipse.stardust.engine.api.ws.query.DataOrderXto

public class DataOrderXto
extends OrderCriterionXto

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

DataOrderXto

public DataOrderXto()
Method Detail

getDataId

public String getDataId()
Gets the value of the dataId property.

Returns:
possible object is String

setDataId

public void setDataId(String value)
Sets the value of the dataId property.

Parameters:
value - allowed object is String

getAttribute

public String getAttribute()
Gets the value of the attribute property.

Returns:
possible object is String

setAttribute

public void setAttribute(String value)
Sets the value of the attribute property.

Parameters:
value - allowed object is String

isAscending

public boolean isAscending()
Gets the value of the ascending property.


setAscending

public void setAscending(boolean value)
Sets the value of the ascending property.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.