java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingresponse.OffersSummaryType

public class OffersSummaryType extends Object
Offer summary that includes highest, lowest, and number of matched offers included in the response.

Java class for OffersSummaryType complex type.

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

 <complexType name="OffersSummaryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="HighestOfferPrice" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}PriceSummaryType" minOccurs="0"/>
         <element name="LowestOfferPrice" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}PriceSummaryType" minOccurs="0"/>
         <element name="MatchedOfferQty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}QtyType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • OffersSummaryType

      public OffersSummaryType()
  • Method Details

    • getHighestOfferPrice

      public PriceSummaryType getHighestOfferPrice()
      Gets the value of the highestOfferPrice property.
      Returns:
      possible object is PriceSummaryType
    • setHighestOfferPrice

      public void setHighestOfferPrice(PriceSummaryType value)
      Sets the value of the highestOfferPrice property.
      Parameters:
      value - allowed object is PriceSummaryType
    • getLowestOfferPrice

      public PriceSummaryType getLowestOfferPrice()
      Gets the value of the lowestOfferPrice property.
      Returns:
      possible object is PriceSummaryType
    • setLowestOfferPrice

      public void setLowestOfferPrice(PriceSummaryType value)
      Sets the value of the lowestOfferPrice property.
      Parameters:
      value - allowed object is PriceSummaryType
    • getMatchedOfferQty

      public QtyType getMatchedOfferQty()
      Gets the value of the matchedOfferQty property.
      Returns:
      possible object is QtyType
    • setMatchedOfferQty

      public void setMatchedOfferQty(QtyType value)
      Sets the value of the matchedOfferQty property.
      Parameters:
      value - allowed object is QtyType