|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.AirCheckIn.FlightInfo.CarrierInfo
public static class AirCheckIn.FlightInfo.CarrierInfo
Specifies information for the operating carrier or marketing carrier (code share) for the flight. 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="CarrierInfo" maxOccurs="2">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ns:OperatingAirlineType">
<xs:attribute type="xs:boolean" use="optional" name="MarketingInd"/>
<xs:attribute type="xs:string" use="optional" name="BookedRBD"/>
<xs:attribute type="xs:string" use="optional" name="TicketedRBD"/>
<xs:attribute type="xs:string" use="optional" name="FrequentFlierMiles"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
AirCheckIn.FlightInfo.CarrierInfo()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBookedRBD()
Get the 'BookedRBD' attribute value. |
java.lang.String |
getFrequentFlierMiles()
Get the 'FrequentFlierMiles' attribute value. |
java.lang.Boolean |
getMarketingInd()
Get the 'MarketingInd' attribute value. |
OperatingAirline |
getOperatingAirline()
Get the extension value. |
java.lang.String |
getTicketedRBD()
Get the 'TicketedRBD' attribute value. |
void |
setBookedRBD(java.lang.String bookedRBD)
Set the 'BookedRBD' attribute value. |
void |
setFrequentFlierMiles(java.lang.String frequentFlierMiles)
Set the 'FrequentFlierMiles' attribute value. |
void |
setMarketingInd(java.lang.Boolean marketingInd)
Set the 'MarketingInd' attribute value. |
void |
setOperatingAirline(OperatingAirline operatingAirline)
Set the extension value. |
void |
setTicketedRBD(java.lang.String ticketedRBD)
Set the 'TicketedRBD' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AirCheckIn.FlightInfo.CarrierInfo()
| Method Detail |
|---|
public OperatingAirline getOperatingAirline()
public void setOperatingAirline(OperatingAirline operatingAirline)
operatingAirline - public java.lang.Boolean getMarketingInd()
public void setMarketingInd(java.lang.Boolean marketingInd)
marketingInd - public java.lang.String getBookedRBD()
public void setBookedRBD(java.lang.String bookedRBD)
bookedRBD - public java.lang.String getTicketedRBD()
public void setTicketedRBD(java.lang.String ticketedRBD)
ticketedRBD - public java.lang.String getFrequentFlierMiles()
public void setFrequentFlierMiles(java.lang.String frequentFlierMiles)
frequentFlierMiles -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||