org.ow2.orchestra.ws_ht.api
Class TTask

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

public class TTask
extends Object

Java class for tTask complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tTask">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="taskType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}QName"/>
         <element name="status" type="{http://www.example.org/WS-HT/api}tStatus"/>
         <element name="priority" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
         <element name="taskInitiator" type="{http://www.example.org/WS-HT}tUser" minOccurs="0"/>
         <element name="taskStakeholders" type="{http://www.example.org/WS-HT}tOrganizationalEntity" minOccurs="0"/>
         <element name="potentialOwners" type="{http://www.example.org/WS-HT}tOrganizationalEntity" minOccurs="0"/>
         <element name="businessAdministrators" type="{http://www.example.org/WS-HT}tOrganizationalEntity" minOccurs="0"/>
         <element name="actualOwner" type="{http://www.example.org/WS-HT}tUser" minOccurs="0"/>
         <element name="notificationRecipients" type="{http://www.example.org/WS-HT}tOrganizationalEntity" minOccurs="0"/>
         <element name="createdOn" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="createdBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="activationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="expirationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="isSkipable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="hasPotentialOwners" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="startByExists" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="completeByExists" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="presentationName" type="{http://www.example.org/WS-HT/api}tPresentationName" minOccurs="0"/>
         <element name="presentationSubject" type="{http://www.example.org/WS-HT/api}tPresentationSubject" minOccurs="0"/>
         <element name="renderingMethodExists" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="hasOutput" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="hasFault" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="hasAttachments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="hasComments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="escalated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="primarySearchBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Date activationTime
           
protected  String actualOwner
           
protected  List<Object> any
           
protected  TOrganizationalEntity businessAdministrators
           
protected  Boolean completeByExists
           
protected  String createdBy
           
protected  Date createdOn
           
protected  Boolean escalated
           
protected  Date expirationTime
           
protected  Boolean hasAttachments
           
protected  Boolean hasComments
           
protected  Boolean hasFault
           
protected  Boolean hasOutput
           
protected  Boolean hasPotentialOwners
           
protected  String id
           
protected  Boolean isSkipable
           
protected  QName name
           
protected  TOrganizationalEntity notificationRecipients
           
protected  TOrganizationalEntity potentialOwners
           
protected  String presentationName
           
protected  String presentationSubject
           
protected  String primarySearchBy
           
protected  BigInteger priority
           
protected  boolean renderingMethodExists
           
protected  Boolean startByExists
           
protected  TStatus status
           
protected  String taskInitiator
           
protected  TOrganizationalEntity taskStakeholders
           
protected  String taskType
           
 
Constructor Summary
TTask()
           
 
Method Summary
 Date getActivationTime()
          Gets the value of the activationTime property.
 String getActualOwner()
          Gets the value of the actualOwner property.
 List<Object> getAny()
          Gets the value of the any property.
 TOrganizationalEntity getBusinessAdministrators()
          Gets the value of the businessAdministrators property.
 String getCreatedBy()
          Gets the value of the createdBy property.
 Date getCreatedOn()
          Gets the value of the createdOn property.
 Date getExpirationTime()
          Gets the value of the expirationTime property.
 String getId()
          Gets the value of the id property.
 QName getName()
          Gets the value of the name property.
 TOrganizationalEntity getNotificationRecipients()
          Gets the value of the notificationRecipients property.
 TOrganizationalEntity getPotentialOwners()
          Gets the value of the potentialOwners property.
 String getPresentationName()
          Gets the value of the presentationName property.
 String getPresentationSubject()
          Gets the value of the presentationSubject property.
 String getPrimarySearchBy()
          Gets the value of the primarySearchBy property.
 BigInteger getPriority()
          Gets the value of the priority property.
 TStatus getStatus()
          Gets the value of the status property.
 String getTaskInitiator()
          Gets the value of the taskInitiator property.
 TOrganizationalEntity getTaskStakeholders()
          Gets the value of the taskStakeholders property.
 String getTaskType()
          Gets the value of the taskType property.
 Boolean isCompleteByExists()
          Gets the value of the completeByExists property.
 Boolean isEscalated()
          Gets the value of the escalated property.
 Boolean isHasAttachments()
          Gets the value of the hasAttachments property.
 Boolean isHasComments()
          Gets the value of the hasComments property.
 Boolean isHasFault()
          Gets the value of the hasFault property.
 Boolean isHasOutput()
          Gets the value of the hasOutput property.
 Boolean isHasPotentialOwners()
          Gets the value of the hasPotentialOwners property.
 Boolean isIsSkipable()
          Gets the value of the isSkipable property.
 boolean isRenderingMethodExists()
          Gets the value of the renderingMethodExists property.
 Boolean isStartByExists()
          Gets the value of the startByExists property.
 void setActivationTime(Date value)
          Sets the value of the activationTime property.
 void setActualOwner(String value)
          Sets the value of the actualOwner property.
 void setBusinessAdministrators(TOrganizationalEntity value)
          Sets the value of the businessAdministrators property.
 void setCompleteByExists(Boolean value)
          Sets the value of the completeByExists property.
 void setCreatedBy(String value)
          Sets the value of the createdBy property.
 void setCreatedOn(Date value)
          Sets the value of the createdOn property.
 void setEscalated(Boolean value)
          Sets the value of the escalated property.
 void setExpirationTime(Date value)
          Sets the value of the expirationTime property.
 void setHasAttachments(Boolean value)
          Sets the value of the hasAttachments property.
 void setHasComments(Boolean value)
          Sets the value of the hasComments property.
 void setHasFault(Boolean value)
          Sets the value of the hasFault property.
 void setHasOutput(Boolean value)
          Sets the value of the hasOutput property.
 void setHasPotentialOwners(Boolean value)
          Sets the value of the hasPotentialOwners property.
 void setId(String value)
          Sets the value of the id property.
 void setIsSkipable(Boolean value)
          Sets the value of the isSkipable property.
 void setName(QName value)
          Sets the value of the name property.
 void setNotificationRecipients(TOrganizationalEntity value)
          Sets the value of the notificationRecipients property.
 void setPotentialOwners(TOrganizationalEntity value)
          Sets the value of the potentialOwners property.
 void setPresentationName(String value)
          Sets the value of the presentationName property.
 void setPresentationSubject(String value)
          Sets the value of the presentationSubject property.
 void setPrimarySearchBy(String value)
          Sets the value of the primarySearchBy property.
 void setPriority(BigInteger value)
          Sets the value of the priority property.
 void setRenderingMethodExists(boolean value)
          Sets the value of the renderingMethodExists property.
 void setStartByExists(Boolean value)
          Sets the value of the startByExists property.
 void setStatus(TStatus value)
          Sets the value of the status property.
 void setTaskInitiator(String value)
          Sets the value of the taskInitiator property.
 void setTaskStakeholders(TOrganizationalEntity value)
          Sets the value of the taskStakeholders property.
 void setTaskType(String value)
          Sets the value of the taskType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

taskType

protected String taskType

name

protected QName name

status

protected TStatus status

priority

protected BigInteger priority

taskInitiator

protected String taskInitiator

taskStakeholders

protected TOrganizationalEntity taskStakeholders

potentialOwners

protected TOrganizationalEntity potentialOwners

businessAdministrators

protected TOrganizationalEntity businessAdministrators

actualOwner

protected String actualOwner

notificationRecipients

protected TOrganizationalEntity notificationRecipients

createdOn

protected Date createdOn

createdBy

protected String createdBy

activationTime

protected Date activationTime

expirationTime

protected Date expirationTime

isSkipable

protected Boolean isSkipable

hasPotentialOwners

protected Boolean hasPotentialOwners

startByExists

protected Boolean startByExists

completeByExists

protected Boolean completeByExists

presentationName

protected String presentationName

presentationSubject

protected String presentationSubject

renderingMethodExists

protected boolean renderingMethodExists

hasOutput

protected Boolean hasOutput

hasFault

protected Boolean hasFault

hasAttachments

protected Boolean hasAttachments

hasComments

protected Boolean hasComments

escalated

protected Boolean escalated

primarySearchBy

protected String primarySearchBy

any

protected List<Object> any
Constructor Detail

TTask

public TTask()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

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

getName

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

Returns:
possible object is QName

setName

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

Parameters:
value - allowed object is QName

getStatus

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

Returns:
possible object is TStatus

setStatus

public void setStatus(TStatus value)
Sets the value of the status property.

Parameters:
value - allowed object is TStatus

getPriority

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

Returns:
possible object is BigInteger

setPriority

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

Parameters:
value - allowed object is BigInteger

getTaskInitiator

public String getTaskInitiator()
Gets the value of the taskInitiator property.

Returns:
possible object is String

setTaskInitiator

public void setTaskInitiator(String value)
Sets the value of the taskInitiator property.

Parameters:
value - allowed object is String

getTaskStakeholders

public TOrganizationalEntity getTaskStakeholders()
Gets the value of the taskStakeholders property.

Returns:
possible object is TOrganizationalEntity

setTaskStakeholders

public void setTaskStakeholders(TOrganizationalEntity value)
Sets the value of the taskStakeholders property.

Parameters:
value - allowed object is TOrganizationalEntity

getPotentialOwners

public TOrganizationalEntity getPotentialOwners()
Gets the value of the potentialOwners property.

Returns:
possible object is TOrganizationalEntity

setPotentialOwners

public void setPotentialOwners(TOrganizationalEntity value)
Sets the value of the potentialOwners property.

Parameters:
value - allowed object is TOrganizationalEntity

getBusinessAdministrators

public TOrganizationalEntity getBusinessAdministrators()
Gets the value of the businessAdministrators property.

Returns:
possible object is TOrganizationalEntity

setBusinessAdministrators

public void setBusinessAdministrators(TOrganizationalEntity value)
Sets the value of the businessAdministrators property.

Parameters:
value - allowed object is TOrganizationalEntity

getActualOwner

public String getActualOwner()
Gets the value of the actualOwner property.

Returns:
possible object is String

setActualOwner

public void setActualOwner(String value)
Sets the value of the actualOwner property.

Parameters:
value - allowed object is String

getNotificationRecipients

public TOrganizationalEntity getNotificationRecipients()
Gets the value of the notificationRecipients property.

Returns:
possible object is TOrganizationalEntity

setNotificationRecipients

public void setNotificationRecipients(TOrganizationalEntity value)
Sets the value of the notificationRecipients property.

Parameters:
value - allowed object is TOrganizationalEntity

getCreatedOn

public Date getCreatedOn()
Gets the value of the createdOn property.

Returns:
possible object is Date

setCreatedOn

public void setCreatedOn(Date value)
Sets the value of the createdOn property.

Parameters:
value - allowed object is Date

getCreatedBy

public String getCreatedBy()
Gets the value of the createdBy property.

Returns:
possible object is String

setCreatedBy

public void setCreatedBy(String value)
Sets the value of the createdBy property.

Parameters:
value - allowed object is String

getActivationTime

public Date getActivationTime()
Gets the value of the activationTime property.

Returns:
possible object is Date

setActivationTime

public void setActivationTime(Date value)
Sets the value of the activationTime property.

Parameters:
value - allowed object is Date

getExpirationTime

public Date getExpirationTime()
Gets the value of the expirationTime property.

Returns:
possible object is Date

setExpirationTime

public void setExpirationTime(Date value)
Sets the value of the expirationTime property.

Parameters:
value - allowed object is Date

isIsSkipable

public Boolean isIsSkipable()
Gets the value of the isSkipable property.

Returns:
possible object is Boolean

setIsSkipable

public void setIsSkipable(Boolean value)
Sets the value of the isSkipable property.

Parameters:
value - allowed object is Boolean

isHasPotentialOwners

public Boolean isHasPotentialOwners()
Gets the value of the hasPotentialOwners property.

Returns:
possible object is Boolean

setHasPotentialOwners

public void setHasPotentialOwners(Boolean value)
Sets the value of the hasPotentialOwners property.

Parameters:
value - allowed object is Boolean

isStartByExists

public Boolean isStartByExists()
Gets the value of the startByExists property.

Returns:
possible object is Boolean

setStartByExists

public void setStartByExists(Boolean value)
Sets the value of the startByExists property.

Parameters:
value - allowed object is Boolean

isCompleteByExists

public Boolean isCompleteByExists()
Gets the value of the completeByExists property.

Returns:
possible object is Boolean

setCompleteByExists

public void setCompleteByExists(Boolean value)
Sets the value of the completeByExists property.

Parameters:
value - allowed object is Boolean

getPresentationName

public String getPresentationName()
Gets the value of the presentationName property.

Returns:
possible object is String

setPresentationName

public void setPresentationName(String value)
Sets the value of the presentationName property.

Parameters:
value - allowed object is String

getPresentationSubject

public String getPresentationSubject()
Gets the value of the presentationSubject property.

Returns:
possible object is String

setPresentationSubject

public void setPresentationSubject(String value)
Sets the value of the presentationSubject property.

Parameters:
value - allowed object is String

isRenderingMethodExists

public boolean isRenderingMethodExists()
Gets the value of the renderingMethodExists property.


setRenderingMethodExists

public void setRenderingMethodExists(boolean value)
Sets the value of the renderingMethodExists property.


isHasOutput

public Boolean isHasOutput()
Gets the value of the hasOutput property.

Returns:
possible object is Boolean

setHasOutput

public void setHasOutput(Boolean value)
Sets the value of the hasOutput property.

Parameters:
value - allowed object is Boolean

isHasFault

public Boolean isHasFault()
Gets the value of the hasFault property.

Returns:
possible object is Boolean

setHasFault

public void setHasFault(Boolean value)
Sets the value of the hasFault property.

Parameters:
value - allowed object is Boolean

isHasAttachments

public Boolean isHasAttachments()
Gets the value of the hasAttachments property.

Returns:
possible object is Boolean

setHasAttachments

public void setHasAttachments(Boolean value)
Sets the value of the hasAttachments property.

Parameters:
value - allowed object is Boolean

isHasComments

public Boolean isHasComments()
Gets the value of the hasComments property.

Returns:
possible object is Boolean

setHasComments

public void setHasComments(Boolean value)
Sets the value of the hasComments property.

Parameters:
value - allowed object is Boolean

isEscalated

public Boolean isEscalated()
Gets the value of the escalated property.

Returns:
possible object is Boolean

setEscalated

public void setEscalated(Boolean value)
Sets the value of the escalated property.

Parameters:
value - allowed object is Boolean

getPrimarySearchBy

public String getPrimarySearchBy()
Gets the value of the primarySearchBy property.

Returns:
possible object is String

setPrimarySearchBy

public void setPrimarySearchBy(String value)
Sets the value of the primarySearchBy property.

Parameters:
value - allowed object is String

getAny

public List<Object> getAny()
Gets the value of the any 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 any property.

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

    getAny().add(newItem);
 

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



Copyright © 2012 OW2 Consortium. All Rights Reserved.