Class AircraftType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpricerequest.AircraftType
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="RegistrationNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}TextType"/>
<element name="TailNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}TextType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the registrationNumber property.Gets the value of the tailNumber property.voidsetRegistrationNumber(String value) Sets the value of the registrationNumber property.voidsetTailNumber(String value) Sets the value of the tailNumber property.
-
Field Details
-
registrationNumber
-
tailNumber
-
-
Constructor Details
-
AircraftType
public AircraftType()
-
-
Method Details
-
getRegistrationNumber
Gets the value of the registrationNumber property.- Returns:
- possible object is
String
-
setRegistrationNumber
Sets the value of the registrationNumber property.- Parameters:
value- allowed object isString
-
getTailNumber
Gets the value of the tailNumber property.- Returns:
- possible object is
String
-
setTailNumber
Sets the value of the tailNumber property.- Parameters:
value- allowed object isString
-