Class TransactionAmounts2

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

public class TransactionAmounts2 extends Object

Java class for TransactionAmounts2 complex type.

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

 <complexType name="TransactionAmounts2">
   <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"/>
         <element name="DtldAmt" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}DetailedAmount22" maxOccurs="unbounded" minOccurs="0"/>
         <element name="OrgnlTxAmts" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}OriginalTransactionAmount2" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • TransactionAmounts2

      public TransactionAmounts2()
  • 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
    • getDtldAmt

      public List<DetailedAmount22> getDtldAmt()
      Gets the value of the dtldAmt property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the dtldAmt property.

      For example, to add a new item, do as follows:

          getDtldAmt().add(newItem);
       

      Objects of the following type(s) are allowed in the list DetailedAmount22

    • getOrgnlTxAmts

      public OriginalTransactionAmount2 getOrgnlTxAmts()
      Gets the value of the orgnlTxAmts property.
      Returns:
      possible object is OriginalTransactionAmount2
    • setOrgnlTxAmts

      public void setOrgnlTxAmts(OriginalTransactionAmount2 value)
      Sets the value of the orgnlTxAmts property.
      Parameters:
      value - allowed object is OriginalTransactionAmount2