org.ow2.orchestra.ws_ht
Class TTasks

java.lang.Object
  extended by org.ow2.orchestra.ws_ht.TExtensibleElements
      extended by 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>
 


Field Summary
protected  List<TTask> task
           
 
Fields inherited from class org.ow2.orchestra.ws_ht.TExtensibleElements
any, documentation
 
Constructor Summary
TTasks()
           
 
Method Summary
 List<TTask> getTask()
          Gets the value of the task property.
 
Methods inherited from class org.ow2.orchestra.ws_ht.TExtensibleElements
getAny, getDocumentation, getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

task

protected List<TTask> task
Constructor Detail

TTasks

public TTasks()
Method Detail

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.