|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.FlightSegment.MarketingAirline
public static class FlightSegment.MarketingAirline
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 |
---|
public FlightSegment.MarketingAirline()
Method Detail |
---|
public CompanyName getCompanyName()
public void setCompanyName(CompanyName companyName)
companyName
- public SingleVendorIndGroup getSingleVendorIndGroup()
public void setSingleVendorIndGroup(SingleVendorIndGroup singleVendorIndGroup)
singleVendorIndGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |