|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.FareDisplayRS.OtherFareInformation
public static class FareDisplayRS.OtherFareInformation
Container for information relating to fare contracts that have not been returned in this message 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="OtherFareInformation" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Airlines" minOccurs="0"> <!-- Reference to inner class Airlines --> </xs:element> </xs:sequence> <xs:attribute type="xs:boolean" use="optional" name="OtherCarrierFaresExistInd"/> <xs:attribute type="xs:boolean" use="optional" name="GroupFaresExistInd"/> <xs:attribute type="xs:boolean" use="optional" name="OtherCurrencyFaresExistInd"/> <xs:attribute type="xs:boolean" use="optional" name="UnsellableFaresExistInd"/> <xs:attribute type="xs:boolean" use="optional" name="AirportFaresExistInd"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
FareDisplayRS.OtherFareInformation.Airlines
Container for airlines. |
Constructor Summary | |
---|---|
FareDisplayRS.OtherFareInformation()
|
Method Summary | |
---|---|
FareDisplayRS.OtherFareInformation.Airlines |
getAirlines()
Get the 'Airlines' element value. |
java.lang.Boolean |
getAirportFaresExistInd()
Get the 'AirportFaresExistInd' attribute value. |
java.lang.Boolean |
getGroupFaresExistInd()
Get the 'GroupFaresExistInd' attribute value. |
java.lang.Boolean |
getOtherCarrierFaresExistInd()
Get the 'OtherCarrierFaresExistInd' attribute value. |
java.lang.Boolean |
getOtherCurrencyFaresExistInd()
Get the 'OtherCurrencyFaresExistInd' attribute value. |
java.lang.Boolean |
getUnsellableFaresExistInd()
Get the 'UnsellableFaresExistInd' attribute value. |
void |
setAirlines(FareDisplayRS.OtherFareInformation.Airlines airlines)
Set the 'Airlines' element value. |
void |
setAirportFaresExistInd(java.lang.Boolean airportFaresExistInd)
Set the 'AirportFaresExistInd' attribute value. |
void |
setGroupFaresExistInd(java.lang.Boolean groupFaresExistInd)
Set the 'GroupFaresExistInd' attribute value. |
void |
setOtherCarrierFaresExistInd(java.lang.Boolean otherCarrierFaresExistInd)
Set the 'OtherCarrierFaresExistInd' attribute value. |
void |
setOtherCurrencyFaresExistInd(java.lang.Boolean otherCurrencyFaresExistInd)
Set the 'OtherCurrencyFaresExistInd' attribute value. |
void |
setUnsellableFaresExistInd(java.lang.Boolean unsellableFaresExistInd)
Set the 'UnsellableFaresExistInd' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FareDisplayRS.OtherFareInformation()
Method Detail |
---|
public FareDisplayRS.OtherFareInformation.Airlines getAirlines()
public void setAirlines(FareDisplayRS.OtherFareInformation.Airlines airlines)
airlines
- public java.lang.Boolean getOtherCarrierFaresExistInd()
public void setOtherCarrierFaresExistInd(java.lang.Boolean otherCarrierFaresExistInd)
otherCarrierFaresExistInd
- public java.lang.Boolean getGroupFaresExistInd()
public void setGroupFaresExistInd(java.lang.Boolean groupFaresExistInd)
groupFaresExistInd
- public java.lang.Boolean getOtherCurrencyFaresExistInd()
public void setOtherCurrencyFaresExistInd(java.lang.Boolean otherCurrencyFaresExistInd)
otherCurrencyFaresExistInd
- public java.lang.Boolean getUnsellableFaresExistInd()
public void setUnsellableFaresExistInd(java.lang.Boolean unsellableFaresExistInd)
unsellableFaresExistInd
- public java.lang.Boolean getAirportFaresExistInd()
public void setAirportFaresExistInd(java.lang.Boolean airportFaresExistInd)
airportFaresExistInd
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |