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