org.ow2.orchestra.ws_ht
Class TDeadlines

java.lang.Object
  extended by org.ow2.orchestra.ws_ht.TExtensibleElements
      extended by org.ow2.orchestra.ws_ht.TDeadlines

public class TDeadlines
extends TExtensibleElements

Java class for tDeadlines complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tDeadlines">
   <complexContent>
     <extension base="{http://www.example.org/WS-HT}tExtensibleElements">
       <sequence>
         <element name="startDeadline" type="{http://www.example.org/WS-HT}tDeadline" maxOccurs="unbounded" minOccurs="0"/>
         <element name="completionDeadline" type="{http://www.example.org/WS-HT}tDeadline" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<TDeadline> completionDeadline
           
protected  List<TDeadline> startDeadline
           
 
Fields inherited from class org.ow2.orchestra.ws_ht.TExtensibleElements
any, documentation
 
Constructor Summary
TDeadlines()
           
 
Method Summary
 List<TDeadline> getCompletionDeadline()
          Gets the value of the completionDeadline property.
 List<TDeadline> getStartDeadline()
          Gets the value of the startDeadline 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

startDeadline

protected List<TDeadline> startDeadline

completionDeadline

protected List<TDeadline> completionDeadline
Constructor Detail

TDeadlines

public TDeadlines()
Method Detail

getStartDeadline

public List<TDeadline> getStartDeadline()
Gets the value of the startDeadline 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 startDeadline property.

For example, to add a new item, do as follows:

    getStartDeadline().add(newItem);
 

Objects of the following type(s) are allowed in the list TDeadline


getCompletionDeadline

public List<TDeadline> getCompletionDeadline()
Gets the value of the completionDeadline 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 completionDeadline property.

For example, to add a new item, do as follows:

    getCompletionDeadline().add(newItem);
 

Objects of the following type(s) are allowed in the list TDeadline



Copyright © 2012 OW2 Consortium. All Rights Reserved.