Class OffersSummaryType
java.lang.Object
de.hybris.platform.ndc182facades.messages.airshoppingresponse.OffersSummaryType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected PriceSummaryTypeprotected PriceSummaryTypeprotected QtyType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the highestOfferPrice property.Gets the value of the lowestOfferPrice property.Gets the value of the matchedOfferQty property.voidSets the value of the highestOfferPrice property.voidSets the value of the lowestOfferPrice property.voidsetMatchedOfferQty(QtyType value) Sets the value of the matchedOfferQty property.
-
Field Details
-
highestOfferPrice
-
lowestOfferPrice
-
matchedOfferQty
-
-
Constructor Details
-
OffersSummaryType
public OffersSummaryType()
-
-
Method Details
-
getHighestOfferPrice
Gets the value of the highestOfferPrice property.- Returns:
- possible object is
PriceSummaryType
-
setHighestOfferPrice
Sets the value of the highestOfferPrice property.- Parameters:
value- allowed object isPriceSummaryType
-
getLowestOfferPrice
Gets the value of the lowestOfferPrice property.- Returns:
- possible object is
PriceSummaryType
-
setLowestOfferPrice
Sets the value of the lowestOfferPrice property.- Parameters:
value- allowed object isPriceSummaryType
-
getMatchedOfferQty
Gets the value of the matchedOfferQty property.- Returns:
- possible object is
QtyType
-
setMatchedOfferQty
Sets the value of the matchedOfferQty property.- Parameters:
value- allowed object isQtyType
-