Class CurConversionType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.seatavailabilityrequest.CurConversionType
The result of converting one currency into another currency. E.g. local currency to USD, air miles to monetary.
Java class for CurConversionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CurConversionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Amount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}AmountType" minOccurs="0"/>
<element name="ConversionRate" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}RateType" minOccurs="0"/>
<element name="LocalAmount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}AmountType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amount property.Gets the value of the conversionRate property.Gets the value of the localAmount property.voidsetAmount(AmountType value) Sets the value of the amount property.voidsetConversionRate(RateType value) Sets the value of the conversionRate property.voidsetLocalAmount(AmountType value) Sets the value of the localAmount property.
-
Field Details
-
amount
-
conversionRate
-
localAmount
-
-
Constructor Details
-
CurConversionType
public CurConversionType()
-
-
Method Details
-
getAmount
Gets the value of the amount property.- Returns:
- possible object is
AmountType
-
setAmount
Sets the value of the amount property.- Parameters:
value- allowed object isAmountType
-
getConversionRate
Gets the value of the conversionRate property.- Returns:
- possible object is
RateType
-
setConversionRate
Sets the value of the conversionRate property.- Parameters:
value- allowed object isRateType
-
getLocalAmount
Gets the value of the localAmount property.- Returns:
- possible object is
AmountType
-
setLocalAmount
Sets the value of the localAmount property.- Parameters:
value- allowed object isAmountType
-