Class DetailedAmount22
java.lang.Object
org.coderic.iso20022.messages.cafc.DetailedAmount22
Java class for DetailedAmount22 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DetailedAmount22"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}ISO8583AmountTypeCode"/> <element name="OthrTp" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max35Text" minOccurs="0"/> <element name="CdtDbt" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}CreditDebit3Code" minOccurs="0"/> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}ImpliedCurrencyAndAmount"/> <element name="CrdhldrBllgAmt" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}ImpliedCurrencyAndAmount" minOccurs="0"/> <element name="RcncltnAmt" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}ImpliedCurrencyAndAmount" minOccurs="0"/> <element name="Desc" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max70Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAmt()
Gets the value of the amt property.Gets the value of the cdtDbt property.Gets the value of the crdhldrBllgAmt property.getDesc()
Gets the value of the desc property.Gets the value of the othrTp property.Gets the value of the rcncltnAmt property.getTp()
Gets the value of the tp property.void
setAmt
(BigDecimal value) Sets the value of the amt property.void
setCdtDbt
(CreditDebit3Code value) Sets the value of the cdtDbt property.void
setCrdhldrBllgAmt
(BigDecimal value) Sets the value of the crdhldrBllgAmt property.void
Sets the value of the desc property.void
Sets the value of the othrTp property.void
setRcncltnAmt
(BigDecimal value) Sets the value of the rcncltnAmt property.void
Sets the value of the tp property.
-
Constructor Details
-
DetailedAmount22
public DetailedAmount22()
-
-
Method Details
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
String
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isString
-
getOthrTp
Gets the value of the othrTp property.- Returns:
- possible object is
String
-
setOthrTp
Sets the value of the othrTp property.- Parameters:
value
- allowed object isString
-
getCdtDbt
Gets the value of the cdtDbt property.- Returns:
- possible object is
CreditDebit3Code
-
setCdtDbt
Sets the value of the cdtDbt property.- Parameters:
value
- allowed object isCreditDebit3Code
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
BigDecimal
-
setAmt
Sets the value of the amt property.- Parameters:
value
- allowed object isBigDecimal
-
getCrdhldrBllgAmt
Gets the value of the crdhldrBllgAmt property.- Returns:
- possible object is
BigDecimal
-
setCrdhldrBllgAmt
Sets the value of the crdhldrBllgAmt property.- Parameters:
value
- allowed object isBigDecimal
-
getRcncltnAmt
Gets the value of the rcncltnAmt property.- Returns:
- possible object is
BigDecimal
-
setRcncltnAmt
Sets the value of the rcncltnAmt property.- Parameters:
value
- allowed object isBigDecimal
-
getDesc
Gets the value of the desc property.- Returns:
- possible object is
String
-
setDesc
Sets the value of the desc property.- Parameters:
value
- allowed object isString
-