Class FlightCharacteristicsCriteriaType
java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistrequest.FlightCharacteristicsCriteriaType
Flight characteristics preferences including non-stop, red eye, etc.
Java class for FlightCharacteristicsCriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlightCharacteristicsCriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CharacteristicCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="PrefLevel" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}PrefLevelType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the characteristicCode property.Gets the value of the prefLevel property.voidsetCharacteristicCode(String value) Sets the value of the characteristicCode property.voidsetPrefLevel(PrefLevelType value) Sets the value of the prefLevel property.
-
Field Details
-
characteristicCode
-
prefLevel
-
-
Constructor Details
-
FlightCharacteristicsCriteriaType
public FlightCharacteristicsCriteriaType()
-
-
Method Details
-
getCharacteristicCode
Gets the value of the characteristicCode property.- Returns:
- possible object is
String
-
setCharacteristicCode
Sets the value of the characteristicCode property.- Parameters:
value- allowed object isString
-
getPrefLevel
Gets the value of the prefLevel property.- Returns:
- possible object is
PrefLevelType
-
setPrefLevel
Sets the value of the prefLevel property.- Parameters:
value- allowed object isPrefLevelType
-