Class MandateRelatedInformationSDD


  • public class MandateRelatedInformationSDD
    extends java.lang.Object

    Java 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:iso:std:iso:20022:tech:xsd:pain.008.002.02}RestrictedIdentificationSEPA2"/>
             <element name="DtOfSgntr" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.002.02}ISODate"/>
             <element name="AmdmntInd" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.002.02}TrueFalseIndicator" minOccurs="0"/>
             <element name="AmdmntInfDtls" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.002.02}AmendmentInformationDetailsSDD" minOccurs="0"/>
             <element name="ElctrncSgntr" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.002.02}Max1025Text" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • mndtId

        protected java.lang.String mndtId
      • dtOfSgntr

        protected javax.xml.datatype.XMLGregorianCalendar dtOfSgntr
      • amdmntInd

        protected java.lang.Boolean amdmntInd
      • elctrncSgntr

        protected java.lang.String elctrncSgntr
    • Constructor Detail

      • MandateRelatedInformationSDD

        public MandateRelatedInformationSDD()
    • 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
      • 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 is Boolean
      • 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 is String