Class InvestigationResponse3
java.lang.Object
org.coderic.iso20022.messages.camt.InvestigationResponse3
Java class for InvestigationResponse3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvestigationResponse3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MsgId" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text"/> <element name="RspndrInvstgtnId" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text" minOccurs="0"/> <element name="InvstgtnSts" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}InvestigationStatus2"/> <element name="NxtRspndr" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Party40Choice" minOccurs="0"/> <element name="InvstgtnData" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}InvestigationData2" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the invstgtnData property.Gets the value of the invstgtnSts property.getMsgId()
Gets the value of the msgId property.Gets the value of the nxtRspndr property.Gets the value of the rspndrInvstgtnId property.void
Sets the value of the invstgtnSts property.void
Sets the value of the msgId property.void
setNxtRspndr
(Party40Choice value) Sets the value of the nxtRspndr property.void
setRspndrInvstgtnId
(String value) Sets the value of the rspndrInvstgtnId property.
-
Constructor Details
-
InvestigationResponse3
public InvestigationResponse3()
-
-
Method Details
-
getMsgId
Gets the value of the msgId property.- Returns:
- possible object is
String
-
setMsgId
Sets the value of the msgId property.- Parameters:
value
- allowed object isString
-
getRspndrInvstgtnId
Gets the value of the rspndrInvstgtnId property.- Returns:
- possible object is
String
-
setRspndrInvstgtnId
Sets the value of the rspndrInvstgtnId property.- Parameters:
value
- allowed object isString
-
getInvstgtnSts
Gets the value of the invstgtnSts property.- Returns:
- possible object is
InvestigationStatus2
-
setInvstgtnSts
Sets the value of the invstgtnSts property.- Parameters:
value
- allowed object isInvestigationStatus2
-
getNxtRspndr
Gets the value of the nxtRspndr property.- Returns:
- possible object is
Party40Choice
-
setNxtRspndr
Sets the value of the nxtRspndr property.- Parameters:
value
- allowed object isParty40Choice
-
getInvstgtnData
Gets the value of the invstgtnData 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 invstgtnData property.For example, to add a new item, do as follows:
getInvstgtnData().add(newItem);
Objects of the following type(s) are allowed in the list
InvestigationData2
-