Class InvestigationResponseV01

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

public class InvestigationResponseV01 extends Object

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 Details

    • InvestigationResponseV01

      public InvestigationResponseV01()
  • Method Details

    • getInvstgtnRspn

      public InvestigationResponse3 getInvstgtnRspn()
      Gets the value of the invstgtnRspn property.
      Returns:
      possible object is InvestigationResponse3
    • setInvstgtnRspn

      public void setInvstgtnRspn(InvestigationResponse3 value)
      Sets the value of the invstgtnRspn property.
      Parameters:
      value - allowed object is InvestigationResponse3
    • getOrgnlInvstgtnReq

      public InvestigationRequest3 getOrgnlInvstgtnReq()
      Gets the value of the orgnlInvstgtnReq property.
      Returns:
      possible object is InvestigationRequest3
    • setOrgnlInvstgtnReq

      public void setOrgnlInvstgtnReq(InvestigationRequest3 value)
      Sets the value of the orgnlInvstgtnReq property.
      Parameters:
      value - allowed object is InvestigationRequest3
    • getSplmtryData

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