public class Query extends Object implements Serializable
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element ref="{http://schema.samply.de/common/Query}Where"/>
<element ref="{http://schema.samply.de/common/Query}OrderBy" minOccurs="0"/>
<element ref="{http://schema.samply.de/common/Query}GroupBy" minOccurs="0"/>
</all>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GroupBy |
groupBy |
protected String |
id |
protected OrderBy |
orderBy |
protected Where |
where |
| Constructor and Description |
|---|
Query() |
| Modifier and Type | Method and Description |
|---|---|
GroupBy |
getGroupBy()
Gets the value of the groupBy property.
|
String |
getId()
Gets the value of the id property.
|
OrderBy |
getOrderBy()
Gets the value of the orderBy property.
|
Where |
getWhere()
Gets the value of the where property.
|
void |
setGroupBy(GroupBy value)
Sets the value of the groupBy property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setOrderBy(OrderBy value)
Sets the value of the orderBy property.
|
void |
setWhere(Where value)
Sets the value of the where property.
|
protected Where where
protected OrderBy orderBy
protected GroupBy groupBy
protected String id
public Where getWhere()
Wherepublic void setWhere(Where value)
value - allowed object is Wherepublic OrderBy getOrderBy()
OrderBypublic void setOrderBy(OrderBy value)
value - allowed object is OrderBypublic GroupBy getGroupBy()
GroupBypublic void setGroupBy(GroupBy value)
value - allowed object is GroupByCopyright © 2021 Samply Community. All rights reserved.