Class FlightCharacteristicsCriteriaType

java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpricerequest.FlightCharacteristicsCriteriaType

public class FlightCharacteristicsCriteriaType extends Object
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>