Class MandateRelatedInformation4
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_001_01.MandateRelatedInformation4
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected AmendmentInformationDetails4
protected XMLGregorianCalendar
protected String
protected 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.void
setAmdmntInd
(Boolean value) Sets the value of the amdmntInd property.void
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
Sets the value of the mndtId property.
-
Field Details
-
mndtId
-
dtOfSgntr
-
amdmntInd
-
amdmntInfDtls
-
elctrncSgntr
-
-
Constructor Details
-
MandateRelatedInformation4
public MandateRelatedInformation4()
-
-
Method Details
-
getMndtId
Gets the value of the mndtId property.- Returns:
- possible object is
String
-
setMndtId
Sets the value of the mndtId property.- Parameters:
value
- allowed object isString
-
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
Gets the value of the amdmntInd property.- Returns:
- possible object is
Boolean
-
setAmdmntInd
Sets the value of the amdmntInd property.- Parameters:
value
- allowed object isBoolean
-
getAmdmntInfDtls
Gets the value of the amdmntInfDtls property.- Returns:
- possible object is
AmendmentInformationDetails4
-
setAmdmntInfDtls
Sets the value of the amdmntInfDtls property.- Parameters:
value
- allowed object isAmendmentInformationDetails4
-
getElctrncSgntr
Gets the value of the elctrncSgntr property.- Returns:
- possible object is
String
-
setElctrncSgntr
Sets the value of the elctrncSgntr property.- Parameters:
value
- allowed object isString
-