java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpricerequest.AircraftType

public class AircraftType extends Object
Any machine that can derive support in the atmosphere from the reactions of the air other than the reactions of the air against the earth’s surface. It must be certified as airworthy by a competent aeronautical authority.

Java class for AircraftType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AircraftType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RegistrationNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}TextType"/>
         <element name="TailNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}TextType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • registrationNumber

      protected String registrationNumber
    • tailNumber

      protected String tailNumber
  • Constructor Details

    • AircraftType

      public AircraftType()
  • Method Details

    • getRegistrationNumber

      public String getRegistrationNumber()
      Gets the value of the registrationNumber property.
      Returns:
      possible object is String
    • setRegistrationNumber

      public void setRegistrationNumber(String value)
      Sets the value of the registrationNumber property.
      Parameters:
      value - allowed object is String
    • getTailNumber

      public String getTailNumber()
      Gets the value of the tailNumber property.
      Returns:
      possible object is String
    • setTailNumber

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