public class DocumentAdjustment1
extends java.lang.Object
Java class for DocumentAdjustment1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentAdjustment1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ActiveOrHistoricCurrencyAndAmount"/>
<element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}CreditDebitCode" minOccurs="0"/>
<element name="Rsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max4Text" minOccurs="0"/>
<element name="AddtlInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max140Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
addtlInf |
|
protected ActiveOrHistoricCurrencyAndAmount |
amt |
|
protected CreditDebitCode |
cdtDbtInd |
|
protected java.lang.String |
rsn |
| Constructor | Description |
|---|---|
DocumentAdjustment1() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getAddtlInf() |
Gets the value of the addtlInf property.
|
ActiveOrHistoricCurrencyAndAmount |
getAmt() |
Gets the value of the amt property.
|
CreditDebitCode |
getCdtDbtInd() |
Gets the value of the cdtDbtInd property.
|
java.lang.String |
getRsn() |
Gets the value of the rsn property.
|
void |
setAddtlInf(java.lang.String value) |
Sets the value of the addtlInf property.
|
void |
setAmt(ActiveOrHistoricCurrencyAndAmount value) |
Sets the value of the amt property.
|
void |
setCdtDbtInd(CreditDebitCode value) |
Sets the value of the cdtDbtInd property.
|
void |
setRsn(java.lang.String value) |
Sets the value of the rsn property.
|
protected ActiveOrHistoricCurrencyAndAmount amt
protected CreditDebitCode cdtDbtInd
protected java.lang.String rsn
protected java.lang.String addtlInf
public ActiveOrHistoricCurrencyAndAmount getAmt()
ActiveOrHistoricCurrencyAndAmountpublic void setAmt(ActiveOrHistoricCurrencyAndAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountpublic CreditDebitCode getCdtDbtInd()
CreditDebitCodepublic void setCdtDbtInd(CreditDebitCode value)
value - allowed object is
CreditDebitCodepublic java.lang.String getRsn()
Stringpublic void setRsn(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAddtlInf()
Stringpublic void setAddtlInf(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.