public class MandateRelatedInformationSEPA
extends java.lang.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 | Description |
|---|---|---|
protected java.lang.Boolean |
amdmntInd |
|
protected AmendmentInformationDetailsSEPA |
amdmntInfDtls |
|
protected javax.xml.datatype.XMLGregorianCalendar |
dtOfSgntr |
|
protected java.lang.String |
elctrncSgntr |
|
protected java.lang.String |
mndtId |
| Constructor | Description |
|---|---|
MandateRelatedInformationSEPA() |
| Modifier and Type | Method | Description |
|---|---|---|
AmendmentInformationDetailsSEPA |
getAmdmntInfDtls() |
Gets the value of the amdmntInfDtls property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDtOfSgntr() |
Gets the value of the dtOfSgntr property.
|
java.lang.String |
getElctrncSgntr() |
Gets the value of the elctrncSgntr property.
|
java.lang.String |
getMndtId() |
Gets the value of the mndtId property.
|
java.lang.Boolean |
isAmdmntInd() |
Gets the value of the amdmntInd property.
|
void |
setAmdmntInd(java.lang.Boolean value) |
Sets the value of the amdmntInd property.
|
void |
setAmdmntInfDtls(AmendmentInformationDetailsSEPA value) |
Sets the value of the amdmntInfDtls property.
|
void |
setDtOfSgntr(javax.xml.datatype.XMLGregorianCalendar value) |
Sets the value of the dtOfSgntr property.
|
void |
setElctrncSgntr(java.lang.String value) |
Sets the value of the elctrncSgntr property.
|
void |
setMndtId(java.lang.String value) |
Sets the value of the mndtId property.
|
protected java.lang.String mndtId
protected javax.xml.datatype.XMLGregorianCalendar dtOfSgntr
protected java.lang.Boolean amdmntInd
protected AmendmentInformationDetailsSEPA amdmntInfDtls
protected java.lang.String elctrncSgntr
public java.lang.String getMndtId()
Stringpublic void setMndtId(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getDtOfSgntr()
XMLGregorianCalendarpublic void setDtOfSgntr(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Boolean isAmdmntInd()
Booleanpublic void setAmdmntInd(java.lang.Boolean value)
value - allowed object is
Booleanpublic AmendmentInformationDetailsSEPA getAmdmntInfDtls()
AmendmentInformationDetailsSEPApublic void setAmdmntInfDtls(AmendmentInformationDetailsSEPA value)
value - allowed object is
AmendmentInformationDetailsSEPApublic java.lang.String getElctrncSgntr()
Stringpublic void setElctrncSgntr(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.