org.ota.air
Class AirItineraryPricingInfo.FareInfos.FareInfo

java.lang.Object
  extended by org.ota.air.FareInfo
      extended by org.ota.air.AirItineraryPricingInfo.FareInfos.FareInfo
Enclosing class:
AirItineraryPricingInfo.FareInfos

public static class AirItineraryPricingInfo.FareInfos.FareInfo
extends FareInfo

Detailed information on individual priced fares 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="FareInfo" maxOccurs="10">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:FareInfoType">
         <xs:sequence>
           <xs:element ref="ns:TPA_Extensions" minOccurs="0"/>
         </xs:sequence>
         <xs:attribute type="ns:ActionType" use="optional" name="Operation"/>
         <xs:attribute type="xs:string" use="optional" name="RPH"/>
       </xs:extension>
     </xs:complexContent>
   </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"/>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.air.FareInfo
FareInfo.Date, FareInfo.FareInfoInner, FareInfo.FareReference, FareInfo.RuleInfo
 
Constructor Summary
AirItineraryPricingInfo.FareInfos.FareInfo()
           
 
Method Summary
 Action getOperation()
          Get the 'Operation' attribute value.
 java.lang.String getRPH()
          Get the 'RPH' attribute value.
 TPAExtensions getTPAExtensions()
          Get the 'TPA_Extensions' element value.
 void setOperation(Action operation)
          Set the 'Operation' attribute value.
 void setRPH(java.lang.String RPH)
          Set the 'RPH' attribute value.
 void setTPAExtensions(TPAExtensions TPAExtensions)
          Set the 'TPA_Extensions' element value.
 
Methods inherited from class org.ota.air.FareInfo
addAirport, addCity, addDate, addFareInfo, addFareReference, addMarketingAirline, clearAirports, clearCities, clearDates, clearFareInfos, clearFareReferences, clearMarketingAirlines, getAirport, getAirports, getArrivalAirport, getCities, getCity, getCurrencyCode, getDate, getDates, getDepartureAirport, getDepartureDate, getDiscountPricing, getFareInfo, getFareInfos, getFareReference, getFareReferences, getFilingAirline, getMarketingAirline, getMarketingAirlines, getNbrOfCities, getNegotiatedFareAttributes, getRoutingNumber, getRuleInfo, getRuleNumber, getTariffNumber, setAirports, setArrivalAirport, setCities, setCurrencyCode, setDates, setDepartureAirport, setDepartureDate, setDiscountPricing, setFareInfos, setFareReferences, setFilingAirline, setMarketingAirlines, setNbrOfCities, setNegotiatedFareAttributes, setRoutingNumber, setRuleInfo, setRuleNumber, setTariffNumber, sizeAirports, sizeCities, sizeDates, sizeFareInfos, sizeFareReferences, sizeMarketingAirlines
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AirItineraryPricingInfo.FareInfos.FareInfo

public AirItineraryPricingInfo.FareInfos.FareInfo()
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 -

getOperation

public Action getOperation()
Get the 'Operation' attribute value. Indicates the required modification to the element.

Returns:
value

setOperation

public void setOperation(Action operation)
Set the 'Operation' attribute value. Indicates the required modification to the element.

Parameters:
operation -

getRPH

public java.lang.String getRPH()
Get the 'RPH' attribute value. Provides a reference to a specific FareInfo item between an air modification request and the existing air reservation.

Returns:
value

setRPH

public void setRPH(java.lang.String RPH)
Set the 'RPH' attribute value. Provides a reference to a specific FareInfo item between an air modification request and the existing air reservation.

Parameters:
RPH -