|
||||||||||
| 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.GetMyTaskAbstracts
public class GetMyTaskAbstracts
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 |
|---|
protected String taskType
protected String genericHumanRole
protected String workQueue
protected List<TStatus> status
protected String whereClause
protected String createdOnClause
protected Integer maxTasks
| Constructor Detail |
|---|
public GetMyTaskAbstracts()
| Method Detail |
|---|
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()
Integerpublic void setMaxTasks(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||