Class ResultData10

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

public class ResultData10 extends Object

Java class for ResultData10 complex type.

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

 <complexType name="ResultData10">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Rslt" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Response8Code" minOccurs="0"/>
         <element name="OthrRslt" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max35Text" minOccurs="0"/>
         <element name="RsltDtls" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}ISO8583ResponseCode"/>
         <element name="OthrRsltDtls" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max35Text" minOccurs="0"/>
         <element name="AddtlRsltInf" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}AdditionalData1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ResultData10

      public ResultData10()
  • Method Details

    • getRslt

      public Response8Code getRslt()
      Gets the value of the rslt property.
      Returns:
      possible object is Response8Code
    • setRslt

      public void setRslt(Response8Code value)
      Sets the value of the rslt property.
      Parameters:
      value - allowed object is Response8Code
    • getOthrRslt

      public String getOthrRslt()
      Gets the value of the othrRslt property.
      Returns:
      possible object is String
    • setOthrRslt

      public void setOthrRslt(String value)
      Sets the value of the othrRslt property.
      Parameters:
      value - allowed object is String
    • getRsltDtls

      public String getRsltDtls()
      Gets the value of the rsltDtls property.
      Returns:
      possible object is String
    • setRsltDtls

      public void setRsltDtls(String value)
      Sets the value of the rsltDtls property.
      Parameters:
      value - allowed object is String
    • getOthrRsltDtls

      public String getOthrRsltDtls()
      Gets the value of the othrRsltDtls property.
      Returns:
      possible object is String
    • setOthrRsltDtls

      public void setOthrRsltDtls(String value)
      Sets the value of the othrRsltDtls property.
      Parameters:
      value - allowed object is String
    • getAddtlRsltInf

      public List<AdditionalData1> getAddtlRsltInf()
      Gets the value of the addtlRsltInf 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 addtlRsltInf property.

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

          getAddtlRsltInf().add(newItem);
       

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