Class ResultData9
java.lang.Object
org.coderic.iso20022.messages.cafm.ResultData9
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the othrRslt property.Gets the value of the othrRsltDtls property.getRslt()
Gets the value of the rslt property.Gets the value of the rsltDtls property.void
setOthrRslt
(String value) Sets the value of the othrRslt property.void
setOthrRsltDtls
(String value) Sets the value of the othrRsltDtls property.void
setRslt
(FileActionResult1Code value) Sets the value of the rslt property.void
setRsltDtls
(String value) Sets the value of the rsltDtls property.
-
Constructor Details
-
ResultData9
public ResultData9()
-
-
Method Details
-
getRslt
Gets the value of the rslt property.- Returns:
- possible object is
FileActionResult1Code
-
setRslt
Sets the value of the rslt property.- Parameters:
value
- allowed object isFileActionResult1Code
-
getOthrRslt
Gets the value of the othrRslt property.- Returns:
- possible object is
String
-
setOthrRslt
Sets the value of the othrRslt property.- Parameters:
value
- allowed object isString
-
getRsltDtls
Gets the value of the rsltDtls property.- Returns:
- possible object is
String
-
setRsltDtls
Sets the value of the rsltDtls property.- Parameters:
value
- allowed object isString
-
getOthrRsltDtls
Gets the value of the othrRsltDtls property.- Returns:
- possible object is
String
-
setOthrRsltDtls
Sets the value of the othrRsltDtls property.- Parameters:
value
- allowed object isString
-