org.ota.itin
Class TravelSegment._package

java.lang.Object
  extended by org.ota.itin.TravelSegment._package
Enclosing class:
TravelSegment

public static class TravelSegment._package
extends java.lang.Object

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

TravelSegment._package

public TravelSegment._package()
Method Detail

getTPAExtensions

public TPAExtensions getTPAExtensions()
Get the 'TPA_Extensions' element value. A placeholder in the schema to allow for additional elements and attributes to be included if required, per Trading Partner Agreement (TPA).

Returns:
value

setTPAExtensions

public void setTPAExtensions(TPAExtensions TPAExtensions)
Set the 'TPA_Extensions' element value. A placeholder in the schema to allow for additional elements and attributes to be included if required, per Trading Partner Agreement (TPA).

Parameters:
TPAExtensions -

getItemRPHList

public java.lang.String getItemRPHList()
Get the 'ItemRPH_List' attribute value. References to all itinerary items contained in this package.

Returns:
value

setItemRPHList

public void setItemRPHList(java.lang.String itemRPHList)
Set the 'ItemRPH_List' attribute value. References to all itinerary items contained in this package.

Parameters:
itemRPHList -

getAssocItemRPHList

public java.lang.String getAssocItemRPHList()
Get the 'AssocItemRPH_List' attribute value. References to all associated items contained in this package.

Returns:
value

setAssocItemRPHList

public void setAssocItemRPHList(java.lang.String assocItemRPHList)
Set the 'AssocItemRPH_List' attribute value. References to all associated items contained in this package.

Parameters:
assocItemRPHList -