Class DocumentAdjustment1


  • 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>
     
    • Constructor Detail

      • DocumentAdjustment1

        public DocumentAdjustment1()
    • Method Detail

      • setCdtDbtInd

        public void setCdtDbtInd​(CreditDebitCode value)
        Sets the value of the cdtDbtInd property.
        Parameters:
        value - allowed object is CreditDebitCode
      • getRsn

        public java.lang.String getRsn()
        Gets the value of the rsn property.
        Returns:
        possible object is String
      • setRsn

        public void setRsn​(java.lang.String value)
        Sets the value of the rsn property.
        Parameters:
        value - allowed object is String
      • getAddtlInf

        public java.lang.String getAddtlInf()
        Gets the value of the addtlInf property.
        Returns:
        possible object is String
      • setAddtlInf

        public void setAddtlInf​(java.lang.String value)
        Sets the value of the addtlInf property.
        Parameters:
        value - allowed object is String