|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.TPAExtensions
public class TPAExtensions
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 |
|---|
public TPAExtensions()
| Method Detail |
|---|
public java.util.List<org.w3c.dom.Element> getAny()
public void setAny(java.util.List<org.w3c.dom.Element> list)
list - public int sizeAny()
public void addAny(org.w3c.dom.Element item)
item - public org.w3c.dom.Element getAny(int index)
index -
public void clearAny()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||