java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.servicelistrequest.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="RegistrationNumberText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}TextType" minOccurs="0"/>
         <element name="TailNumberText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}TextType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • registrationNumberText

      protected String registrationNumberText
    • tailNumberText

      protected String tailNumberText
  • Constructor Details

    • AircraftType

      public AircraftType()
  • Method Details

    • getRegistrationNumberText

      public String getRegistrationNumberText()
      Gets the value of the registrationNumberText property.
      Returns:
      possible object is String
    • setRegistrationNumberText

      public void setRegistrationNumberText(String value)
      Sets the value of the registrationNumberText property.
      Parameters:
      value - allowed object is String
    • getTailNumberText

      public String getTailNumberText()
      Gets the value of the tailNumberText property.
      Returns:
      possible object is String
    • setTailNumberText

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