public class QueryXto extends Object
Java class for Query complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Query">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="predicate" type="{http://eclipse.org/stardust/ws/v2012a/api/query}AndTerm" minOccurs="0"/>
<element name="order" type="{http://eclipse.org/stardust/ws/v2012a/api/query}OrderCriteria" minOccurs="0"/>
<element name="policy" type="{http://eclipse.org/stardust/ws/v2012a/api/query}Policy" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
QueryXto() |
| Modifier and Type | Method and Description |
|---|---|
OrderCriteriaXto |
getOrder()
Gets the value of the order property.
|
PolicyXto |
getPolicy()
Gets the value of the policy property.
|
AndTermXto |
getPredicate()
Gets the value of the predicate property.
|
void |
setOrder(OrderCriteriaXto value)
Sets the value of the order property.
|
void |
setPolicy(PolicyXto value)
Sets the value of the policy property.
|
void |
setPredicate(AndTermXto value)
Sets the value of the predicate property.
|
public AndTermXto getPredicate()
AndTermXtopublic void setPredicate(AndTermXto value)
value - allowed object is
AndTermXtopublic OrderCriteriaXto getOrder()
OrderCriteriaXtopublic void setOrder(OrderCriteriaXto value)
value - allowed object is
OrderCriteriaXtopublic PolicyXto getPolicy()
PolicyXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.