org.ow2.orchestra.ws_ht.api.xsd
Class Query

java.lang.Object
  extended by org.ow2.orchestra.ws_ht.api.xsd.Query

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>
 


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

selectClause

protected String selectClause

whereClause

protected String whereClause

orderByClause

protected String orderByClause

maxTasks

protected Integer maxTasks

taskIndexOffset

protected Integer taskIndexOffset
Constructor Detail

Query

public Query()
Method Detail

getSelectClause

public String getSelectClause()
Gets the value of the selectClause property.

Returns:
possible object is String

setSelectClause

public void setSelectClause(String value)
Sets the value of the selectClause property.

Parameters:
value - allowed object is String

getWhereClause

public String getWhereClause()
Gets the value of the whereClause property.

Returns:
possible object is String

setWhereClause

public void setWhereClause(String value)
Sets the value of the whereClause property.

Parameters:
value - allowed object is String

getOrderByClause

public String getOrderByClause()
Gets the value of the orderByClause property.

Returns:
possible object is String

setOrderByClause

public void setOrderByClause(String value)
Sets the value of the orderByClause property.

Parameters:
value - allowed object is String

getMaxTasks

public Integer getMaxTasks()
Gets the value of the maxTasks property.

Returns:
possible object is Integer

setMaxTasks

public void setMaxTasks(Integer value)
Sets the value of the maxTasks property.

Parameters:
value - allowed object is Integer

getTaskIndexOffset

public Integer getTaskIndexOffset()
Gets the value of the taskIndexOffset property.

Returns:
possible object is Integer

setTaskIndexOffset

public void setTaskIndexOffset(Integer value)
Sets the value of the taskIndexOffset property.

Parameters:
value - allowed object is Integer


Copyright © 2012 OW2 Consortium. All Rights Reserved.