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.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 | 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()
ActiveOrHistoricCurrencyAndAmount
public void setAmt(ActiveOrHistoricCurrencyAndAmount value)
value
- allowed object is
ActiveOrHistoricCurrencyAndAmount
public CreditDebitCode getCdtDbtInd()
CreditDebitCode
public void setCdtDbtInd(CreditDebitCode value)
value
- allowed object is
CreditDebitCode
public java.lang.String getRsn()
String
public void setRsn(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAddtlInf()
String
public void setAddtlInf(java.lang.String value)
value
- allowed object is
String
Copyright © 2018. All rights reserved.