|
|||||||||
| 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.QueryXto
public class QueryXto
A query contains three optional elements: The 'predicate' element used for filtering contains an and-conjunction of predicates. The 'order' element used to specify a custom order. The 'policy' element used to specify policies e.g. a 'subsetPolicy' to limit results to a subset.
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 Summary | |
|---|---|
QueryXto()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryXto()
| Method Detail |
|---|
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()
PolicyXtopublic void setPolicy(PolicyXto value)
value - allowed object is
PolicyXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||