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>
| Modifier and Type | Field and Description |
|---|---|
protected List<TDeadline> |
completionDeadline |
protected List<TDeadline> |
startDeadline |
any, documentation| Constructor and Description |
|---|
TDeadlines() |
| Modifier and Type | Method and Description |
|---|---|
List<TDeadline> |
getCompletionDeadline()
Gets the value of the completionDeadline property.
|
List<TDeadline> |
getStartDeadline()
Gets the value of the startDeadline property.
|
getAny, getDocumentation, getOtherAttributespublic List<TDeadline> getStartDeadline()
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
public List<TDeadline> getCompletionDeadline()
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.