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

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

public class GetMyTaskAbstracts
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="taskType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="genericHumanRole" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="workQueue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="status" type="{http://www.example.org/WS-HT/api}tStatus" maxOccurs="unbounded" minOccurs="0"/>
         <element name="whereClause" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="createdOnClause" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="maxTasks" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String createdOnClause
           
protected  String genericHumanRole
           
protected  Integer maxTasks
           
protected  List<TStatus> status
           
protected  String taskType
           
protected  String whereClause
           
protected  String workQueue
           
 
Constructor Summary
GetMyTaskAbstracts()
           
 
Method Summary
 String getCreatedOnClause()
          Gets the value of the createdOnClause property.
 String getGenericHumanRole()
          Gets the value of the genericHumanRole property.
 Integer getMaxTasks()
          Gets the value of the maxTasks property.
 List<TStatus> getStatus()
          Gets the value of the status property.
 String getTaskType()
          Gets the value of the taskType property.
 String getWhereClause()
          Gets the value of the whereClause property.
 String getWorkQueue()
          Gets the value of the workQueue property.
 void setCreatedOnClause(String value)
          Sets the value of the createdOnClause property.
 void setGenericHumanRole(String value)
          Sets the value of the genericHumanRole property.
 void setMaxTasks(Integer value)
          Sets the value of the maxTasks property.
 void setTaskType(String value)
          Sets the value of the taskType property.
 void setWhereClause(String value)
          Sets the value of the whereClause property.
 void setWorkQueue(String value)
          Sets the value of the workQueue property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

taskType

protected String taskType

genericHumanRole

protected String genericHumanRole

workQueue

protected String workQueue

status

protected List<TStatus> status

whereClause

protected String whereClause

createdOnClause

protected String createdOnClause

maxTasks

protected Integer maxTasks
Constructor Detail

GetMyTaskAbstracts

public GetMyTaskAbstracts()
Method Detail

getTaskType

public String getTaskType()
Gets the value of the taskType property.

Returns:
possible object is String

setTaskType

public void setTaskType(String value)
Sets the value of the taskType property.

Parameters:
value - allowed object is String

getGenericHumanRole

public String getGenericHumanRole()
Gets the value of the genericHumanRole property.

Returns:
possible object is String

setGenericHumanRole

public void setGenericHumanRole(String value)
Sets the value of the genericHumanRole property.

Parameters:
value - allowed object is String

getWorkQueue

public String getWorkQueue()
Gets the value of the workQueue property.

Returns:
possible object is String

setWorkQueue

public void setWorkQueue(String value)
Sets the value of the workQueue property.

Parameters:
value - allowed object is String

getStatus

public List<TStatus> getStatus()
Gets the value of the status property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the status property.

For example, to add a new item, do as follows:

    getStatus().add(newItem);
 

Objects of the following type(s) are allowed in the list TStatus


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

getCreatedOnClause

public String getCreatedOnClause()
Gets the value of the createdOnClause property.

Returns:
possible object is String

setCreatedOnClause

public void setCreatedOnClause(String value)
Sets the value of the createdOnClause 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


Copyright © 2012 OW2 Consortium. All Rights Reserved.