|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.orchestra.ws_ht.api.xsd.Query
public class Query
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>
| Field Summary | |
|---|---|
protected Integer |
maxTasks
|
protected String |
orderByClause
|
protected String |
selectClause
|
protected Integer |
taskIndexOffset
|
protected String |
whereClause
|
| Constructor Summary | |
|---|---|
Query()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String selectClause
protected String whereClause
protected String orderByClause
protected Integer maxTasks
protected Integer taskIndexOffset
| Constructor Detail |
|---|
public Query()
| Method Detail |
|---|
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()
Integerpublic void setTaskIndexOffset(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||