java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpricerequest.AirlineCriteriaType

public class AirlineCriteriaType extends Object
Airline specific filter criteria for shopping requests.

Java class for AirlineCriteriaType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AirlineCriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Carrier" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}CarrierType" minOccurs="0"/>
         <element name="FlightHaulTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}FlightHaulCodeType" minOccurs="0"/>
         <element name="GeographicalIndTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ProductDetailsCodeType" minOccurs="0"/>
         <element name="PrefLevel" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}PrefLevelType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • carrier

      protected CarrierType carrier
    • flightHaulTypeCode

      protected String flightHaulTypeCode
    • geographicalIndTypeCode

      protected String geographicalIndTypeCode
    • prefLevel

      protected PrefLevelType prefLevel
  • Constructor Details

    • AirlineCriteriaType

      public AirlineCriteriaType()
  • Method Details

    • getCarrier

      public CarrierType getCarrier()
      Gets the value of the carrier property.
      Returns:
      possible object is CarrierType
    • setCarrier

      public void setCarrier(CarrierType value)
      Sets the value of the carrier property.
      Parameters:
      value - allowed object is CarrierType
    • getFlightHaulTypeCode

      public String getFlightHaulTypeCode()
      Gets the value of the flightHaulTypeCode property.
      Returns:
      possible object is String
    • setFlightHaulTypeCode

      public void setFlightHaulTypeCode(String value)
      Sets the value of the flightHaulTypeCode property.
      Parameters:
      value - allowed object is String
    • getGeographicalIndTypeCode

      public String getGeographicalIndTypeCode()
      Gets the value of the geographicalIndTypeCode property.
      Returns:
      possible object is String
    • setGeographicalIndTypeCode

      public void setGeographicalIndTypeCode(String value)
      Sets the value of the geographicalIndTypeCode 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