Class DocumentAdjustment1
java.lang.Object
org.coderic.iso20022.messages.camt.DocumentAdjustment1
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.111.001.01}ActiveOrHistoricCurrencyAndAmount"/>
<element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}CreditDebitCode" minOccurs="0"/>
<element name="Rsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max4Text" minOccurs="0"/>
<element name="AddtlInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max140Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlInf property.getAmt()Gets the value of the amt property.Gets the value of the cdtDbtInd property.getRsn()Gets the value of the rsn property.voidsetAddtlInf(String value) Sets the value of the addtlInf property.voidSets the value of the amt property.voidsetCdtDbtInd(CreditDebitCode value) Sets the value of the cdtDbtInd property.voidSets the value of the rsn property.
-
Constructor Details
-
DocumentAdjustment1
public DocumentAdjustment1()
-
-
Method Details
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setAmt
Sets the value of the amt property.- Parameters:
value- allowed object isActiveOrHistoricCurrencyAndAmount
-
getCdtDbtInd
Gets the value of the cdtDbtInd property.- Returns:
- possible object is
CreditDebitCode
-
setCdtDbtInd
Sets the value of the cdtDbtInd property.- Parameters:
value- allowed object isCreditDebitCode
-
getRsn
Gets the value of the rsn property.- Returns:
- possible object is
String
-
setRsn
Sets the value of the rsn property.- Parameters:
value- allowed object isString
-
getAddtlInf
Gets the value of the addtlInf property.- Returns:
- possible object is
String
-
setAddtlInf
Sets the value of the addtlInf property.- Parameters:
value- allowed object isString
-