|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.PriceRequestInformation.RebookOption
public static class PriceRequestInformation.RebookOption
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 |
|---|
public PriceRequestInformation.RebookOption()
| Method Detail |
|---|
public java.lang.String getFlightSegmentRPH()
public void setFlightSegmentRPH(java.lang.String flightSegmentRPH)
flightSegmentRPH - public java.lang.String getResBookDesigCode()
public void setResBookDesigCode(java.lang.String resBookDesigCode)
resBookDesigCode -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||