Class MandateRelatedInformationSDD
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_008_002_01.MandateRelatedInformationSDD
-
public class MandateRelatedInformationSDD extends java.lang.ObjectJava class for MandateRelatedInformationSDD complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MandateRelatedInformationSDD"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MndtId" type="{urn:swift:xsd:$pain.008.002.01}RestrictedIdentification1"/> <element name="DtOfSgntr" type="{urn:swift:xsd:$pain.008.002.01}ISODate"/> <element name="AmdmntInd" type="{urn:swift:xsd:$pain.008.002.01}TrueFalseIndicator" minOccurs="0"/> <element name="AmdmntInfDtls" type="{urn:swift:xsd:$pain.008.002.01}AmendmentInformationDetailsSDD" minOccurs="0"/> <element name="ElctrncSgntr" type="{urn:swift:xsd:$pain.008.002.01}Max1025Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanamdmntIndprotected AmendmentInformationDetailsSDDamdmntInfDtlsprotected javax.xml.datatype.XMLGregorianCalendardtOfSgntrprotected java.lang.StringelctrncSgntrprotected java.lang.StringmndtId
-
Constructor Summary
Constructors Constructor Description MandateRelatedInformationSDD()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AmendmentInformationDetailsSDDgetAmdmntInfDtls()Gets the value of the amdmntInfDtls property.javax.xml.datatype.XMLGregorianCalendargetDtOfSgntr()Gets the value of the dtOfSgntr property.java.lang.StringgetElctrncSgntr()Gets the value of the elctrncSgntr property.java.lang.StringgetMndtId()Gets the value of the mndtId property.java.lang.BooleanisAmdmntInd()Gets the value of the amdmntInd property.voidsetAmdmntInd(java.lang.Boolean value)Sets the value of the amdmntInd property.voidsetAmdmntInfDtls(AmendmentInformationDetailsSDD value)Sets the value of the amdmntInfDtls property.voidsetDtOfSgntr(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the dtOfSgntr property.voidsetElctrncSgntr(java.lang.String value)Sets the value of the elctrncSgntr property.voidsetMndtId(java.lang.String value)Sets the value of the mndtId property.
-
-
-
Field Detail
-
mndtId
protected java.lang.String mndtId
-
dtOfSgntr
protected javax.xml.datatype.XMLGregorianCalendar dtOfSgntr
-
amdmntInd
protected java.lang.Boolean amdmntInd
-
amdmntInfDtls
protected AmendmentInformationDetailsSDD amdmntInfDtls
-
elctrncSgntr
protected java.lang.String elctrncSgntr
-
-
Method Detail
-
getMndtId
public java.lang.String getMndtId()
Gets the value of the mndtId property.- Returns:
- possible object is
String
-
setMndtId
public void setMndtId(java.lang.String value)
Sets the value of the mndtId property.- Parameters:
value- allowed object isString
-
getDtOfSgntr
public javax.xml.datatype.XMLGregorianCalendar getDtOfSgntr()
Gets the value of the dtOfSgntr property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDtOfSgntr
public void setDtOfSgntr(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dtOfSgntr property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
isAmdmntInd
public java.lang.Boolean isAmdmntInd()
Gets the value of the amdmntInd property.- Returns:
- possible object is
Boolean
-
setAmdmntInd
public void setAmdmntInd(java.lang.Boolean value)
Sets the value of the amdmntInd property.- Parameters:
value- allowed object isBoolean
-
getAmdmntInfDtls
public AmendmentInformationDetailsSDD getAmdmntInfDtls()
Gets the value of the amdmntInfDtls property.- Returns:
- possible object is
AmendmentInformationDetailsSDD
-
setAmdmntInfDtls
public void setAmdmntInfDtls(AmendmentInformationDetailsSDD value)
Sets the value of the amdmntInfDtls property.- Parameters:
value- allowed object isAmendmentInformationDetailsSDD
-
getElctrncSgntr
public java.lang.String getElctrncSgntr()
Gets the value of the elctrncSgntr property.- Returns:
- possible object is
String
-
setElctrncSgntr
public void setElctrncSgntr(java.lang.String value)
Sets the value of the elctrncSgntr property.- Parameters:
value- allowed object isString
-
-