Class TransactionAmounts2
java.lang.Object
org.coderic.iso20022.messages.cafc.TransactionAmounts2
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amtQlfr property.Gets the value of the crdhldrBllgAmt property.Gets the value of the dtldAmt property.Gets the value of the orgnlTxAmts property.Gets the value of the rcncltnAmt property.getTxAmt()
Gets the value of the txAmt property.void
setAmtQlfr
(TypeOfAmount22Code value) Sets the value of the amtQlfr property.void
setCrdhldrBllgAmt
(Amount15 value) Sets the value of the crdhldrBllgAmt property.void
Sets the value of the orgnlTxAmts property.void
setRcncltnAmt
(Amount15 value) Sets the value of the rcncltnAmt property.void
setTxAmt
(TransactionAmount1 value) Sets the value of the txAmt property.
-
Constructor Details
-
TransactionAmounts2
public TransactionAmounts2()
-
-
Method Details
-
getAmtQlfr
Gets the value of the amtQlfr property.- Returns:
- possible object is
TypeOfAmount22Code
-
setAmtQlfr
Sets the value of the amtQlfr property.- Parameters:
value
- allowed object isTypeOfAmount22Code
-
getTxAmt
Gets the value of the txAmt property.- Returns:
- possible object is
TransactionAmount1
-
setTxAmt
Sets the value of the txAmt property.- Parameters:
value
- allowed object isTransactionAmount1
-
getCrdhldrBllgAmt
Gets the value of the crdhldrBllgAmt property.- Returns:
- possible object is
Amount15
-
setCrdhldrBllgAmt
Sets the value of the crdhldrBllgAmt property.- Parameters:
value
- allowed object isAmount15
-
getRcncltnAmt
Gets the value of the rcncltnAmt property.- Returns:
- possible object is
Amount15
-
setRcncltnAmt
Sets the value of the rcncltnAmt property.- Parameters:
value
- allowed object isAmount15
-
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
Gets the value of the orgnlTxAmts property.- Returns:
- possible object is
OriginalTransactionAmount2
-
setOrgnlTxAmts
Sets the value of the orgnlTxAmts property.- Parameters:
value
- allowed object isOriginalTransactionAmount2
-