Class DebitAuthorisationConfirmation3
java.lang.Object
org.coderic.iso20022.messages.camt.DebitAuthorisationConfirmation3
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAcct()
Gets the value of the acct property.Gets the value of the amtToDbt property.Gets the value of the cmonTxId property.getRsn()
Gets the value of the rsn property.Gets the value of the valDtToDbt property.boolean
Gets the value of the dbtAuthstn property.void
setAcct
(CashAccount40 value) Sets the value of the acct property.void
Sets the value of the amtToDbt property.void
setCmonTxId
(String value) Sets the value of the cmonTxId property.void
setDbtAuthstn
(boolean value) Sets the value of the dbtAuthstn property.void
Sets the value of the rsn property.void
Sets the value of the valDtToDbt property.
-
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
Gets the value of the amtToDbt property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setAmtToDbt
Sets the value of the amtToDbt property.- Parameters:
value
- allowed object isActiveCurrencyAndAmount
-
getAcct
Gets the value of the acct property.- Returns:
- possible object is
CashAccount40
-
setAcct
Sets the value of the acct property.- Parameters:
value
- allowed object isCashAccount40
-
getValDtToDbt
Gets the value of the valDtToDbt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setValDtToDbt
Sets the value of the valDtToDbt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getCmonTxId
Gets the value of the cmonTxId property.- Returns:
- possible object is
String
-
setCmonTxId
Sets the value of the cmonTxId property.- Parameters:
value
- allowed object isString
-
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
-