org.ota.itin
Class ReservationItems.ItemPricing
java.lang.Object
org.ota.itin.ItinPricing
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReservationItems.ItemPricing
public ReservationItems.ItemPricing()
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
-