Class CabinTypeType
java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistrequest.CabinTypeType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cabinTypeCode property.Gets the value of the cabinTypeName property.voidsetCabinTypeCode(String value) Sets the value of the cabinTypeCode property.voidsetCabinTypeName(String value) Sets the value of the cabinTypeName property.
-
Field Details
-
cabinTypeCode
-
cabinTypeName
-
-
Constructor Details
-
CabinTypeType
public CabinTypeType()
-
-
Method Details
-
getCabinTypeCode
Gets the value of the cabinTypeCode property.- Returns:
- possible object is
String
-
setCabinTypeCode
Sets the value of the cabinTypeCode property.- Parameters:
value- allowed object isString
-
getCabinTypeName
Gets the value of the cabinTypeName property.- Returns:
- possible object is
String
-
setCabinTypeName
Sets the value of the cabinTypeName property.- Parameters:
value- allowed object isString
-