| 
 | |||||||
| 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
org.ota.air.BookFlightSegment
org.ota.air.AirItinerary.OriginDestinationOption.FlightSegment
public static class AirItinerary.OriginDestinationOption.FlightSegment
A container for necessary data to describe one or more legs of a single flight number. 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="FlightSegment" maxOccurs="8">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:BookFlightSegmentType">
         <xs:sequence>
           <xs:element ref="ns:TPA_Extensions" minOccurs="0"/>
         </xs:sequence>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 
 <xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" type="ns:TPA_ExtensionsType" name="TPA_Extensions"/>
 
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class org.ota.air.BookFlightSegment | 
|---|
| BookFlightSegment.BookingClassAvails, BookFlightSegment.ETicketEligibility | 
| Nested classes/interfaces inherited from class org.ota.air.FlightSegment | 
|---|
| FlightSegment.MarketingAirline | 
| Constructor Summary | |
|---|---|
| AirItinerary.OriginDestinationOption.FlightSegment() | |
| Method Summary | |
|---|---|
|  TPAExtensions | getTPAExtensions()Get the 'TPA_Extensions' element value. | 
|  void | setTPAExtensions(TPAExtensions TPAExtensions)Set the 'TPA_Extensions' element value. | 
| Methods inherited from class org.ota.air.FlightSegment | 
|---|
| getFlightNumber, getMarketingAirline, getTourOperatorFlightID, setFlightNumber, setMarketingAirline, setTourOperatorFlightID | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public AirItinerary.OriginDestinationOption.FlightSegment()
| Method Detail | 
|---|
public TPAExtensions getTPAExtensions()
public void setTPAExtensions(TPAExtensions TPAExtensions)
TPAExtensions - | 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||