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

public class AllianceCriteriaType extends Object
Alliance specific filter criteria for shopping requests.

Java class for AllianceCriteriaType complex type.

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

 <complexType name="AllianceCriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Alliance" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}AllianceType" 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

    • alliance

      protected AllianceType alliance
    • flightHaulTypeCode

      protected String flightHaulTypeCode
    • geographicalIndTypeCode

      protected String geographicalIndTypeCode
    • prefLevel

      protected PrefLevelType prefLevel
  • Constructor Details

    • AllianceCriteriaType

      public AllianceCriteriaType()
  • Method Details

    • getAlliance

      public AllianceType getAlliance()
      Gets the value of the alliance property.
      Returns:
      possible object is AllianceType
    • setAlliance

      public void setAlliance(AllianceType value)
      Sets the value of the alliance property.
      Parameters:
      value - allowed object is AllianceType
    • 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