org.ow2.orchestra.ws_ht
Class TPresentationElements

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

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>
 


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

name

protected List<TText> name

presentationParameters

protected TPresentationParameters presentationParameters

subject

protected List<TText> subject

description

protected List<TDescription> description
Constructor Detail

TPresentationElements

public TPresentationElements()
Method Detail

getName

public List<TText> getName()
Gets the value of the name 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 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


getPresentationParameters

public TPresentationParameters getPresentationParameters()
Gets the value of the presentationParameters property.

Returns:
possible object is TPresentationParameters

setPresentationParameters

public void setPresentationParameters(TPresentationParameters value)
Sets the value of the presentationParameters property.

Parameters:
value - allowed object is TPresentationParameters

getSubject

public List<TText> getSubject()
Gets the value of the subject 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 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


getDescription

public List<TDescription> getDescription()
Gets the value of the description 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 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.