Class ProcessingResult19
Java class for ProcessingResult19 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessingResult19"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RspnSrc" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ApprovalEntity2" minOccurs="0"/> <element name="RsltData" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ResultData10"/> <element name="ErrDtl" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ErrorDetails2" maxOccurs="unbounded" minOccurs="0"/> <element name="OrgnlRsltData" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ResultData7" minOccurs="0"/> <element name="AddtlInf" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}AdditionalInformation30" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlInf property.Gets the value of the errDtl property.Gets the value of the orgnlRsltData property.Gets the value of the rsltData property.Gets the value of the rspnSrc property.void
setOrgnlRsltData
(ResultData7 value) Sets the value of the orgnlRsltData property.void
setRsltData
(ResultData10 value) Sets the value of the rsltData property.void
setRspnSrc
(ApprovalEntity2 value) Sets the value of the rspnSrc property.
-
Constructor Details
-
ProcessingResult19
public ProcessingResult19()
-
-
Method Details
-
getRspnSrc
Gets the value of the rspnSrc property.- Returns:
- possible object is
ApprovalEntity2
-
setRspnSrc
Sets the value of the rspnSrc property.- Parameters:
value
- allowed object isApprovalEntity2
-
getRsltData
Gets the value of the rsltData property.- Returns:
- possible object is
ResultData10
-
setRsltData
Sets the value of the rsltData property.- Parameters:
value
- allowed object isResultData10
-
getErrDtl
Gets the value of the errDtl 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 errDtl property.For example, to add a new item, do as follows:
getErrDtl().add(newItem);
Objects of the following type(s) are allowed in the list
ErrorDetails2
-
getOrgnlRsltData
Gets the value of the orgnlRsltData property.- Returns:
- possible object is
ResultData7
-
setOrgnlRsltData
Sets the value of the orgnlRsltData property.- Parameters:
value
- allowed object isResultData7
-
getAddtlInf
Gets the value of the addtlInf 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 addtlInf property.For example, to add a new item, do as follows:
getAddtlInf().add(newItem);
Objects of the following type(s) are allowed in the list
AdditionalInformation30
-