|
|||||||||
| 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.AttributeOrderXto
public class AttributeOrderXto
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 |
|---|
public AttributeOrderXto()
| Method Detail |
|---|
public AttributeReferenceXto getAttribute()
AttributeReferenceXtopublic void setAttribute(AttributeReferenceXto value)
value - allowed object is
AttributeReferenceXtopublic boolean isAscending()
public void setAscending(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||