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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
createdOnClause |
protected String |
genericHumanRole |
protected Integer |
maxTasks |
protected List<TStatus> |
status |
protected String |
taskType |
protected String |
whereClause |
protected String |
workQueue |
| Constructor and Description |
|---|
GetMyTaskAbstracts() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected String taskType
protected String genericHumanRole
protected String workQueue
protected String whereClause
protected String createdOnClause
protected Integer maxTasks
public String getTaskType()
Stringpublic void setTaskType(String value)
value - allowed object is
Stringpublic String getGenericHumanRole()
Stringpublic void setGenericHumanRole(String value)
value - allowed object is
Stringpublic String getWorkQueue()
Stringpublic void setWorkQueue(String value)
value - allowed object is
Stringpublic List<TStatus> getStatus()
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
public String getWhereClause()
Stringpublic void setWhereClause(String value)
value - allowed object is
Stringpublic String getCreatedOnClause()
Stringpublic void setCreatedOnClause(String value)
value - allowed object is
Stringpublic Integer getMaxTasks()
IntegerCopyright © 2012 OW2 Consortium. All Rights Reserved.