Class FlightCharacteristicsCriteriaType

java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.servicelistrequest.FlightCharacteristicsCriteriaType

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

    • characteristicCode

      protected String characteristicCode
    • prefLevel

      protected PrefLevelType prefLevel
  • Constructor Details

    • FlightCharacteristicsCriteriaType

      public FlightCharacteristicsCriteriaType()
  • Method Details

    • getCharacteristicCode

      public String getCharacteristicCode()
      Gets the value of the characteristicCode property.
      Returns:
      possible object is String
    • setCharacteristicCode

      public void setCharacteristicCode(String value)
      Sets the value of the characteristicCode property.
      Parameters:
      value - allowed object is String
    • getPrefLevel

      public PrefLevelType getPrefLevel()
      Gets the value of the prefLevel property.
      Returns:
      possible object is PrefLevelType
    • setPrefLevel

      public void setPrefLevel(PrefLevelType value)
      Sets the value of the prefLevel property.
      Parameters:
      value - allowed object is PrefLevelType