|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.orchestra.ws_ht.TExtensibleElements
org.ow2.orchestra.ws_ht.TDeadline
public class TDeadline
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 |
|---|
protected TDurationExpr _for
protected TDeadlineExpr until
protected List<TEscalation> escalation
| Constructor Detail |
|---|
public TDeadline()
| Method Detail |
|---|
public TDurationExpr getFor()
TDurationExprpublic void setFor(TDurationExpr value)
value - allowed object is
TDurationExprpublic TDeadlineExpr getUntil()
TDeadlineExprpublic void setUntil(TDeadlineExpr value)
value - allowed object is
TDeadlineExprpublic List<TEscalation> getEscalation()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||