Class PriceSummaryType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingresponse.PriceSummaryType
The amount of money expected, required, or given in payment for something.
Java class for PriceSummaryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PriceSummaryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LoyaltyUnitAmount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}AmountType" minOccurs="0"/>
<element name="LoyaltyUnitName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}NameType" minOccurs="0"/>
<element name="TotalAmount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}AmountType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the loyaltyUnitAmount property.Gets the value of the loyaltyUnitName property.Gets the value of the totalAmount property.voidsetLoyaltyUnitAmount(AmountType value) Sets the value of the loyaltyUnitAmount property.voidsetLoyaltyUnitName(String value) Sets the value of the loyaltyUnitName property.voidsetTotalAmount(AmountType value) Sets the value of the totalAmount property.
-
Field Details
-
loyaltyUnitAmount
-
loyaltyUnitName
-
totalAmount
-
-
Constructor Details
-
PriceSummaryType
public PriceSummaryType()
-
-
Method Details
-
getLoyaltyUnitAmount
Gets the value of the loyaltyUnitAmount property.- Returns:
- possible object is
AmountType
-
setLoyaltyUnitAmount
Sets the value of the loyaltyUnitAmount property.- Parameters:
value- allowed object isAmountType
-
getLoyaltyUnitName
Gets the value of the loyaltyUnitName property.- Returns:
- possible object is
String
-
setLoyaltyUnitName
Sets the value of the loyaltyUnitName property.- Parameters:
value- allowed object isString
-
getTotalAmount
Gets the value of the totalAmount property.- Returns:
- possible object is
AmountType
-
setTotalAmount
Sets the value of the totalAmount property.- Parameters:
value- allowed object isAmountType
-