Class DebitAuthorisationConfirmation3

java.lang.Object
org.coderic.iso20022.messages.camt.DebitAuthorisationConfirmation3

public class DebitAuthorisationConfirmation3 extends Object

Java class for DebitAuthorisationConfirmation3 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DebitAuthorisationConfirmation3">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DbtAuthstn" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}TrueFalseIndicator"/>
         <element name="AmtToDbt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ActiveCurrencyAndAmount" minOccurs="0"/>
         <element name="Acct" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}CashAccount40" minOccurs="0"/>
         <element name="ValDtToDbt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ISODate" minOccurs="0"/>
         <element name="CmonTxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max52Text" minOccurs="0"/>
         <element name="Rsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max140Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • DebitAuthorisationConfirmation3

      public DebitAuthorisationConfirmation3()
  • Method Details

    • isDbtAuthstn

      public boolean isDbtAuthstn()
      Gets the value of the dbtAuthstn property.
    • setDbtAuthstn

      public void setDbtAuthstn(boolean value)
      Sets the value of the dbtAuthstn property.
    • getAmtToDbt

      public ActiveCurrencyAndAmount getAmtToDbt()
      Gets the value of the amtToDbt property.
      Returns:
      possible object is ActiveCurrencyAndAmount
    • setAmtToDbt

      public void setAmtToDbt(ActiveCurrencyAndAmount value)
      Sets the value of the amtToDbt property.
      Parameters:
      value - allowed object is ActiveCurrencyAndAmount
    • getAcct

      public CashAccount40 getAcct()
      Gets the value of the acct property.
      Returns:
      possible object is CashAccount40
    • setAcct

      public void setAcct(CashAccount40 value)
      Sets the value of the acct property.
      Parameters:
      value - allowed object is CashAccount40
    • getValDtToDbt

      public XMLGregorianCalendar getValDtToDbt()
      Gets the value of the valDtToDbt property.
      Returns:
      possible object is XMLGregorianCalendar
    • setValDtToDbt

      public void setValDtToDbt(XMLGregorianCalendar value)
      Sets the value of the valDtToDbt property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getCmonTxId

      public String getCmonTxId()
      Gets the value of the cmonTxId property.
      Returns:
      possible object is String
    • setCmonTxId

      public void setCmonTxId(String value)
      Sets the value of the cmonTxId property.
      Parameters:
      value - allowed object is String
    • getRsn

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

      public void setRsn(String value)
      Sets the value of the rsn property.
      Parameters:
      value - allowed object is String