Class 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.001.001.11}Max35Text" minOccurs="0"/>
             <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}MandateTypeInformation2" minOccurs="0"/>
             <element name="DtOfSgntr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}ISODate" minOccurs="0"/>
             <element name="DtOfVrfctn" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}ISODateTime" minOccurs="0"/>
             <element name="ElctrncSgntr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}Max10KBinary" minOccurs="0"/>
             <element name="FrstPmtDt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}ISODate" minOccurs="0"/>
             <element name="FnlPmtDt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}ISODate" minOccurs="0"/>
             <element name="Frqcy" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}Frequency36Choice" minOccurs="0"/>
             <element name="Rsn" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}MandateSetupReason1Choice" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • mndtId

        protected java.lang.String mndtId
      • 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
    • Constructor Detail

      • CreditTransferMandateData1

        public CreditTransferMandateData1()
    • 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 is String
      • 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 is XMLGregorianCalendar
      • 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 is XMLGregorianCalendar
      • 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 is XMLGregorianCalendar
      • 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 is XMLGregorianCalendar