java.lang.Object
org.iata.iata._2015.easd._00.iata_offersandorderscommontypes.CurConversionType

public class CurConversionType extends Object
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/EASD/00/IATA_OffersAndOrdersCommonTypes}AmountType"/>
         <element name="ConversionRate" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}RateType"/>
         <element name="LocalAmount" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}AmountType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CurConversionType

      public CurConversionType()
  • Method Details

    • getAmount

      public AmountType getAmount()
      Gets the value of the amount property.
      Returns:
      possible object is AmountType
    • setAmount

      public void setAmount(AmountType value)
      Sets the value of the amount property.
      Parameters:
      value - allowed object is AmountType
    • getConversionRate

      public RateType getConversionRate()
      Gets the value of the conversionRate property.
      Returns:
      possible object is RateType
    • setConversionRate

      public void setConversionRate(RateType value)
      Sets the value of the conversionRate property.
      Parameters:
      value - allowed object is RateType
    • getLocalAmount

      public AmountType getLocalAmount()
      Gets the value of the localAmount property.
      Returns:
      possible object is AmountType
    • setLocalAmount

      public void setLocalAmount(AmountType value)
      Sets the value of the localAmount property.
      Parameters:
      value - allowed object is AmountType