public class MandateRelatedInformation4 extends Object
Java class for MandateRelatedInformation4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MandateRelatedInformation4">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MndtId" type="{urn:sepade:xsd:pain.008.001.01}Max35Text"/>
<element name="DtOfSgntr" type="{urn:sepade:xsd:pain.008.001.01}ISODate"/>
<element name="AmdmntInd" type="{urn:sepade:xsd:pain.008.001.01}TrueFalseIndicator" minOccurs="0"/>
<element name="AmdmntInfDtls" type="{urn:sepade:xsd:pain.008.001.01}AmendmentInformationDetails4" minOccurs="0"/>
<element name="ElctrncSgntr" type="{urn:sepade:xsd:pain.008.001.01}Max1025Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
amdmntInd |
protected AmendmentInformationDetails4 |
amdmntInfDtls |
protected XMLGregorianCalendar |
dtOfSgntr |
protected String |
elctrncSgntr |
protected String |
mndtId |
| Constructor and Description |
|---|
MandateRelatedInformation4() |
| Modifier and Type | Method and Description |
|---|---|
AmendmentInformationDetails4 |
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.
|
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(AmendmentInformationDetails4 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 |
setMndtId(String value)
Sets the value of the mndtId property.
|
protected String mndtId
protected XMLGregorianCalendar dtOfSgntr
protected Boolean amdmntInd
protected AmendmentInformationDetails4 amdmntInfDtls
protected String elctrncSgntr
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 AmendmentInformationDetails4 getAmdmntInfDtls()
AmendmentInformationDetails4public void setAmdmntInfDtls(AmendmentInformationDetails4 value)
value - allowed object is
AmendmentInformationDetails4public String getElctrncSgntr()
StringCopyright © 2020. All rights reserved.