Class ResultData7

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

public class ResultData7 extends Object

Java class for ResultData7 complex type.

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

 <complexType name="ResultData7">
   <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="TempScrCardDataReusePrtd" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}TrueFalseIndicator" 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

    • ResultData7

      public ResultData7()
  • 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
    • isTempScrCardDataReusePrtd

      public Boolean isTempScrCardDataReusePrtd()
      Gets the value of the tempScrCardDataReusePrtd property.
      Returns:
      possible object is Boolean
    • setTempScrCardDataReusePrtd

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