org.ow2.orchestra.ws_ht
Class TTasks
java.lang.Object
org.ow2.orchestra.ws_ht.TExtensibleElements
org.ow2.orchestra.ws_ht.TTasks
public class TTasks
- extends TExtensibleElements
Java class for tTasks complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tTasks">
<complexContent>
<extension base="{http://www.example.org/WS-HT}tExtensibleElements">
<sequence>
<element ref="{http://www.example.org/WS-HT}task" maxOccurs="unbounded"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
task
protected List<TTask> task
TTasks
public TTasks()
getTask
public List<TTask> getTask()
- Gets the value of the task 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 task property.
For example, to add a new item, do as follows:
getTask().add(newItem);
Objects of the following type(s) are allowed in the list
TTask
Copyright © 2012 OW2 Consortium. All Rights Reserved.