Class InvestigationResponseV01
java.lang.Object
org.coderic.iso20022.messages.camt.InvestigationResponseV01
Java class for InvestigationResponseV01 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvestigationResponseV01"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="InvstgtnRspn" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}InvestigationResponse3"/> <element name="OrgnlInvstgtnReq" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}InvestigationRequest3"/> <element name="SplmtryData" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}SupplementaryData1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the invstgtnRspn property.Gets the value of the orgnlInvstgtnReq property.Gets the value of the splmtryData property.void
Sets the value of the invstgtnRspn property.void
Sets the value of the orgnlInvstgtnReq property.
-
Constructor Details
-
InvestigationResponseV01
public InvestigationResponseV01()
-
-
Method Details
-
getInvstgtnRspn
Gets the value of the invstgtnRspn property.- Returns:
- possible object is
InvestigationResponse3
-
setInvstgtnRspn
Sets the value of the invstgtnRspn property.- Parameters:
value
- allowed object isInvestigationResponse3
-
getOrgnlInvstgtnReq
Gets the value of the orgnlInvstgtnReq property.- Returns:
- possible object is
InvestigationRequest3
-
setOrgnlInvstgtnReq
Sets the value of the orgnlInvstgtnReq property.- Parameters:
value
- allowed object isInvestigationRequest3
-
getSplmtryData
Gets the value of the splmtryData 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 splmtryData property.For example, to add a new item, do as follows:
getSplmtryData().add(newItem);
Objects of the following type(s) are allowed in the list
SupplementaryData1
-