Class ProcessingResult19

java.lang.Object
org.coderic.iso20022.messages.cafc.ProcessingResult19

public class ProcessingResult19 extends Object

Java class for ProcessingResult19 complex type.

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

 <complexType name="ProcessingResult19">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RspnSrc" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}ApprovalEntity2" minOccurs="0"/>
         <element name="RsltData" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}ResultData10"/>
         <element name="ErrDtl" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}ErrorDetails2" maxOccurs="unbounded" minOccurs="0"/>
         <element name="OrgnlRsltData" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}ResultData7" minOccurs="0"/>
         <element name="AddtlInf" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}AdditionalInformation30" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ProcessingResult19

      public ProcessingResult19()
  • Method Details

    • getRspnSrc

      public ApprovalEntity2 getRspnSrc()
      Gets the value of the rspnSrc property.
      Returns:
      possible object is ApprovalEntity2
    • setRspnSrc

      public void setRspnSrc(ApprovalEntity2 value)
      Sets the value of the rspnSrc property.
      Parameters:
      value - allowed object is ApprovalEntity2
    • getRsltData

      public ResultData10 getRsltData()
      Gets the value of the rsltData property.
      Returns:
      possible object is ResultData10
    • setRsltData

      public void setRsltData(ResultData10 value)
      Sets the value of the rsltData property.
      Parameters:
      value - allowed object is ResultData10
    • getErrDtl

      public List<ErrorDetails2> getErrDtl()
      Gets the value of the errDtl 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 errDtl property.

      For example, to add a new item, do as follows:

          getErrDtl().add(newItem);
       

      Objects of the following type(s) are allowed in the list ErrorDetails2

    • getOrgnlRsltData

      public ResultData7 getOrgnlRsltData()
      Gets the value of the orgnlRsltData property.
      Returns:
      possible object is ResultData7
    • setOrgnlRsltData

      public void setOrgnlRsltData(ResultData7 value)
      Sets the value of the orgnlRsltData property.
      Parameters:
      value - allowed object is ResultData7
    • getAddtlInf

      public List<AdditionalInformation30> getAddtlInf()
      Gets the value of the addtlInf 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 addtlInf property.

      For example, to add a new item, do as follows:

          getAddtlInf().add(newItem);
       

      Objects of the following type(s) are allowed in the list AdditionalInformation30