java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistrequest.CabinTypeType

public class CabinTypeType extends Object
Type of compartment of an aircraft, offering specific services (e.g. business class, economy).

Java class for CabinTypeType complex type.

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

 <complexType name="CabinTypeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CabinTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}CabinTypeCodeType" minOccurs="0"/>
         <element name="CabinTypeName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}NameType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • cabinTypeCode

      protected String cabinTypeCode
    • cabinTypeName

      protected String cabinTypeName
  • Constructor Details

    • CabinTypeType

      public CabinTypeType()
  • Method Details

    • getCabinTypeCode

      public String getCabinTypeCode()
      Gets the value of the cabinTypeCode property.
      Returns:
      possible object is String
    • setCabinTypeCode

      public void setCabinTypeCode(String value)
      Sets the value of the cabinTypeCode property.
      Parameters:
      value - allowed object is String
    • getCabinTypeName

      public String getCabinTypeName()
      Gets the value of the cabinTypeName property.
      Returns:
      possible object is String
    • setCabinTypeName

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