Class MandateRelatedInformation13
java.lang.Object
org.coderic.iso20022.messages.casp.MandateRelatedInformation13
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dtOfSgntr property.Gets the value of the mndtId property.byte[]Gets the value of the mndtImg property.voidsetDtOfSgntr(XMLGregorianCalendar value) Sets the value of the dtOfSgntr property.voidSets the value of the mndtId property.voidsetMndtImg(byte[] value) Sets the value of the mndtImg property.
-
Constructor Details
-
MandateRelatedInformation13
public MandateRelatedInformation13()
-
-
Method Details
-
getMndtId
Gets the value of the mndtId property.- Returns:
- possible object is
String
-
setMndtId
Sets the value of the mndtId property.- Parameters:
value- allowed object isString
-
getDtOfSgntr
Gets the value of the dtOfSgntr property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDtOfSgntr
Sets the value of the dtOfSgntr property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
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[]
-