Class OriginalTransactionAmount2
java.lang.Object
org.coderic.iso20022.messages.cafc.OriginalTransactionAmount2
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amtQlfr property.Gets the value of the crdhldrBllgAmt 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
setRcncltnAmt
(Amount15 value) Sets the value of the rcncltnAmt property.void
setTxAmt
(TransactionAmount1 value) Sets the value of the txAmt property.
-
Constructor Details
-
OriginalTransactionAmount2
public OriginalTransactionAmount2()
-
-
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
-