org.ow2.orchestra.ws_ht
Class TDeadline

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

public class TDeadline
extends TExtensibleElements

Java class for tDeadline complex type.

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

 <complexType name="tDeadline">
   <complexContent>
     <extension base="{http://www.example.org/WS-HT}tExtensibleElements">
       <sequence>
         <choice>
           <element name="for" type="{http://www.example.org/WS-HT}tDuration-expr"/>
           <element name="until" type="{http://www.example.org/WS-HT}tDeadline-expr"/>
         </choice>
         <element name="escalation" type="{http://www.example.org/WS-HT}tEscalation" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  TDurationExpr _for
           
protected  List<TEscalation> escalation
           
protected  TDeadlineExpr until
           
 
Fields inherited from class org.ow2.orchestra.ws_ht.TExtensibleElements
any, documentation
 
Constructor Summary
TDeadline()
           
 
Method Summary
 List<TEscalation> getEscalation()
          Gets the value of the escalation property.
 TDurationExpr getFor()
          Gets the value of the for property.
 TDeadlineExpr getUntil()
          Gets the value of the until property.
 void setFor(TDurationExpr value)
          Sets the value of the for property.
 void setUntil(TDeadlineExpr value)
          Sets the value of the until 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

_for

protected TDurationExpr _for

until

protected TDeadlineExpr until

escalation

protected List<TEscalation> escalation
Constructor Detail

TDeadline

public TDeadline()
Method Detail

getFor

public TDurationExpr getFor()
Gets the value of the for property.

Returns:
possible object is TDurationExpr

setFor

public void setFor(TDurationExpr value)
Sets the value of the for property.

Parameters:
value - allowed object is TDurationExpr

getUntil

public TDeadlineExpr getUntil()
Gets the value of the until property.

Returns:
possible object is TDeadlineExpr

setUntil

public void setUntil(TDeadlineExpr value)
Sets the value of the until property.

Parameters:
value - allowed object is TDeadlineExpr

getEscalation

public List<TEscalation> getEscalation()
Gets the value of the escalation 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 escalation property.

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

    getEscalation().add(newItem);
 

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



Copyright © 2012 OW2 Consortium. All Rights Reserved.