Class MandateRelatedInformation15
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_008_001_10.MandateRelatedInformation15
-
public class MandateRelatedInformation15 extends java.lang.ObjectJava class for MandateRelatedInformation15 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MandateRelatedInformation15"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MndtId" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}Max35Text" minOccurs="0"/> <element name="DtOfSgntr" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}ISODate" minOccurs="0"/> <element name="AmdmntInd" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}TrueFalseIndicator" minOccurs="0"/> <element name="AmdmntInfDtls" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}AmendmentInformationDetails14" minOccurs="0"/> <element name="ElctrncSgntr" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}Max1025Text" minOccurs="0"/> <element name="FrstColltnDt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}ISODate" minOccurs="0"/> <element name="FnlColltnDt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}ISODate" minOccurs="0"/> <element name="Frqcy" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}Frequency36Choice" minOccurs="0"/> <element name="Rsn" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}MandateSetupReason1Choice" minOccurs="0"/> <element name="TrckgDays" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}Exact2NumericText" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanamdmntIndprotected AmendmentInformationDetails14amdmntInfDtlsprotected javax.xml.datatype.XMLGregorianCalendardtOfSgntrprotected java.lang.StringelctrncSgntrprotected javax.xml.datatype.XMLGregorianCalendarfnlColltnDtprotected Frequency36Choicefrqcyprotected javax.xml.datatype.XMLGregorianCalendarfrstColltnDtprotected java.lang.StringmndtIdprotected MandateSetupReason1Choicersnprotected java.lang.StringtrckgDays
-
Constructor Summary
Constructors Constructor Description MandateRelatedInformation15()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AmendmentInformationDetails14getAmdmntInfDtls()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.javax.xml.datatype.XMLGregorianCalendargetFnlColltnDt()Gets the value of the fnlColltnDt property.Frequency36ChoicegetFrqcy()Gets the value of the frqcy property.javax.xml.datatype.XMLGregorianCalendargetFrstColltnDt()Gets the value of the frstColltnDt property.java.lang.StringgetMndtId()Gets the value of the mndtId property.MandateSetupReason1ChoicegetRsn()Gets the value of the rsn property.java.lang.StringgetTrckgDays()Gets the value of the trckgDays property.java.lang.BooleanisAmdmntInd()Gets the value of the amdmntInd property.voidsetAmdmntInd(java.lang.Boolean value)Sets the value of the amdmntInd property.voidsetAmdmntInfDtls(AmendmentInformationDetails14 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.voidsetFnlColltnDt(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the fnlColltnDt property.voidsetFrqcy(Frequency36Choice value)Sets the value of the frqcy property.voidsetFrstColltnDt(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the frstColltnDt property.voidsetMndtId(java.lang.String value)Sets the value of the mndtId property.voidsetRsn(MandateSetupReason1Choice value)Sets the value of the rsn property.voidsetTrckgDays(java.lang.String value)Sets the value of the trckgDays property.
-
-
-
Field Detail
-
mndtId
protected java.lang.String mndtId
-
dtOfSgntr
protected javax.xml.datatype.XMLGregorianCalendar dtOfSgntr
-
amdmntInd
protected java.lang.Boolean amdmntInd
-
amdmntInfDtls
protected AmendmentInformationDetails14 amdmntInfDtls
-
elctrncSgntr
protected java.lang.String elctrncSgntr
-
frstColltnDt
protected javax.xml.datatype.XMLGregorianCalendar frstColltnDt
-
fnlColltnDt
protected javax.xml.datatype.XMLGregorianCalendar fnlColltnDt
-
frqcy
protected Frequency36Choice frqcy
-
rsn
protected MandateSetupReason1Choice rsn
-
trckgDays
protected java.lang.String trckgDays
-
-
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 AmendmentInformationDetails14 getAmdmntInfDtls()
Gets the value of the amdmntInfDtls property.- Returns:
- possible object is
AmendmentInformationDetails14
-
setAmdmntInfDtls
public void setAmdmntInfDtls(AmendmentInformationDetails14 value)
Sets the value of the amdmntInfDtls property.- Parameters:
value- allowed object isAmendmentInformationDetails14
-
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
-
getFrstColltnDt
public javax.xml.datatype.XMLGregorianCalendar getFrstColltnDt()
Gets the value of the frstColltnDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFrstColltnDt
public void setFrstColltnDt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the frstColltnDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getFnlColltnDt
public javax.xml.datatype.XMLGregorianCalendar getFnlColltnDt()
Gets the value of the fnlColltnDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFnlColltnDt
public void setFnlColltnDt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the fnlColltnDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getFrqcy
public Frequency36Choice getFrqcy()
Gets the value of the frqcy property.- Returns:
- possible object is
Frequency36Choice
-
setFrqcy
public void setFrqcy(Frequency36Choice value)
Sets the value of the frqcy property.- Parameters:
value- allowed object isFrequency36Choice
-
getRsn
public MandateSetupReason1Choice getRsn()
Gets the value of the rsn property.- Returns:
- possible object is
MandateSetupReason1Choice
-
setRsn
public void setRsn(MandateSetupReason1Choice value)
Sets the value of the rsn property.- Parameters:
value- allowed object isMandateSetupReason1Choice
-
getTrckgDays
public java.lang.String getTrckgDays()
Gets the value of the trckgDays property.- Returns:
- possible object is
String
-
setTrckgDays
public void setTrckgDays(java.lang.String value)
Sets the value of the trckgDays property.- Parameters:
value- allowed object isString
-
-