public class MandateRelatedInformation6 extends Object
Java class for MandateRelatedInformation6 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MandateRelatedInformation6">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MndtId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}Max35Text" minOccurs="0"/>
<element name="DtOfSgntr" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}ISODate" minOccurs="0"/>
<element name="AmdmntInd" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}TrueFalseIndicator" minOccurs="0"/>
<element name="AmdmntInfDtls" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}AmendmentInformationDetails6" minOccurs="0"/>
<element name="ElctrncSgntr" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}Max1025Text" minOccurs="0"/>
<element name="FrstColltnDt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}ISODate" minOccurs="0"/>
<element name="FnlColltnDt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}ISODate" minOccurs="0"/>
<element name="Frqcy" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}Frequency1Code" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
amdmntInd |
protected AmendmentInformationDetails6 |
amdmntInfDtls |
protected XMLGregorianCalendar |
dtOfSgntr |
protected String |
elctrncSgntr |
protected XMLGregorianCalendar |
fnlColltnDt |
protected Frequency1Code |
frqcy |
protected XMLGregorianCalendar |
frstColltnDt |
protected String |
mndtId |
| Constructor and Description |
|---|
MandateRelatedInformation6() |
| Modifier and Type | Method and Description |
|---|---|
AmendmentInformationDetails6 |
getAmdmntInfDtls()
Gets the value of the amdmntInfDtls property.
|
XMLGregorianCalendar |
getDtOfSgntr()
Gets the value of the dtOfSgntr property.
|
String |
getElctrncSgntr()
Gets the value of the elctrncSgntr property.
|
XMLGregorianCalendar |
getFnlColltnDt()
Gets the value of the fnlColltnDt property.
|
Frequency1Code |
getFrqcy()
Gets the value of the frqcy property.
|
XMLGregorianCalendar |
getFrstColltnDt()
Gets the value of the frstColltnDt property.
|
String |
getMndtId()
Gets the value of the mndtId property.
|
Boolean |
isAmdmntInd()
Gets the value of the amdmntInd property.
|
void |
setAmdmntInd(Boolean value)
Sets the value of the amdmntInd property.
|
void |
setAmdmntInfDtls(AmendmentInformationDetails6 value)
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 |
setFnlColltnDt(XMLGregorianCalendar value)
Sets the value of the fnlColltnDt property.
|
void |
setFrqcy(Frequency1Code value)
Sets the value of the frqcy property.
|
void |
setFrstColltnDt(XMLGregorianCalendar value)
Sets the value of the frstColltnDt property.
|
void |
setMndtId(String value)
Sets the value of the mndtId property.
|
protected String mndtId
protected XMLGregorianCalendar dtOfSgntr
protected Boolean amdmntInd
protected AmendmentInformationDetails6 amdmntInfDtls
protected String elctrncSgntr
protected XMLGregorianCalendar frstColltnDt
protected XMLGregorianCalendar fnlColltnDt
protected Frequency1Code frqcy
public String getMndtId()
Stringpublic void setMndtId(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDtOfSgntr()
XMLGregorianCalendarpublic void setDtOfSgntr(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Boolean isAmdmntInd()
Booleanpublic void setAmdmntInd(Boolean value)
value - allowed object is
Booleanpublic AmendmentInformationDetails6 getAmdmntInfDtls()
AmendmentInformationDetails6public void setAmdmntInfDtls(AmendmentInformationDetails6 value)
value - allowed object is
AmendmentInformationDetails6public String getElctrncSgntr()
Stringpublic void setElctrncSgntr(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getFrstColltnDt()
XMLGregorianCalendarpublic void setFrstColltnDt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getFnlColltnDt()
XMLGregorianCalendarpublic void setFnlColltnDt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Frequency1Code getFrqcy()
Frequency1Codepublic void setFrqcy(Frequency1Code value)
value - allowed object is
Frequency1CodeCopyright © 2019. All rights reserved.