Class TransactionAmount1

java.lang.Object
org.coderic.iso20022.messages.cain.TransactionAmount1

public class TransactionAmount1 extends Object

Java class for TransactionAmount1 complex type.

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

 <complexType name="TransactionAmount1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}ImpliedCurrencyAndAmount"/>
         <element name="Ccy" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}ISO3NumericCurrencyCode"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • TransactionAmount1

      public TransactionAmount1()
  • Method Details

    • getAmt

      public BigDecimal getAmt()
      Gets the value of the amt property.
      Returns:
      possible object is BigDecimal
    • setAmt

      public void setAmt(BigDecimal value)
      Sets the value of the amt property.
      Parameters:
      value - allowed object is BigDecimal
    • getCcy

      public String getCcy()
      Gets the value of the ccy property.
      Returns:
      possible object is String
    • setCcy

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