java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.seatavailabilityresponse.CarrierAircraftTypeType

public class CarrierAircraftTypeType extends Object
Carrier defined internal grouping of aircrafts with the same form, function and specification.

Java class for CarrierAircraftTypeType complex type.

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

 <complexType name="CarrierAircraftTypeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CarrierAircraftTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}CodeType" minOccurs="0"/>
         <element name="CarrierAircraftTypeName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}NameType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • carrierAircraftTypeCode

      protected String carrierAircraftTypeCode
    • carrierAircraftTypeName

      protected String carrierAircraftTypeName
  • Constructor Details

    • CarrierAircraftTypeType

      public CarrierAircraftTypeType()
  • Method Details

    • getCarrierAircraftTypeCode

      public String getCarrierAircraftTypeCode()
      Gets the value of the carrierAircraftTypeCode property.
      Returns:
      possible object is String
    • setCarrierAircraftTypeCode

      public void setCarrierAircraftTypeCode(String value)
      Sets the value of the carrierAircraftTypeCode property.
      Parameters:
      value - allowed object is String
    • getCarrierAircraftTypeName

      public String getCarrierAircraftTypeName()
      Gets the value of the carrierAircraftTypeName property.
      Returns:
      possible object is String
    • setCarrierAircraftTypeName

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