org.ow2.orchestra.ws_ht.api
Class TTaskAbstract

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

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>
 


Field Summary
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 Summary
TTaskAbstract()
           
 
Method Summary
 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.
 
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

createdOn

protected XMLGregorianCalendar createdOn

activationTime

protected XMLGregorianCalendar activationTime

expirationTime

protected XMLGregorianCalendar 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

any

protected List<Object> any
Constructor Detail

TTaskAbstract

public TTaskAbstract()
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

getCreatedOn

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

Returns:
possible object is XMLGregorianCalendar

setCreatedOn

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

Parameters:
value - allowed object is XMLGregorianCalendar

getActivationTime

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

Returns:
possible object is XMLGregorianCalendar

setActivationTime

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

Parameters:
value - allowed object is XMLGregorianCalendar

getExpirationTime

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

Returns:
possible object is XMLGregorianCalendar

setExpirationTime

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

Parameters:
value - allowed object is XMLGregorianCalendar

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

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.