Class ResultData10
java.lang.Object
org.coderic.iso20022.messages.cafr.ResultData10
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:cafr.004.001.02}Response8Code" minOccurs="0"/> <element name="OthrRslt" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max35Text" minOccurs="0"/> <element name="RsltDtls" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ISO8583ResponseCode"/> <element name="OthrRsltDtls" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max35Text" minOccurs="0"/> <element name="AddtlRsltInf" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}AdditionalData1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlRsltInf property.Gets 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
(Response8Code value) Sets the value of the rslt property.void
setRsltDtls
(String value) Sets the value of the rsltDtls property.
-
Constructor Details
-
ResultData10
public ResultData10()
-
-
Method Details
-
getRslt
Gets the value of the rslt property.- Returns:
- possible object is
Response8Code
-
setRslt
Sets the value of the rslt property.- Parameters:
value
- allowed object isResponse8Code
-
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
-
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
-