org.ota.itin
Class ReservationItems.ItemPricing

java.lang.Object
  extended by org.ota.itin.ItinPricing
      extended by org.ota.itin.ReservationItems.ItemPricing
Enclosing class:
ReservationItems

public static class ReservationItems.ItemPricing
extends ItinPricing

Cost of a single reservation item. 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="ItemPricing" minOccurs="0" maxOccurs="unbounded">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:ItinPricingType">
         <xs:sequence>
           <xs:element type="ns:BookingPriceInfoType" name="AirFareInfo"/>
         </xs:sequence>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
ReservationItems.ItemPricing()
           
 
Method Summary
 BookingPriceInfo getAirFareInfo()
          Get the 'AirFareInfo' element value.
 void setAirFareInfo(BookingPriceInfo airFareInfo)
          Set the 'AirFareInfo' element value.
 
Methods inherited from class org.ota.itin.ItinPricing
getAssociatedItemRPH, getCostFormOfPaymentRPH, getCostTotal, getItemRPHList, getTPAExtensions, setAssociatedItemRPH, setCostFormOfPaymentRPH, setCostTotal, setItemRPHList, setTPAExtensions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReservationItems.ItemPricing

public ReservationItems.ItemPricing()
Method Detail

getAirFareInfo

public BookingPriceInfo getAirFareInfo()
Get the 'AirFareInfo' element value. Information that is related to an invoice of this pricing like ticketing.

Returns:
value

setAirFareInfo

public void setAirFareInfo(BookingPriceInfo airFareInfo)
Set the 'AirFareInfo' element value. Information that is related to an invoice of this pricing like ticketing.

Parameters:
airFareInfo -