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

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

public class AttributeOrderXto
extends OrderCriterionXto

Criterion for ordering elements resulting from a query according to a given attribute, either with ascending or descending values.

Java class for AttributeOrder complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AttributeOrder">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}OrderCriterion">
       <sequence>
         <element name="attribute" type="{http://eclipse.org/stardust/ws/v2012a/api/query}AttributeReference"/>
         <element name="ascending" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
AttributeOrderXto()
           
 
Method Summary
 AttributeReferenceXto getAttribute()
          Gets the value of the attribute property.
 boolean isAscending()
          Gets the value of the ascending property.
 void setAscending(boolean value)
          Sets the value of the ascending property.
 void setAttribute(AttributeReferenceXto value)
          Sets the value of the attribute property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeOrderXto

public AttributeOrderXto()
Method Detail

getAttribute

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

Returns:
possible object is AttributeReferenceXto

setAttribute

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

Parameters:
value - allowed object is AttributeReferenceXto

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.