Class MandateRelatedInformation15
java.lang.Object
org.coderic.iso20022.messages.camt.MandateRelatedInformation15
Java class for MandateRelatedInformation15 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MandateRelatedInformation15"> <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="DtOfSgntr" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ISODate" minOccurs="0"/> <element name="AmdmntInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}TrueFalseIndicator" minOccurs="0"/> <element name="AmdmntInfDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}AmendmentInformationDetails14" minOccurs="0"/> <element name="ElctrncSgntr" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max1025Text" minOccurs="0"/> <element name="FrstColltnDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ISODate" minOccurs="0"/> <element name="FnlColltnDt" 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"/> <element name="TrckgDays" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Exact2NumericText" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amdmntInfDtls property.Gets the value of the dtOfSgntr property.Gets the value of the elctrncSgntr property.Gets the value of the fnlColltnDt property.getFrqcy()
Gets the value of the frqcy property.Gets the value of the frstColltnDt property.Gets the value of the mndtId property.getRsn()
Gets the value of the rsn property.Gets the value of the trckgDays property.Gets the value of the amdmntInd property.void
setAmdmntInd
(Boolean value) Sets the value of the amdmntInd property.void
Sets the value of the amdmntInfDtls property.void
setDtOfSgntr
(XMLGregorianCalendar value) Sets the value of the dtOfSgntr property.void
setElctrncSgntr
(String value) Sets the value of the elctrncSgntr property.void
Sets the value of the fnlColltnDt property.void
setFrqcy
(Frequency36Choice value) Sets the value of the frqcy property.void
Sets the value of the frstColltnDt property.void
Sets the value of the mndtId property.void
setRsn
(MandateSetupReason1Choice value) Sets the value of the rsn property.void
setTrckgDays
(String value) Sets the value of the trckgDays property.
-
Constructor Details
-
MandateRelatedInformation15
public MandateRelatedInformation15()
-
-
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
-
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
-
isAmdmntInd
Gets the value of the amdmntInd property.- Returns:
- possible object is
Boolean
-
setAmdmntInd
Sets the value of the amdmntInd property.- Parameters:
value
- allowed object isBoolean
-
getAmdmntInfDtls
Gets the value of the amdmntInfDtls property.- Returns:
- possible object is
AmendmentInformationDetails14
-
setAmdmntInfDtls
Sets the value of the amdmntInfDtls property.- Parameters:
value
- allowed object isAmendmentInformationDetails14
-
getElctrncSgntr
Gets the value of the elctrncSgntr property.- Returns:
- possible object is
String
-
setElctrncSgntr
Sets the value of the elctrncSgntr property.- Parameters:
value
- allowed object isString
-
getFrstColltnDt
Gets the value of the frstColltnDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFrstColltnDt
Sets the value of the frstColltnDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getFnlColltnDt
Gets the value of the fnlColltnDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFnlColltnDt
Sets the value of the fnlColltnDt 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
-
getTrckgDays
Gets the value of the trckgDays property.- Returns:
- possible object is
String
-
setTrckgDays
Sets the value of the trckgDays property.- Parameters:
value
- allowed object isString
-