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>
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
TTask() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected String id
protected String taskType
protected QName name
protected TStatus status
protected BigInteger priority
protected String taskInitiator
protected TOrganizationalEntity taskStakeholders
protected TOrganizationalEntity potentialOwners
protected TOrganizationalEntity businessAdministrators
protected String actualOwner
protected TOrganizationalEntity notificationRecipients
protected Date createdOn
protected String createdBy
protected Date activationTime
protected Date expirationTime
protected Boolean isSkipable
protected Boolean hasPotentialOwners
protected Boolean startByExists
protected Boolean completeByExists
protected String presentationName
protected String presentationSubject
protected boolean renderingMethodExists
protected Boolean hasOutput
protected Boolean hasFault
protected Boolean hasAttachments
protected Boolean hasComments
protected Boolean escalated
protected String primarySearchBy
public void setId(String value)
value - allowed object is
Stringpublic String getTaskType()
Stringpublic void setTaskType(String value)
value - allowed object is
Stringpublic QName getName()
QNamepublic void setName(QName value)
value - allowed object is
QNamepublic TStatus getStatus()
TStatuspublic void setStatus(TStatus value)
value - allowed object is
TStatuspublic BigInteger getPriority()
BigIntegerpublic void setPriority(BigInteger value)
value - allowed object is
BigIntegerpublic String getTaskInitiator()
Stringpublic void setTaskInitiator(String value)
value - allowed object is
Stringpublic TOrganizationalEntity getTaskStakeholders()
TOrganizationalEntitypublic void setTaskStakeholders(TOrganizationalEntity value)
value - allowed object is
TOrganizationalEntitypublic TOrganizationalEntity getPotentialOwners()
TOrganizationalEntitypublic void setPotentialOwners(TOrganizationalEntity value)
value - allowed object is
TOrganizationalEntitypublic TOrganizationalEntity getBusinessAdministrators()
TOrganizationalEntitypublic void setBusinessAdministrators(TOrganizationalEntity value)
value - allowed object is
TOrganizationalEntitypublic String getActualOwner()
Stringpublic void setActualOwner(String value)
value - allowed object is
Stringpublic TOrganizationalEntity getNotificationRecipients()
TOrganizationalEntitypublic void setNotificationRecipients(TOrganizationalEntity value)
value - allowed object is
TOrganizationalEntitypublic Date getCreatedOn()
Datepublic void setCreatedOn(Date value)
value - allowed object is
Datepublic String getCreatedBy()
Stringpublic void setCreatedBy(String value)
value - allowed object is
Stringpublic Date getActivationTime()
Datepublic void setActivationTime(Date value)
value - allowed object is
Datepublic Date getExpirationTime()
Datepublic void setExpirationTime(Date value)
value - allowed object is
Datepublic Boolean isIsSkipable()
Booleanpublic void setIsSkipable(Boolean value)
value - allowed object is
Booleanpublic Boolean isHasPotentialOwners()
Booleanpublic void setHasPotentialOwners(Boolean value)
value - allowed object is
Booleanpublic Boolean isStartByExists()
Booleanpublic void setStartByExists(Boolean value)
value - allowed object is
Booleanpublic Boolean isCompleteByExists()
Booleanpublic void setCompleteByExists(Boolean value)
value - allowed object is
Booleanpublic String getPresentationName()
Stringpublic void setPresentationName(String value)
value - allowed object is
Stringpublic String getPresentationSubject()
Stringpublic void setPresentationSubject(String value)
value - allowed object is
Stringpublic boolean isRenderingMethodExists()
public void setRenderingMethodExists(boolean value)
public Boolean isHasOutput()
Booleanpublic void setHasOutput(Boolean value)
value - allowed object is
Booleanpublic Boolean isHasFault()
Booleanpublic void setHasFault(Boolean value)
value - allowed object is
Booleanpublic Boolean isHasAttachments()
Booleanpublic void setHasAttachments(Boolean value)
value - allowed object is
Booleanpublic Boolean isHasComments()
Booleanpublic void setHasComments(Boolean value)
value - allowed object is
Booleanpublic Boolean isEscalated()
Booleanpublic void setEscalated(Boolean value)
value - allowed object is
Booleanpublic String getPrimarySearchBy()
Stringpublic void setPrimarySearchBy(String value)
value - allowed object is
Stringpublic List<Object> getAny()
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.