Class MandateRelatedInformationSEPA
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_001_03.MandateRelatedInformationSEPA
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: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}AmendmentInformationDetailsSEPA" minOccurs="0"/>
<element name="ElctrncSgntr" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}Max1025Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected AmendmentInformationDetailsSEPAprotected XMLGregorianCalendarprotected Stringprotected String -
Constructor Summary
Constructors -
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 mndtId property.Gets the value of the amdmntInd property.voidsetAmdmntInd(Boolean value) Sets the value of the amdmntInd property.voidSets the value of the amdmntInfDtls property.voidsetDtOfSgntr(XMLGregorianCalendar value) Sets the value of the dtOfSgntr property.voidsetElctrncSgntr(String value) Sets the value of the elctrncSgntr property.voidSets the value of the mndtId property.
-
Field Details
-
mndtId
-
dtOfSgntr
-
amdmntInd
-
amdmntInfDtls
-
elctrncSgntr
-
-
Constructor Details
-
MandateRelatedInformationSEPA
public MandateRelatedInformationSEPA()
-
-
Method Details
-
getMndtId
-
setMndtId
-
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
-
setAmdmntInd
-
getAmdmntInfDtls
Gets the value of the amdmntInfDtls property.- Returns:
- possible object is
AmendmentInformationDetailsSEPA
-
setAmdmntInfDtls
Sets the value of the amdmntInfDtls property.- Parameters:
value- allowed object isAmendmentInformationDetailsSEPA
-
getElctrncSgntr
-
setElctrncSgntr
-