Class ProcessingRequestV02

java.lang.Object
org.coderic.iso20022.messages.admi.ProcessingRequestV02

public class ProcessingRequestV02 extends Object

Java class for ProcessingRequestV02 complex type.

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

 <complexType name="ProcessingRequestV02">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MsgId" type="{urn:iso:std:iso:20022:tech:xsd:admi.017.001.02}Max35Text"/>
         <element name="SttlmSsnIdr" type="{urn:iso:std:iso:20022:tech:xsd:admi.017.001.02}Exact4AlphaNumericText" minOccurs="0"/>
         <element name="Req" type="{urn:iso:std:iso:20022:tech:xsd:admi.017.001.02}RequestDetails30"/>
         <element name="SplmtryData" type="{urn:iso:std:iso:20022:tech:xsd:admi.017.001.02}SupplementaryData1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ProcessingRequestV02

      public ProcessingRequestV02()
  • Method Details

    • getMsgId

      public String getMsgId()
      Gets the value of the msgId property.
      Returns:
      possible object is String
    • setMsgId

      public void setMsgId(String value)
      Sets the value of the msgId property.
      Parameters:
      value - allowed object is String
    • getSttlmSsnIdr

      public String getSttlmSsnIdr()
      Gets the value of the sttlmSsnIdr property.
      Returns:
      possible object is String
    • setSttlmSsnIdr

      public void setSttlmSsnIdr(String value)
      Sets the value of the sttlmSsnIdr property.
      Parameters:
      value - allowed object is String
    • getReq

      public RequestDetails30 getReq()
      Gets the value of the req property.
      Returns:
      possible object is RequestDetails30
    • setReq

      public void setReq(RequestDetails30 value)
      Sets the value of the req property.
      Parameters:
      value - allowed object is RequestDetails30
    • 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