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

public class AmountType extends Object
An amount is a number of monetary units specified in a currency.

Java class for AmountType complex type.

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

 <complexType name="AmountType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>decimal">
       <attribute name="CurCode" type="{http://www.w3.org/2001/XMLSchema}token" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AmountType

      public AmountType()
  • Method Details

    • getValue

      public BigDecimal getValue()
      Gets the value of the value property.
      Returns:
      possible object is BigDecimal
    • setValue

      public void setValue(BigDecimal value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is BigDecimal
    • getCurCode

      public String getCurCode()
      Gets the value of the curCode property.
      Returns:
      possible object is String
    • setCurCode

      public void setCurCode(String value)
      Sets the value of the curCode property.
      Parameters:
      value - allowed object is String