Class ResultData9

java.lang.Object
org.coderic.iso20022.messages.cafm.ResultData9

public class ResultData9 extends Object

Java class for ResultData9 complex type.

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

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

    • ResultData9

      public ResultData9()
  • Method Details

    • getRslt

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

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