|
||||||||||
| 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.TDeadlines
public class TDeadlines
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 |
|---|
protected List<TDeadline> startDeadline
protected List<TDeadline> completionDeadline
| Constructor Detail |
|---|
public TDeadlines()
| Method Detail |
|---|
public 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||