Class MandateSuspension4

java.lang.Object
org.coderic.iso20022.messages.pain.MandateSuspension4

public class MandateSuspension4 extends Object

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 Details

    • MandateSuspension4

      public MandateSuspension4()
  • Method Details

    • getSspnsnReqId

      public String getSspnsnReqId()
      Gets the value of the sspnsnReqId property.
      Returns:
      possible object is String
    • setSspnsnReqId

      public void setSspnsnReqId(String value)
      Sets the value of the sspnsnReqId property.
      Parameters:
      value - allowed object is String
    • getOrgnlMsgInf

      public OriginalMessageInformation1 getOrgnlMsgInf()
      Gets the value of the orgnlMsgInf property.
      Returns:
      possible object is OriginalMessageInformation1
    • setOrgnlMsgInf

      public void setOrgnlMsgInf(OriginalMessageInformation1 value)
      Sets the value of the orgnlMsgInf property.
      Parameters:
      value - allowed object is OriginalMessageInformation1
    • getSspnsnRsn

      public MandateSuspensionReason3 getSspnsnRsn()
      Gets the value of the sspnsnRsn property.
      Returns:
      possible object is MandateSuspensionReason3
    • setSspnsnRsn

      public void setSspnsnRsn(MandateSuspensionReason3 value)
      Sets the value of the sspnsnRsn property.
      Parameters:
      value - allowed object is MandateSuspensionReason3
    • getOrgnlMndt

      public OriginalMandate10Choice getOrgnlMndt()
      Gets the value of the orgnlMndt property.
      Returns:
      possible object is OriginalMandate10Choice
    • setOrgnlMndt

      public void setOrgnlMndt(OriginalMandate10Choice value)
      Sets the value of the orgnlMndt property.
      Parameters:
      value - allowed object is OriginalMandate10Choice
    • getSplmtryData

      public List<SupplementaryData1> 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