Class ProcessingResult13
Java class for ProcessingResult13 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessingResult13"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RspnSrc" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}ApprovalEntity2" minOccurs="0"/> <element name="RsltData" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}ResultData8"/> <element name="ApprvlCd" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}Exact6AlphaNumericText" minOccurs="0"/> <element name="ErrDtl" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}ErrorDetails2" maxOccurs="unbounded" minOccurs="0"/> <element name="OrgnlRsltData" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}ResultData7" minOccurs="0"/> <element name="AddtlInf" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}AdditionalInformation29" 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 apprvlCd 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
setApprvlCd
(String value) Sets the value of the apprvlCd property.void
setOrgnlRsltData
(ResultData7 value) Sets the value of the orgnlRsltData property.void
setRsltData
(ResultData8 value) Sets the value of the rsltData property.void
setRspnSrc
(ApprovalEntity2 value) Sets the value of the rspnSrc property.
-
Constructor Details
-
ProcessingResult13
public ProcessingResult13()
-
-
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
ResultData8
-
setRsltData
Sets the value of the rsltData property.- Parameters:
value
- allowed object isResultData8
-
getApprvlCd
Gets the value of the apprvlCd property.- Returns:
- possible object is
String
-
setApprvlCd
Sets the value of the apprvlCd property.- Parameters:
value
- allowed object isString
-
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
AdditionalInformation29
-