org.ota.air
Class FlightSegment.MarketingAirline

java.lang.Object
  extended by org.ota.air.FlightSegment.MarketingAirline
Enclosing class:
FlightSegment

public static class FlightSegment.MarketingAirline
extends java.lang.Object

The marketing airline. This is required for use with scheduled airline messages but may be omitted for requests by tour operators. 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="MarketingAirline" minOccurs="0">
   <xs:complexType>
     <xs:simpleContent>
       <xs:extension base="ns:CompanyNameType">
         <xs:attributeGroup ref="ns:SingleVendorIndGroup"/>
       </xs:extension>
     </xs:simpleContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
FlightSegment.MarketingAirline()
           
 
Method Summary
 CompanyName getCompanyName()
          Get the extension value.
 SingleVendorIndGroup getSingleVendorIndGroup()
          Get the 'SingleVendorIndGroup' attributeGroup value.
 void setCompanyName(CompanyName companyName)
          Set the extension value.
 void setSingleVendorIndGroup(SingleVendorIndGroup singleVendorIndGroup)
          Set the 'SingleVendorIndGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlightSegment.MarketingAirline

public FlightSegment.MarketingAirline()
Method Detail

getCompanyName

public CompanyName getCompanyName()
Get the extension value.

Returns:
value

setCompanyName

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

Parameters:
companyName -

getSingleVendorIndGroup

public SingleVendorIndGroup getSingleVendorIndGroup()
Get the 'SingleVendorIndGroup' attributeGroup value. To specifiy if an airline is a member of an alliance.

Returns:
value

setSingleVendorIndGroup

public void setSingleVendorIndGroup(SingleVendorIndGroup singleVendorIndGroup)
Set the 'SingleVendorIndGroup' attributeGroup value. To specifiy if an airline is a member of an alliance.

Parameters:
singleVendorIndGroup -