Class CarrierAircraftTypeType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.ordercreaterequest.CarrierAircraftTypeType
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_OrderCreateRQ}CodeType" minOccurs="0"/>
<element name="CarrierAircraftTypeName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}NameType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the carrierAircraftTypeCode property.Gets the value of the carrierAircraftTypeName property.voidsetCarrierAircraftTypeCode(String value) Sets the value of the carrierAircraftTypeCode property.voidsetCarrierAircraftTypeName(String value) Sets the value of the carrierAircraftTypeName property.
-
Field Details
-
carrierAircraftTypeCode
-
carrierAircraftTypeName
-
-
Constructor Details
-
CarrierAircraftTypeType
public CarrierAircraftTypeType()
-
-
Method Details
-
getCarrierAircraftTypeCode
Gets the value of the carrierAircraftTypeCode property.- Returns:
- possible object is
String
-
setCarrierAircraftTypeCode
Sets the value of the carrierAircraftTypeCode property.- Parameters:
value- allowed object isString
-
getCarrierAircraftTypeName
Gets the value of the carrierAircraftTypeName property.- Returns:
- possible object is
String
-
setCarrierAircraftTypeName
Sets the value of the carrierAircraftTypeName property.- Parameters:
value- allowed object isString
-