Class MandateSuspension4
java.lang.Object
org.coderic.iso20022.messages.pain.MandateSuspension4
Java class for MandateSuspension4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MandateSuspension4"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SspnsnReqId" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}Max35Text"/> <element name="OrgnlMsgInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}OriginalMessageInformation1" minOccurs="0"/> <element name="SspnsnRsn" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}MandateSuspensionReason3"/> <element name="OrgnlMndt" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}OriginalMandate10Choice"/> <element name="SplmtryData" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}SupplementaryData1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the orgnlMndt property.Gets the value of the orgnlMsgInf property.Gets the value of the splmtryData property.Gets the value of the sspnsnReqId property.Gets the value of the sspnsnRsn property.void
Sets the value of the orgnlMndt property.void
Sets the value of the orgnlMsgInf property.void
setSspnsnReqId
(String value) Sets the value of the sspnsnReqId property.void
Sets the value of the sspnsnRsn property.
-
Constructor Details
-
MandateSuspension4
public MandateSuspension4()
-
-
Method Details
-
getSspnsnReqId
Gets the value of the sspnsnReqId property.- Returns:
- possible object is
String
-
setSspnsnReqId
Sets the value of the sspnsnReqId property.- Parameters:
value
- allowed object isString
-
getOrgnlMsgInf
Gets the value of the orgnlMsgInf property.- Returns:
- possible object is
OriginalMessageInformation1
-
setOrgnlMsgInf
Sets the value of the orgnlMsgInf property.- Parameters:
value
- allowed object isOriginalMessageInformation1
-
getSspnsnRsn
Gets the value of the sspnsnRsn property.- Returns:
- possible object is
MandateSuspensionReason3
-
setSspnsnRsn
Sets the value of the sspnsnRsn property.- Parameters:
value
- allowed object isMandateSuspensionReason3
-
getOrgnlMndt
Gets the value of the orgnlMndt property.- Returns:
- possible object is
OriginalMandate10Choice
-
setOrgnlMndt
Sets the value of the orgnlMndt property.- Parameters:
value
- allowed object isOriginalMandate10Choice
-
getSplmtryData
Gets the value of the splmtryData property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the splmtryData property.For example, to add a new item, do as follows:
getSplmtryData().add(newItem);
Objects of the following type(s) are allowed in the list
SupplementaryData1
-