|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.itin.TravelSegment._package
public static class TravelSegment._package
Package reservation information. Schema fragment(s) for this class:
<xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Package">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns:TPA_Extensions" minOccurs="0"/>
</xs:sequence>
<xs:attribute type="xs:string" name="ItemRPH_List"/>
<xs:attribute type="xs:string" name="AssocItemRPH_List"/>
</xs:complexType>
</xs:element>
<xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" type="ns:TPA_ExtensionsType" name="TPA_Extensions"/>
| Constructor Summary | |
|---|---|
TravelSegment._package()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAssocItemRPHList()
Get the 'AssocItemRPH_List' attribute value. |
java.lang.String |
getItemRPHList()
Get the 'ItemRPH_List' attribute value. |
TPAExtensions |
getTPAExtensions()
Get the 'TPA_Extensions' element value. |
void |
setAssocItemRPHList(java.lang.String assocItemRPHList)
Set the 'AssocItemRPH_List' attribute value. |
void |
setItemRPHList(java.lang.String itemRPHList)
Set the 'ItemRPH_List' attribute value. |
void |
setTPAExtensions(TPAExtensions TPAExtensions)
Set the 'TPA_Extensions' element value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TravelSegment._package()
| Method Detail |
|---|
public TPAExtensions getTPAExtensions()
public void setTPAExtensions(TPAExtensions TPAExtensions)
TPAExtensions - public java.lang.String getItemRPHList()
public void setItemRPHList(java.lang.String itemRPHList)
itemRPHList - public java.lang.String getAssocItemRPHList()
public void setAssocItemRPHList(java.lang.String assocItemRPHList)
assocItemRPHList -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||