Class CreditTransferMandateData1
java.lang.Object
org.coderic.iso20022.messages.camt.CreditTransferMandateData1
Java class for CreditTransferMandateData1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreditTransferMandateData1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MndtId" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text" minOccurs="0"/> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}MandateTypeInformation2" minOccurs="0"/> <element name="DtOfSgntr" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ISODate" minOccurs="0"/> <element name="DtOfVrfctn" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ISODateTime" minOccurs="0"/> <element name="ElctrncSgntr" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max10KBinary" minOccurs="0"/> <element name="FrstPmtDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ISODate" minOccurs="0"/> <element name="FnlPmtDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ISODate" minOccurs="0"/> <element name="Frqcy" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Frequency36Choice" minOccurs="0"/> <element name="Rsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}MandateSetupReason1Choice" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dtOfSgntr property.Gets the value of the dtOfVrfctn property.byte[]
Gets the value of the elctrncSgntr property.Gets the value of the fnlPmtDt property.getFrqcy()
Gets the value of the frqcy property.Gets the value of the frstPmtDt property.Gets the value of the mndtId property.getRsn()
Gets the value of the rsn property.getTp()
Gets the value of the tp property.void
setDtOfSgntr
(XMLGregorianCalendar value) Sets the value of the dtOfSgntr property.void
Sets the value of the dtOfVrfctn property.void
setElctrncSgntr
(byte[] value) Sets the value of the elctrncSgntr property.void
setFnlPmtDt
(XMLGregorianCalendar value) Sets the value of the fnlPmtDt property.void
setFrqcy
(Frequency36Choice value) Sets the value of the frqcy property.void
setFrstPmtDt
(XMLGregorianCalendar value) Sets the value of the frstPmtDt property.void
Sets the value of the mndtId property.void
setRsn
(MandateSetupReason1Choice value) Sets the value of the rsn property.void
setTp
(MandateTypeInformation2 value) Sets the value of the tp property.
-
Constructor Details
-
CreditTransferMandateData1
public CreditTransferMandateData1()
-
-
Method Details
-
getMndtId
Gets the value of the mndtId property.- Returns:
- possible object is
String
-
setMndtId
Sets the value of the mndtId property.- Parameters:
value
- allowed object isString
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
MandateTypeInformation2
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isMandateTypeInformation2
-
getDtOfSgntr
Gets the value of the dtOfSgntr property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDtOfSgntr
Sets the value of the dtOfSgntr property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getDtOfVrfctn
Gets the value of the dtOfVrfctn property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDtOfVrfctn
Sets the value of the dtOfVrfctn property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getElctrncSgntr
public byte[] getElctrncSgntr()Gets the value of the elctrncSgntr property.- Returns:
- possible object is byte[]
-
setElctrncSgntr
public void setElctrncSgntr(byte[] value) Sets the value of the elctrncSgntr property.- Parameters:
value
- allowed object is byte[]
-
getFrstPmtDt
Gets the value of the frstPmtDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFrstPmtDt
Sets the value of the frstPmtDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getFnlPmtDt
Gets the value of the fnlPmtDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFnlPmtDt
Sets the value of the fnlPmtDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getFrqcy
Gets the value of the frqcy property.- Returns:
- possible object is
Frequency36Choice
-
setFrqcy
Sets the value of the frqcy property.- Parameters:
value
- allowed object isFrequency36Choice
-
getRsn
Gets the value of the rsn property.- Returns:
- possible object is
MandateSetupReason1Choice
-
setRsn
Sets the value of the rsn property.- Parameters:
value
- allowed object isMandateSetupReason1Choice
-