public class Query extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="selectClause" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="whereClause" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="orderByClause" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="maxTasks" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="taskIndexOffset" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
maxTasks |
protected String |
orderByClause |
protected String |
selectClause |
protected Integer |
taskIndexOffset |
protected String |
whereClause |
| Constructor and Description |
|---|
Query() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxTasks()
Gets the value of the maxTasks property.
|
String |
getOrderByClause()
Gets the value of the orderByClause property.
|
String |
getSelectClause()
Gets the value of the selectClause property.
|
Integer |
getTaskIndexOffset()
Gets the value of the taskIndexOffset property.
|
String |
getWhereClause()
Gets the value of the whereClause property.
|
void |
setMaxTasks(Integer value)
Sets the value of the maxTasks property.
|
void |
setOrderByClause(String value)
Sets the value of the orderByClause property.
|
void |
setSelectClause(String value)
Sets the value of the selectClause property.
|
void |
setTaskIndexOffset(Integer value)
Sets the value of the taskIndexOffset property.
|
void |
setWhereClause(String value)
Sets the value of the whereClause property.
|
protected String selectClause
protected String whereClause
protected String orderByClause
protected Integer maxTasks
protected Integer taskIndexOffset
public String getSelectClause()
Stringpublic void setSelectClause(String value)
value - allowed object is
Stringpublic String getWhereClause()
Stringpublic void setWhereClause(String value)
value - allowed object is
Stringpublic String getOrderByClause()
Stringpublic void setOrderByClause(String value)
value - allowed object is
Stringpublic Integer getMaxTasks()
Integerpublic void setMaxTasks(Integer value)
value - allowed object is
Integerpublic Integer getTaskIndexOffset()
IntegerCopyright © 2012 OW2 Consortium. All Rights Reserved.