Class AircraftType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingrequest.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="RegistrationNumberText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}TextType" minOccurs="0"/>
<element name="TailNumberText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}TextType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the registrationNumberText property.Gets the value of the tailNumberText property.voidsetRegistrationNumberText(String value) Sets the value of the registrationNumberText property.voidsetTailNumberText(String value) Sets the value of the tailNumberText property.
-
Field Details
-
registrationNumberText
-
tailNumberText
-
-
Constructor Details
-
AircraftType
public AircraftType()
-
-
Method Details
-
getRegistrationNumberText
Gets the value of the registrationNumberText property.- Returns:
- possible object is
String
-
setRegistrationNumberText
Sets the value of the registrationNumberText property.- Parameters:
value- allowed object isString
-
getTailNumberText
Gets the value of the tailNumberText property.- Returns:
- possible object is
String
-
setTailNumberText
Sets the value of the tailNumberText property.- Parameters:
value- allowed object isString
-