public class TTask extends TExtensibleElements
Java class for tTask complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tTask">
<complexContent>
<extension base="{http://www.example.org/WS-HT}tExtensibleElements">
<sequence>
<element name="interface" type="{http://www.example.org/WS-HT}tTaskInterface"/>
<element ref="{http://www.example.org/WS-HT}priority" minOccurs="0"/>
<element ref="{http://www.example.org/WS-HT}peopleAssignments"/>
<element name="delegation" type="{http://www.example.org/WS-HT}tDelegation" minOccurs="0"/>
<element name="presentationElements" type="{http://www.example.org/WS-HT}tPresentationElements"/>
<element name="outcome" type="{http://www.example.org/WS-HT}tQuery" minOccurs="0"/>
<element name="searchBy" type="{http://www.example.org/WS-HT}tExpression" minOccurs="0"/>
<element name="renderings" type="{http://www.example.org/WS-HT}tRenderings" minOccurs="0"/>
<element name="deadlines" type="{http://www.example.org/WS-HT}tDeadlines" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TTaskInterface |
_interface |
protected TDeadlines |
deadlines |
protected TDelegation |
delegation |
protected String |
name |
protected TQuery |
outcome |
protected TPeopleAssignments |
peopleAssignments |
protected TPresentationElements |
presentationElements |
protected TPriority |
priority |
protected TRenderings |
renderings |
protected TExpression |
searchBy |
any, documentation| Constructor and Description |
|---|
TTask() |
| Modifier and Type | Method and Description |
|---|---|
TDeadlines |
getDeadlines()
Gets the value of the deadlines property.
|
TDelegation |
getDelegation()
Gets the value of the delegation property.
|
TTaskInterface |
getInterface()
Gets the value of the interface property.
|
String |
getName()
Gets the value of the name property.
|
TQuery |
getOutcome()
Gets the value of the outcome property.
|
TPeopleAssignments |
getPeopleAssignments()
Gets the value of the peopleAssignments property.
|
TPresentationElements |
getPresentationElements()
Gets the value of the presentationElements property.
|
TPriority |
getPriority()
Gets the value of the priority property.
|
TRenderings |
getRenderings()
Gets the value of the renderings property.
|
TExpression |
getSearchBy()
Gets the value of the searchBy property.
|
void |
setDeadlines(TDeadlines value)
Sets the value of the deadlines property.
|
void |
setDelegation(TDelegation value)
Sets the value of the delegation property.
|
void |
setInterface(TTaskInterface value)
Sets the value of the interface property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOutcome(TQuery value)
Sets the value of the outcome property.
|
void |
setPeopleAssignments(TPeopleAssignments value)
Sets the value of the peopleAssignments property.
|
void |
setPresentationElements(TPresentationElements value)
Sets the value of the presentationElements property.
|
void |
setPriority(TPriority value)
Sets the value of the priority property.
|
void |
setRenderings(TRenderings value)
Sets the value of the renderings property.
|
void |
setSearchBy(TExpression value)
Sets the value of the searchBy property.
|
getAny, getDocumentation, getOtherAttributesprotected TTaskInterface _interface
protected TPriority priority
protected TPeopleAssignments peopleAssignments
protected TDelegation delegation
protected TPresentationElements presentationElements
protected TQuery outcome
protected TExpression searchBy
protected TRenderings renderings
protected TDeadlines deadlines
protected String name
public TTaskInterface getInterface()
TTaskInterfacepublic void setInterface(TTaskInterface value)
value - allowed object is
TTaskInterfacepublic TPriority getPriority()
TPrioritypublic void setPriority(TPriority value)
value - allowed object is
TPrioritypublic TPeopleAssignments getPeopleAssignments()
TPeopleAssignmentspublic void setPeopleAssignments(TPeopleAssignments value)
value - allowed object is
TPeopleAssignmentspublic TDelegation getDelegation()
TDelegationpublic void setDelegation(TDelegation value)
value - allowed object is
TDelegationpublic TPresentationElements getPresentationElements()
TPresentationElementspublic void setPresentationElements(TPresentationElements value)
value - allowed object is
TPresentationElementspublic TQuery getOutcome()
TQuerypublic void setOutcome(TQuery value)
value - allowed object is
TQuerypublic TExpression getSearchBy()
TExpressionpublic void setSearchBy(TExpression value)
value - allowed object is
TExpressionpublic TRenderings getRenderings()
TRenderingspublic void setRenderings(TRenderings value)
value - allowed object is
TRenderingspublic TDeadlines getDeadlines()
TDeadlinespublic void setDeadlines(TDeadlines value)
value - allowed object is
TDeadlinespublic String getName()
StringCopyright © 2012 OW2 Consortium. All Rights Reserved.