java.lang.Object
de.hybris.platform.ndc182facades.messages.ordercreaterequest.IATAAircraftTypeType

public class IATAAircraftTypeType extends Object
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_OrderCreateRQ}IATAAircraftTypeCodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • iataAircraftTypeCode

      protected String iataAircraftTypeCode
  • Constructor Details

    • IATAAircraftTypeType

      public IATAAircraftTypeType()
  • Method Details

    • getIATAAircraftTypeCode

      public String getIATAAircraftTypeCode()
      Gets the value of the iataAircraftTypeCode property.
      Returns:
      possible object is String
    • setIATAAircraftTypeCode

      public void setIATAAircraftTypeCode(String value)
      Sets the value of the iataAircraftTypeCode property.
      Parameters:
      value - allowed object is String