public class TTaskAbstract extends Object
Java class for tTaskAbstract complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tTaskAbstract">
<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="createdOn" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<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"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
activationTime |
protected List<Object> |
any |
protected Boolean |
completeByExists |
protected XMLGregorianCalendar |
createdOn |
protected Boolean |
escalated |
protected XMLGregorianCalendar |
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 String |
presentationName |
protected String |
presentationSubject |
protected BigInteger |
priority |
protected boolean |
renderingMethodExists |
protected Boolean |
startByExists |
protected TStatus |
status |
protected String |
taskType |
| Constructor and Description |
|---|
TTaskAbstract() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getActivationTime()
Gets the value of the activationTime property.
|
List<Object> |
getAny()
Gets the value of the any property.
|
XMLGregorianCalendar |
getCreatedOn()
Gets the value of the createdOn property.
|
XMLGregorianCalendar |
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.
|
String |
getPresentationName()
Gets the value of the presentationName property.
|
String |
getPresentationSubject()
Gets the value of the presentationSubject property.
|
BigInteger |
getPriority()
Gets the value of the priority property.
|
TStatus |
getStatus()
Gets the value of the status 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(XMLGregorianCalendar value)
Sets the value of the activationTime property.
|
void |
setCompleteByExists(Boolean value)
Sets the value of the completeByExists property.
|
void |
setCreatedOn(XMLGregorianCalendar value)
Sets the value of the createdOn property.
|
void |
setEscalated(Boolean value)
Sets the value of the escalated property.
|
void |
setExpirationTime(XMLGregorianCalendar 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 |
setPresentationName(String value)
Sets the value of the presentationName property.
|
void |
setPresentationSubject(String value)
Sets the value of the presentationSubject 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 |
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 XMLGregorianCalendar createdOn
protected XMLGregorianCalendar activationTime
protected XMLGregorianCalendar 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
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 XMLGregorianCalendar getCreatedOn()
XMLGregorianCalendarpublic void setCreatedOn(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getActivationTime()
XMLGregorianCalendarpublic void setActivationTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getExpirationTime()
XMLGregorianCalendarpublic void setExpirationTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic 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 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.