public class DocumentAdjustment1 extends 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.06}ActiveOrHistoricCurrencyAndAmount"/>
<element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}CreditDebitCode" minOccurs="0"/>
<element name="Rsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max4Text" minOccurs="0"/>
<element name="AddtlInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max140Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
addtlInf |
protected ActiveOrHistoricCurrencyAndAmount |
amt |
protected CreditDebitCode |
cdtDbtInd |
protected String |
rsn |
| Constructor and Description |
|---|
DocumentAdjustment1() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
getRsn()
Gets the value of the rsn property.
|
void |
setAddtlInf(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(String value)
Sets the value of the rsn property.
|
protected ActiveOrHistoricCurrencyAndAmount amt
protected CreditDebitCode cdtDbtInd
protected String rsn
protected 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 String getRsn()
Stringpublic void setRsn(String value)
value - allowed object is
Stringpublic String getAddtlInf()
StringCopyright © 2019. All rights reserved.