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>
| Modifier and Type | Field and Description |
|---|---|
protected TDurationExpr |
_for |
protected List<TEscalation> |
escalation |
protected TDeadlineExpr |
until |
any, documentation| Constructor and Description |
|---|
TDeadline() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getAny, getDocumentation, getOtherAttributesprotected TDurationExpr _for
protected TDeadlineExpr until
protected List<TEscalation> escalation
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
Copyright © 2012 OW2 Consortium. All Rights Reserved.