org.ow2.orchestra.ws_ht
Class TPresentationParameters

java.lang.Object
  extended by org.ow2.orchestra.ws_ht.TExtensibleElements
      extended by org.ow2.orchestra.ws_ht.TPresentationParameters

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>
 


Field Summary
protected  String expressionLanguage
           
protected  List<TPresentationParameter> presentationParameter
           
 
Fields inherited from class org.ow2.orchestra.ws_ht.TExtensibleElements
any, documentation
 
Constructor Summary
TPresentationParameters()
           
 
Method Summary
 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.
 
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

presentationParameter

protected List<TPresentationParameter> presentationParameter

expressionLanguage

protected String expressionLanguage
Constructor Detail

TPresentationParameters

public TPresentationParameters()
Method Detail

getPresentationParameter

public List<TPresentationParameter> getPresentationParameter()
Gets the value of the presentationParameter property.

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


getExpressionLanguage

public String getExpressionLanguage()
Gets the value of the expressionLanguage property.

Returns:
possible object is String

setExpressionLanguage

public void setExpressionLanguage(String value)
Sets the value of the expressionLanguage property.

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.