Class CreditTransferMandateData1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_002_001_12.CreditTransferMandateData1
-
public class CreditTransferMandateData1 extends java.lang.Object
Java class for CreditTransferMandateData1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreditTransferMandateData1"> <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.12}Max35Text" minOccurs="0"/> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}MandateTypeInformation2" minOccurs="0"/> <element name="DtOfSgntr" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}ISODate" minOccurs="0"/> <element name="DtOfVrfctn" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}ISODateTime" minOccurs="0"/> <element name="ElctrncSgntr" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}Max10KBinary" minOccurs="0"/> <element name="FrstPmtDt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}ISODate" minOccurs="0"/> <element name="FnlPmtDt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}ISODate" minOccurs="0"/> <element name="Frqcy" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}Frequency36Choice" minOccurs="0"/> <element name="Rsn" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}MandateSetupReason1Choice" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.xml.datatype.XMLGregorianCalendar
dtOfSgntr
protected javax.xml.datatype.XMLGregorianCalendar
dtOfVrfctn
protected byte[]
elctrncSgntr
protected javax.xml.datatype.XMLGregorianCalendar
fnlPmtDt
protected Frequency36Choice
frqcy
protected javax.xml.datatype.XMLGregorianCalendar
frstPmtDt
protected java.lang.String
mndtId
protected MandateSetupReason1Choice
rsn
protected MandateTypeInformation2
tp
-
Constructor Summary
Constructors Constructor Description CreditTransferMandateData1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.datatype.XMLGregorianCalendar
getDtOfSgntr()
Gets the value of the dtOfSgntr property.javax.xml.datatype.XMLGregorianCalendar
getDtOfVrfctn()
Gets the value of the dtOfVrfctn property.byte[]
getElctrncSgntr()
Gets the value of the elctrncSgntr property.javax.xml.datatype.XMLGregorianCalendar
getFnlPmtDt()
Gets the value of the fnlPmtDt property.Frequency36Choice
getFrqcy()
Gets the value of the frqcy property.javax.xml.datatype.XMLGregorianCalendar
getFrstPmtDt()
Gets the value of the frstPmtDt property.java.lang.String
getMndtId()
Gets the value of the mndtId property.MandateSetupReason1Choice
getRsn()
Gets the value of the rsn property.MandateTypeInformation2
getTp()
Gets the value of the tp property.void
setDtOfSgntr(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dtOfSgntr property.void
setDtOfVrfctn(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dtOfVrfctn property.void
setElctrncSgntr(byte[] value)
Sets the value of the elctrncSgntr property.void
setFnlPmtDt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the fnlPmtDt property.void
setFrqcy(Frequency36Choice value)
Sets the value of the frqcy property.void
setFrstPmtDt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the frstPmtDt property.void
setMndtId(java.lang.String value)
Sets the value of the mndtId property.void
setRsn(MandateSetupReason1Choice value)
Sets the value of the rsn property.void
setTp(MandateTypeInformation2 value)
Sets the value of the tp property.
-
-
-
Field Detail
-
mndtId
protected java.lang.String mndtId
-
tp
protected MandateTypeInformation2 tp
-
dtOfSgntr
protected javax.xml.datatype.XMLGregorianCalendar dtOfSgntr
-
dtOfVrfctn
protected javax.xml.datatype.XMLGregorianCalendar dtOfVrfctn
-
elctrncSgntr
protected byte[] elctrncSgntr
-
frstPmtDt
protected javax.xml.datatype.XMLGregorianCalendar frstPmtDt
-
fnlPmtDt
protected javax.xml.datatype.XMLGregorianCalendar fnlPmtDt
-
frqcy
protected Frequency36Choice frqcy
-
rsn
protected MandateSetupReason1Choice rsn
-
-
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
-
getTp
public MandateTypeInformation2 getTp()
Gets the value of the tp property.- Returns:
- possible object is
MandateTypeInformation2
-
setTp
public void setTp(MandateTypeInformation2 value)
Sets the value of the tp property.- Parameters:
value
- allowed object isMandateTypeInformation2
-
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
-
getDtOfVrfctn
public javax.xml.datatype.XMLGregorianCalendar getDtOfVrfctn()
Gets the value of the dtOfVrfctn property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDtOfVrfctn
public void setDtOfVrfctn(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dtOfVrfctn property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getElctrncSgntr
public byte[] getElctrncSgntr()
Gets the value of the elctrncSgntr property.- Returns:
- possible object is byte[]
-
setElctrncSgntr
public void setElctrncSgntr(byte[] value)
Sets the value of the elctrncSgntr property.- Parameters:
value
- allowed object is byte[]
-
getFrstPmtDt
public javax.xml.datatype.XMLGregorianCalendar getFrstPmtDt()
Gets the value of the frstPmtDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFrstPmtDt
public void setFrstPmtDt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the frstPmtDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getFnlPmtDt
public javax.xml.datatype.XMLGregorianCalendar getFnlPmtDt()
Gets the value of the fnlPmtDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFnlPmtDt
public void setFnlPmtDt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the fnlPmtDt 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
-
-