Class FlightCharacteristicsCriteriaType
java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpricerequest.FlightCharacteristicsCriteriaType
Flight characteristics filter criteria for shopping requests, 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.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}FlightCharacteristicsCodeType" minOccurs="0"/>
<element name="PrefLevel" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}PrefLevelType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FlightCharacteristicsCodeContentTypeprotected PrefLevelType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the characteristicCode property.Gets the value of the prefLevel property.voidSets 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
FlightCharacteristicsCodeContentType
-
setCharacteristicCode
Sets the value of the characteristicCode property.- Parameters:
value- allowed object isFlightCharacteristicsCodeContentType
-
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
-