public class TPresentationParameters extends TExtensibleElements
Java class for tPresentationParameters complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tPresentationParameters">
<complexContent>
<extension base="{http://www.example.org/WS-HT}tExtensibleElements">
<sequence>
<element name="presentationParameter" type="{http://www.example.org/WS-HT}tPresentationParameter" maxOccurs="unbounded"/>
</sequence>
<attribute name="expressionLanguage" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
expressionLanguage |
protected List<TPresentationParameter> |
presentationParameter |
any, documentation| Constructor and Description |
|---|
TPresentationParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpressionLanguage()
Gets the value of the expressionLanguage property.
|
List<TPresentationParameter> |
getPresentationParameter()
Gets the value of the presentationParameter property.
|
void |
setExpressionLanguage(String value)
Sets the value of the expressionLanguage property.
|
getAny, getDocumentation, getOtherAttributesprotected List<TPresentationParameter> presentationParameter
protected String expressionLanguage
public List<TPresentationParameter> getPresentationParameter()
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 presentationParameter property.
For example, to add a new item, do as follows:
getPresentationParameter().add(newItem);
Objects of the following type(s) are allowed in the list
TPresentationParameter
public String getExpressionLanguage()
StringCopyright © 2012 OW2 Consortium. All Rights Reserved.