Class MandateRelatedInformation13

java.lang.Object
org.coderic.iso20022.messages.casp.MandateRelatedInformation13

public class MandateRelatedInformation13 extends Object

Java class for MandateRelatedInformation13 complex type.

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

 <complexType name="MandateRelatedInformation13">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MndtId" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text"/>
         <element name="DtOfSgntr" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}ISODate" minOccurs="0"/>
         <element name="MndtImg" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max2MBBinary" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • MandateRelatedInformation13

      public MandateRelatedInformation13()
  • 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
    • getMndtImg

      public byte[] getMndtImg()
      Gets the value of the mndtImg property.
      Returns:
      possible object is byte[]
    • setMndtImg

      public void setMndtImg(byte[] value)
      Sets the value of the mndtImg property.
      Parameters:
      value - allowed object is byte[]