|
||||||||||
| 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.TPresentationElements
public class TPresentationElements
Java class for tPresentationElements complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tPresentationElements">
<complexContent>
<extension base="{http://www.example.org/WS-HT}tExtensibleElements">
<sequence>
<element name="name" type="{http://www.example.org/WS-HT}tText" maxOccurs="unbounded" minOccurs="0"/>
<element name="presentationParameters" type="{http://www.example.org/WS-HT}tPresentationParameters" minOccurs="0"/>
<element name="subject" type="{http://www.example.org/WS-HT}tText" maxOccurs="unbounded" minOccurs="0"/>
<element name="description" type="{http://www.example.org/WS-HT}tDescription" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<TDescription> |
description
|
protected List<TText> |
name
|
protected TPresentationParameters |
presentationParameters
|
protected List<TText> |
subject
|
| Fields inherited from class org.ow2.orchestra.ws_ht.TExtensibleElements |
|---|
any, documentation |
| Constructor Summary | |
|---|---|
TPresentationElements()
|
|
| Method Summary | |
|---|---|
List<TDescription> |
getDescription()
Gets the value of the description property. |
List<TText> |
getName()
Gets the value of the name property. |
TPresentationParameters |
getPresentationParameters()
Gets the value of the presentationParameters property. |
List<TText> |
getSubject()
Gets the value of the subject property. |
void |
setPresentationParameters(TPresentationParameters value)
Sets the value of the presentationParameters 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<TText> name
protected TPresentationParameters presentationParameters
protected List<TText> subject
protected List<TDescription> description
| Constructor Detail |
|---|
public TPresentationElements()
| Method Detail |
|---|
public List<TText> getName()
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 name property.
For example, to add a new item, do as follows:
getName().add(newItem);
Objects of the following type(s) are allowed in the list
TText
public TPresentationParameters getPresentationParameters()
TPresentationParameterspublic void setPresentationParameters(TPresentationParameters value)
value - allowed object is
TPresentationParameterspublic List<TText> getSubject()
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 subject property.
For example, to add a new item, do as follows:
getSubject().add(newItem);
Objects of the following type(s) are allowed in the list
TText
public List<TDescription> getDescription()
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
TDescription
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||