org.ota.shared
Class TPAExtensions

java.lang.Object
  extended by org.ota.shared.TPAExtensions

public class TPAExtensions
extends java.lang.Object

Allows extensions to be added to the OpenTravel specification per trading partner agreement. Schema fragment(s) for this class:

 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TPA_ExtensionsType">
   <xs:sequence>
     <xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
   </xs:sequence>
 </xs:complexType>
 


Constructor Summary
TPAExtensions()
           
 
Method Summary
 void addAny(org.w3c.dom.Element item)
          Add a 'TPA_ExtensionsType' complexType item.
 void clearAny()
          Remove all 'TPA_ExtensionsType' complexType items.
 java.util.List<org.w3c.dom.Element> getAny()
          Get the list of 'TPA_ExtensionsType' complexType items.
 org.w3c.dom.Element getAny(int index)
          Get 'TPA_ExtensionsType' complexType item by position.
 void setAny(java.util.List<org.w3c.dom.Element> list)
          Set the list of 'TPA_ExtensionsType' complexType items.
 int sizeAny()
          Get the number of 'TPA_ExtensionsType' complexType items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TPAExtensions

public TPAExtensions()
Method Detail

getAny

public java.util.List<org.w3c.dom.Element> getAny()
Get the list of 'TPA_ExtensionsType' complexType items.

Returns:
list

setAny

public void setAny(java.util.List<org.w3c.dom.Element> list)
Set the list of 'TPA_ExtensionsType' complexType items.

Parameters:
list -

sizeAny

public int sizeAny()
Get the number of 'TPA_ExtensionsType' complexType items.

Returns:
count

addAny

public void addAny(org.w3c.dom.Element item)
Add a 'TPA_ExtensionsType' complexType item.

Parameters:
item -

getAny

public org.w3c.dom.Element getAny(int index)
Get 'TPA_ExtensionsType' complexType item by position.

Parameters:
index -
Returns:
item

clearAny

public void clearAny()
Remove all 'TPA_ExtensionsType' complexType items.