org.ota.itin
Class ItinPricing

java.lang.Object
  extended by org.ota.itin.ItinPricing
Direct Known Subclasses:
ReservationItems.ItemPricing

public class ItinPricing
extends java.lang.Object

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="ItinPricingType">
   <xs:sequence>
     <xs:element name="Cost">
       <xs:complexType>
         <xs:complexContent>
           <xs:extension base="ns:TotalType">
             <xs:attribute type="xs:string" name="FormOfPaymentRPH"/>
           </xs:extension>
         </xs:complexContent>
       </xs:complexType>
     </xs:element>
     <xs:element ref="ns:TPA_Extensions" minOccurs="0"/>
   </xs:sequence>
   <xs:attribute type="xs:string" name="ItemRPH_List"/>
   <xs:attribute type="xs:string" name="AssociatedItemRPH"/>
 </xs:complexType>
 
 <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
ItinPricing()
           
 
Method Summary
 java.lang.String getAssociatedItemRPH()
          Get the 'AssociatedItemRPH' attribute value.
 java.lang.String getCostFormOfPaymentRPH()
          Get the 'FormOfPaymentRPH' attribute value.
 Total getCostTotal()
          Get the extension value.
 java.lang.String getItemRPHList()
          Get the 'ItemRPH_List' attribute value.
 TPAExtensions getTPAExtensions()
          Get the 'TPA_Extensions' element value.
 void setAssociatedItemRPH(java.lang.String associatedItemRPH)
          Set the 'AssociatedItemRPH' attribute value.
 void setCostFormOfPaymentRPH(java.lang.String costFormOfPaymentRPH)
          Set the 'FormOfPaymentRPH' attribute value.
 void setCostTotal(Total costTotal)
          Set the extension 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

ItinPricing

public ItinPricing()
Method Detail

getCostTotal

public Total getCostTotal()
Get the extension value.

Returns:
value

setCostTotal

public void setCostTotal(Total costTotal)
Set the extension value.

Parameters:
costTotal -

getCostFormOfPaymentRPH

public java.lang.String getCostFormOfPaymentRPH()
Get the 'FormOfPaymentRPH' attribute value. Reference to the Form of Payment used in association to this cost.

Returns:
value

setCostFormOfPaymentRPH

public void setCostFormOfPaymentRPH(java.lang.String costFormOfPaymentRPH)
Set the 'FormOfPaymentRPH' attribute value. Reference to the Form of Payment used in association to this cost.

Parameters:
costFormOfPaymentRPH -

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. Reference to itinerary reservation item (e.g. Car, Hotel, Air, Package).

Returns:
value

setItemRPHList

public void setItemRPHList(java.lang.String itemRPHList)
Set the 'ItemRPH_List' attribute value. Reference to itinerary reservation item (e.g. Car, Hotel, Air, Package).

Parameters:
itemRPHList -

getAssociatedItemRPH

public java.lang.String getAssociatedItemRPH()
Get the 'AssociatedItemRPH' attribute value. Reference to associated itinerary item (e.g. Travel Insurance).

Returns:
value

setAssociatedItemRPH

public void setAssociatedItemRPH(java.lang.String associatedItemRPH)
Set the 'AssociatedItemRPH' attribute value. Reference to associated itinerary item (e.g. Travel Insurance).

Parameters:
associatedItemRPH -