Class InvestigationResponse3

java.lang.Object
org.coderic.iso20022.messages.camt.InvestigationResponse3

public class InvestigationResponse3 extends Object

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 Details

    • InvestigationResponse3

      public InvestigationResponse3()
  • Method Details

    • getMsgId

      public String getMsgId()
      Gets the value of the msgId property.
      Returns:
      possible object is String
    • setMsgId

      public void setMsgId(String value)
      Sets the value of the msgId property.
      Parameters:
      value - allowed object is String
    • getRspndrInvstgtnId

      public String getRspndrInvstgtnId()
      Gets the value of the rspndrInvstgtnId property.
      Returns:
      possible object is String
    • setRspndrInvstgtnId

      public void setRspndrInvstgtnId(String value)
      Sets the value of the rspndrInvstgtnId property.
      Parameters:
      value - allowed object is String
    • getInvstgtnSts

      public InvestigationStatus2 getInvstgtnSts()
      Gets the value of the invstgtnSts property.
      Returns:
      possible object is InvestigationStatus2
    • setInvstgtnSts

      public void setInvstgtnSts(InvestigationStatus2 value)
      Sets the value of the invstgtnSts property.
      Parameters:
      value - allowed object is InvestigationStatus2
    • getNxtRspndr

      public Party40Choice getNxtRspndr()
      Gets the value of the nxtRspndr property.
      Returns:
      possible object is Party40Choice
    • setNxtRspndr

      public void setNxtRspndr(Party40Choice value)
      Sets the value of the nxtRspndr property.
      Parameters:
      value - allowed object is Party40Choice
    • getInvstgtnData

      public List<InvestigationData2> 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