public class TPresentationElements extends TExtensibleElements
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>
| Modifier and Type | Field and Description |
|---|---|
protected List<TDescription> |
description |
protected List<TText> |
name |
protected TPresentationParameters |
presentationParameters |
protected List<TText> |
subject |
any, documentation| Constructor and Description |
|---|
TPresentationElements() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getAny, getDocumentation, getOtherAttributesprotected TPresentationParameters presentationParameters
protected List<TDescription> description
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
Copyright © 2012 OW2 Consortium. All Rights Reserved.