Class MandateRelatedInformationSEPA

java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_003_03.MandateRelatedInformationSEPA

public class MandateRelatedInformationSEPA extends Object

Java class for MandateRelatedInformationSEPA complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MandateRelatedInformationSEPA">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MndtId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.003.03}Max35Text" minOccurs="0"/>
         <element name="DtOfSgntr" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.003.03}ISODate" minOccurs="0"/>
         <element name="AmdmntInd" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.003.03}TrueFalseIndicator" minOccurs="0"/>
         <element name="AmdmntInfDtls" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.003.03}AmendmentInformationDetailsSEPA" minOccurs="0"/>
         <element name="ElctrncSgntr" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.003.03}Max1025Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • MandateRelatedInformationSEPA

      public MandateRelatedInformationSEPA()
  • Method Details

    • getMndtId

      public String getMndtId()
      Gets the value of the mndtId property.
      Returns:
      possible object is String
    • setMndtId

      public void setMndtId(String value)
      Sets the value of the mndtId property.
      Parameters:
      value - allowed object is String
    • getDtOfSgntr

      public XMLGregorianCalendar getDtOfSgntr()
      Gets the value of the dtOfSgntr property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDtOfSgntr

      public void setDtOfSgntr(XMLGregorianCalendar value)
      Sets the value of the dtOfSgntr property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • isAmdmntInd

      public Boolean isAmdmntInd()
      Gets the value of the amdmntInd property.
      Returns:
      possible object is Boolean
    • setAmdmntInd

      public void setAmdmntInd(Boolean value)
      Sets the value of the amdmntInd property.
      Parameters:
      value - allowed object is Boolean
    • getAmdmntInfDtls

      public AmendmentInformationDetailsSEPA getAmdmntInfDtls()
      Gets the value of the amdmntInfDtls property.
      Returns:
      possible object is AmendmentInformationDetailsSEPA
    • setAmdmntInfDtls

      public void setAmdmntInfDtls(AmendmentInformationDetailsSEPA value)
      Sets the value of the amdmntInfDtls property.
      Parameters:
      value - allowed object is AmendmentInformationDetailsSEPA
    • getElctrncSgntr

      public String getElctrncSgntr()
      Gets the value of the elctrncSgntr property.
      Returns:
      possible object is String
    • setElctrncSgntr

      public void setElctrncSgntr(String value)
      Sets the value of the elctrncSgntr property.
      Parameters:
      value - allowed object is String