Class IATAAircraftTypeType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderviewresponse.IATAAircraftTypeType
Grouping of aircrafts with the same form, function and specification, currently flown, or soon to be flown. Possible types are defined in the IATA SSIM.
Java class for IATAAircraftTypeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IATAAircraftTypeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="IATAAircraftTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}IATAAircraftTypeCodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the iataAircraftTypeCode property.voidsetIATAAircraftTypeCode(String value) Sets the value of the iataAircraftTypeCode property.
-
Field Details
-
iataAircraftTypeCode
-
-
Constructor Details
-
IATAAircraftTypeType
public IATAAircraftTypeType()
-
-
Method Details