org.ow2.orchestra.ws_ht
Class TTask

java.lang.Object
  extended by org.ow2.orchestra.ws_ht.TExtensibleElements
      extended by org.ow2.orchestra.ws_ht.TTask

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>
 


Field Summary
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
           
 
Fields inherited from class org.ow2.orchestra.ws_ht.TExtensibleElements
any, documentation
 
Constructor Summary
TTask()
           
 
Method Summary
 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.
 
Methods inherited from class org.ow2.orchestra.ws_ht.TExtensibleElements
getAny, getDocumentation, getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_interface

protected TTaskInterface _interface

priority

protected TPriority priority

peopleAssignments

protected TPeopleAssignments peopleAssignments

delegation

protected TDelegation delegation

presentationElements

protected TPresentationElements presentationElements

outcome

protected TQuery outcome

searchBy

protected TExpression searchBy

renderings

protected TRenderings renderings

deadlines

protected TDeadlines deadlines

name

protected String name
Constructor Detail

TTask

public TTask()
Method Detail

getInterface

public TTaskInterface getInterface()
Gets the value of the interface property.

Returns:
possible object is TTaskInterface

setInterface

public void setInterface(TTaskInterface value)
Sets the value of the interface property.

Parameters:
value - allowed object is TTaskInterface

getPriority

public TPriority getPriority()
Gets the value of the priority property.

Returns:
possible object is TPriority

setPriority

public void setPriority(TPriority value)
Sets the value of the priority property.

Parameters:
value - allowed object is TPriority

getPeopleAssignments

public TPeopleAssignments getPeopleAssignments()
Gets the value of the peopleAssignments property.

Returns:
possible object is TPeopleAssignments

setPeopleAssignments

public void setPeopleAssignments(TPeopleAssignments value)
Sets the value of the peopleAssignments property.

Parameters:
value - allowed object is TPeopleAssignments

getDelegation

public TDelegation getDelegation()
Gets the value of the delegation property.

Returns:
possible object is TDelegation

setDelegation

public void setDelegation(TDelegation value)
Sets the value of the delegation property.

Parameters:
value - allowed object is TDelegation

getPresentationElements

public TPresentationElements getPresentationElements()
Gets the value of the presentationElements property.

Returns:
possible object is TPresentationElements

setPresentationElements

public void setPresentationElements(TPresentationElements value)
Sets the value of the presentationElements property.

Parameters:
value - allowed object is TPresentationElements

getOutcome

public TQuery getOutcome()
Gets the value of the outcome property.

Returns:
possible object is TQuery

setOutcome

public void setOutcome(TQuery value)
Sets the value of the outcome property.

Parameters:
value - allowed object is TQuery

getSearchBy

public TExpression getSearchBy()
Gets the value of the searchBy property.

Returns:
possible object is TExpression

setSearchBy

public void setSearchBy(TExpression value)
Sets the value of the searchBy property.

Parameters:
value - allowed object is TExpression

getRenderings

public TRenderings getRenderings()
Gets the value of the renderings property.

Returns:
possible object is TRenderings

setRenderings

public void setRenderings(TRenderings value)
Sets the value of the renderings property.

Parameters:
value - allowed object is TRenderings

getDeadlines

public TDeadlines getDeadlines()
Gets the value of the deadlines property.

Returns:
possible object is TDeadlines

setDeadlines

public void setDeadlines(TDeadlines value)
Sets the value of the deadlines property.

Parameters:
value - allowed object is TDeadlines

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.