org.ota.shared
Class OperatingAirline

java.lang.Object
  extended by org.ota.shared.OperatingAirline

public class OperatingAirline
extends java.lang.Object

Identifies the operating carrier and flight number. 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="OperatingAirlineType">
   <xs:simpleContent>
     <xs:extension base="ns:CompanyNameType">
       <xs:attribute type="xs:string" use="optional" name="FlightNumber"/>
       <xs:attribute type="xs:string" use="optional" name="ResBookDesigCode"/>
     </xs:extension>
   </xs:simpleContent>
 </xs:complexType>
 


Constructor Summary
OperatingAirline()
           
 
Method Summary
 CompanyName getCompanyName()
          Get the extension value.
 java.lang.String getFlightNumber()
          Get the 'FlightNumber' attribute value.
 java.lang.String getResBookDesigCode()
          Get the 'ResBookDesigCode' attribute value.
 void setCompanyName(CompanyName companyName)
          Set the extension value.
 void setFlightNumber(java.lang.String flightNumber)
          Set the 'FlightNumber' 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

OperatingAirline

public OperatingAirline()
Method Detail

getCompanyName

public CompanyName getCompanyName()
Get the extension value.

Returns:
value

setCompanyName

public void setCompanyName(CompanyName companyName)
Set the extension value.

Parameters:
companyName -

getFlightNumber

public java.lang.String getFlightNumber()
Get the 'FlightNumber' attribute value. The flight number as assigned by the operating carrier.

Returns:
value

setFlightNumber

public void setFlightNumber(java.lang.String flightNumber)
Set the 'FlightNumber' attribute value. The flight number as assigned by the operating carrier.

Parameters:
flightNumber -

getResBookDesigCode

public java.lang.String getResBookDesigCode()
Get the 'ResBookDesigCode' attribute value. The reservation booking designator of the operating carrier when different from the marketing carrier.

Returns:
value

setResBookDesigCode

public void setResBookDesigCode(java.lang.String resBookDesigCode)
Set the 'ResBookDesigCode' attribute value. The reservation booking designator of the operating carrier when different from the marketing carrier.

Parameters:
resBookDesigCode -