Class OriginalTransactionAmount2

java.lang.Object
org.coderic.iso20022.messages.cafc.OriginalTransactionAmount2

public class OriginalTransactionAmount2 extends Object

Java class for OriginalTransactionAmount2 complex type.

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

 <complexType name="OriginalTransactionAmount2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AmtQlfr" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}TypeOfAmount22Code" minOccurs="0"/>
         <element name="TxAmt" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}TransactionAmount1"/>
         <element name="CrdhldrBllgAmt" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Amount15" minOccurs="0"/>
         <element name="RcncltnAmt" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Amount15" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • OriginalTransactionAmount2

      public OriginalTransactionAmount2()
  • Method Details

    • getAmtQlfr

      public TypeOfAmount22Code getAmtQlfr()
      Gets the value of the amtQlfr property.
      Returns:
      possible object is TypeOfAmount22Code
    • setAmtQlfr

      public void setAmtQlfr(TypeOfAmount22Code value)
      Sets the value of the amtQlfr property.
      Parameters:
      value - allowed object is TypeOfAmount22Code
    • getTxAmt

      public TransactionAmount1 getTxAmt()
      Gets the value of the txAmt property.
      Returns:
      possible object is TransactionAmount1
    • setTxAmt

      public void setTxAmt(TransactionAmount1 value)
      Sets the value of the txAmt property.
      Parameters:
      value - allowed object is TransactionAmount1
    • getCrdhldrBllgAmt

      public Amount15 getCrdhldrBllgAmt()
      Gets the value of the crdhldrBllgAmt property.
      Returns:
      possible object is Amount15
    • setCrdhldrBllgAmt

      public void setCrdhldrBllgAmt(Amount15 value)
      Sets the value of the crdhldrBllgAmt property.
      Parameters:
      value - allowed object is Amount15
    • getRcncltnAmt

      public Amount15 getRcncltnAmt()
      Gets the value of the rcncltnAmt property.
      Returns:
      possible object is Amount15
    • setRcncltnAmt

      public void setRcncltnAmt(Amount15 value)
      Sets the value of the rcncltnAmt property.
      Parameters:
      value - allowed object is Amount15