|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.FlightSegmentBase
org.ota.air.FlightSegment
public class FlightSegment
FlightSegmentType extends FlightSegmentBaseType to provide additional functionality. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="FlightSegmentType"> <xs:complexContent> <xs:extension base="ns:FlightSegmentBaseType"> <xs:sequence> <xs:element name="MarketingAirline" minOccurs="0"> <!-- Reference to inner class MarketingAirline --> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="FlightNumber"/> <xs:attribute type="xs:string" use="optional" name="TourOperatorFlightID"/> </xs:extension> </xs:complexContent> </xs:complexType>
Nested Class Summary | |
---|---|
static class |
FlightSegment.MarketingAirline
The marketing airline. |
Constructor Summary | |
---|---|
FlightSegment()
|
Method Summary | |
---|---|
java.lang.String |
getFlightNumber()
Get the 'FlightNumber' attribute value. |
FlightSegment.MarketingAirline |
getMarketingAirline()
Get the 'MarketingAirline' element value. |
java.lang.String |
getTourOperatorFlightID()
Get the 'TourOperatorFlightID' attribute value. |
void |
setFlightNumber(java.lang.String flightNumber)
Set the 'FlightNumber' attribute value. |
void |
setMarketingAirline(FlightSegment.MarketingAirline marketingAirline)
Set the 'MarketingAirline' element value. |
void |
setTourOperatorFlightID(java.lang.String tourOperatorFlightID)
Set the 'TourOperatorFlightID' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FlightSegment()
Method Detail |
---|
public FlightSegment.MarketingAirline getMarketingAirline()
public void setMarketingAirline(FlightSegment.MarketingAirline marketingAirline)
marketingAirline
- public java.lang.String getFlightNumber()
public void setFlightNumber(java.lang.String flightNumber)
flightNumber
- public java.lang.String getTourOperatorFlightID()
public void setTourOperatorFlightID(java.lang.String tourOperatorFlightID)
tourOperatorFlightID
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |