org.ota.air
Class PriceRequestInformation.RebookOption

java.lang.Object
  extended by org.ota.air.PriceRequestInformation.RebookOption
Enclosing class:
PriceRequestInformation

public static class PriceRequestInformation.RebookOption
extends java.lang.Object

Provides information concerning a flight segment that can be rebooked for a lower fare. 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="RebookOption" minOccurs="0" maxOccurs="99">
   <xs:complexType>
     <xs:attribute type="xs:string" use="required" name="FlightSegmentRPH"/>
     <xs:attribute type="xs:string" use="required" name="ResBookDesigCode"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
PriceRequestInformation.RebookOption()
           
 
Method Summary
 java.lang.String getFlightSegmentRPH()
          Get the 'FlightSegmentRPH' attribute value.
 java.lang.String getResBookDesigCode()
          Get the 'ResBookDesigCode' attribute value.
 void setFlightSegmentRPH(java.lang.String flightSegmentRPH)
          Set the 'FlightSegmentRPH' attribute value.
 void setResBookDesigCode(java.lang.String resBookDesigCode)
          Set the 'ResBookDesigCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PriceRequestInformation.RebookOption

public PriceRequestInformation.RebookOption()
Method Detail

getFlightSegmentRPH

public java.lang.String getFlightSegmentRPH()
Get the 'FlightSegmentRPH' attribute value. A reference to a booked flight segment.

Returns:
value

setFlightSegmentRPH

public void setFlightSegmentRPH(java.lang.String flightSegmentRPH)
Set the 'FlightSegmentRPH' attribute value. A reference to a booked flight segment.

Parameters:
flightSegmentRPH -

getResBookDesigCode

public java.lang.String getResBookDesigCode()
Get the 'ResBookDesigCode' attribute value. The class of service in which the flight should be rebooked for a lower fare.

Returns:
value

setResBookDesigCode

public void setResBookDesigCode(java.lang.String resBookDesigCode)
Set the 'ResBookDesigCode' attribute value. The class of service in which the flight should be rebooked for a lower fare.

Parameters:
resBookDesigCode -