org.ota.air
Class TravelerInfoSummary.PriceRequestInformation.DiscountPricing.FlightReference

java.lang.Object
  extended by org.ota.air.TravelerInfoSummary.PriceRequestInformation.DiscountPricing.FlightReference
Enclosing class:
TravelerInfoSummary.PriceRequestInformation.DiscountPricing

public static class TravelerInfoSummary.PriceRequestInformation.DiscountPricing.FlightReference
extends java.lang.Object

Specifies a flight to which the discount pricing applies. 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="FlightReference" minOccurs="0" maxOccurs="16">
   <xs:complexType>
     <xs:attribute type="xs:string" use="required" name="FlightRefNumber"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
TravelerInfoSummary.PriceRequestInformation.DiscountPricing.FlightReference()
           
 
Method Summary
 java.lang.String getFlightRefNumber()
          Get the 'FlightRefNumber' attribute value.
 void setFlightRefNumber(java.lang.String flightRefNumber)
          Set the 'FlightRefNumber' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TravelerInfoSummary.PriceRequestInformation.DiscountPricing.FlightReference

public TravelerInfoSummary.PriceRequestInformation.DiscountPricing.FlightReference()
Method Detail

getFlightRefNumber

public java.lang.String getFlightRefNumber()
Get the 'FlightRefNumber' attribute value. The flight segment to which the discount pricing should be applied.

Returns:
value

setFlightRefNumber

public void setFlightRefNumber(java.lang.String flightRefNumber)
Set the 'FlightRefNumber' attribute value. The flight segment to which the discount pricing should be applied.

Parameters:
flightRefNumber -