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

public class CarrierCriteriaType extends Object
Airline preferences for a shopping request.

Java class for CarrierCriteriaType complex type.

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

 <complexType name="CarrierCriteriaType">
   <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_ServiceListRQ}CarrierType"/>
         <element name="FlightHaulTypeCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="GeographicalIndTypeCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PrefLevel" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}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

    • CarrierCriteriaType

      public CarrierCriteriaType()
  • 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