public class AttributeOrderXto extends OrderCriterionXto
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 and Description |
|---|
AttributeOrderXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public AttributeReferenceXto getAttribute()
AttributeReferenceXtopublic void setAttribute(AttributeReferenceXto value)
value - allowed object is
AttributeReferenceXtopublic boolean isAscending()
public void setAscending(boolean value)
Copyright © 2016 Eclipse Stardust. All Rights Reserved.