org.ow2.orchestra.ws_ht.api
Class TTaskQueryResultRow
java.lang.Object
org.ow2.orchestra.ws_ht.api.TTaskQueryResultRow
public class TTaskQueryResultRow
- extends Object
Java class for tTaskQueryResultRow complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tTaskQueryResultRow">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<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"/>
<element name="taskInitiator" type="{http://www.example.org/WS-HT}tOrganizationalEntity"/>
<element name="taskStakeholders" type="{http://www.example.org/WS-HT}tOrganizationalEntity"/>
<element name="potentialOwners" type="{http://www.example.org/WS-HT}tOrganizationalEntity"/>
<element name="businessAdministrators" type="{http://www.example.org/WS-HT}tOrganizationalEntity"/>
<element name="actualOwner" type="{http://www.example.org/WS-HT}tUser"/>
<element name="notificationRecipients" type="{http://www.example.org/WS-HT}tOrganizationalEntity"/>
<element name="createdOn" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="createdBy" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="activationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="expirationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="isSkipable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="hasPotentialOwners" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="startByExists" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="completeByExists" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="presentationName" type="{http://www.example.org/WS-HT/api}tPresentationName"/>
<element name="presentationSubject" type="{http://www.example.org/WS-HT/api}tPresentationSubject"/>
<element name="presentationDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="renderingMethodExists" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="hasOutput" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="hasFault" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="hasAttachments" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="hasComments" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="escalated" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="primarySearchBy" type="{http://www.w3.org/2001/XMLSchema}string"/>
<any processContents='lax' namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
idOrTaskTypeOrName
protected List<Object> idOrTaskTypeOrName
TTaskQueryResultRow
public TTaskQueryResultRow()
getIdOrTaskTypeOrName
public List<Object> getIdOrTaskTypeOrName()
- Gets the value of the idOrTaskTypeOrName 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 idOrTaskTypeOrName property.
For example, to add a new item, do as follows:
getIdOrTaskTypeOrName().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<String>
JAXBElement<String>
Element
JAXBElement<Boolean>
JAXBElement<Boolean>
JAXBElement<TOrganizationalEntity>
JAXBElement<XMLGregorianCalendar>
JAXBElement<Boolean>
Object
JAXBElement<Boolean>
JAXBElement<Boolean>
JAXBElement<Boolean>
JAXBElement<TOrganizationalEntity>
JAXBElement<String>
JAXBElement<String>
JAXBElement<Boolean>
JAXBElement<Boolean>
JAXBElement<BigInteger>
JAXBElement<String>
JAXBElement<TOrganizationalEntity>
JAXBElement<XMLGregorianCalendar>
JAXBElement<TStatus>
JAXBElement<QName>
JAXBElement<XMLGregorianCalendar>
JAXBElement<TOrganizationalEntity>
JAXBElement<TOrganizationalEntity>
JAXBElement<Boolean>
JAXBElement<String>
JAXBElement<Boolean>
JAXBElement<String>
JAXBElement<String>
Copyright © 2012 OW2 Consortium. All Rights Reserved.