Class InvestigationData2

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

public class InvestigationData2 extends Object

Java class for InvestigationData2 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="InvestigationData2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="OrgnlInvstgtnSeq" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max3Number" minOccurs="0"/>
         <element name="OrgnlInvstgtnRsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}InvestigationReason1Choice" minOccurs="0"/>
         <element name="OrgnlInvstgtnRsnSubTp" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}InvestigationReasonSubType1Choice" minOccurs="0"/>
         <element name="RspnData" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}InvestigationDataRecord1Choice"/>
         <element name="RltdInvstgtnData" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}RelatedInvestigationData1" minOccurs="0"/>
         <element name="NclsdFile" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Document12" maxOccurs="unbounded" minOccurs="0"/>
         <element name="RltdFileData" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}FileData1" maxOccurs="unbounded" minOccurs="0"/>
         <element name="RspnOrgtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Party40Choice" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • InvestigationData2

      public InvestigationData2()
  • Method Details

    • getOrgnlInvstgtnSeq

      public BigDecimal getOrgnlInvstgtnSeq()
      Gets the value of the orgnlInvstgtnSeq property.
      Returns:
      possible object is BigDecimal
    • setOrgnlInvstgtnSeq

      public void setOrgnlInvstgtnSeq(BigDecimal value)
      Sets the value of the orgnlInvstgtnSeq property.
      Parameters:
      value - allowed object is BigDecimal
    • getOrgnlInvstgtnRsn

      public InvestigationReason1Choice getOrgnlInvstgtnRsn()
      Gets the value of the orgnlInvstgtnRsn property.
      Returns:
      possible object is InvestigationReason1Choice
    • setOrgnlInvstgtnRsn

      public void setOrgnlInvstgtnRsn(InvestigationReason1Choice value)
      Sets the value of the orgnlInvstgtnRsn property.
      Parameters:
      value - allowed object is InvestigationReason1Choice
    • getOrgnlInvstgtnRsnSubTp

      public InvestigationReasonSubType1Choice getOrgnlInvstgtnRsnSubTp()
      Gets the value of the orgnlInvstgtnRsnSubTp property.
      Returns:
      possible object is InvestigationReasonSubType1Choice
    • setOrgnlInvstgtnRsnSubTp

      public void setOrgnlInvstgtnRsnSubTp(InvestigationReasonSubType1Choice value)
      Sets the value of the orgnlInvstgtnRsnSubTp property.
      Parameters:
      value - allowed object is InvestigationReasonSubType1Choice
    • getRspnData

      public InvestigationDataRecord1Choice getRspnData()
      Gets the value of the rspnData property.
      Returns:
      possible object is InvestigationDataRecord1Choice
    • setRspnData

      public void setRspnData(InvestigationDataRecord1Choice value)
      Sets the value of the rspnData property.
      Parameters:
      value - allowed object is InvestigationDataRecord1Choice
    • getRltdInvstgtnData

      public RelatedInvestigationData1 getRltdInvstgtnData()
      Gets the value of the rltdInvstgtnData property.
      Returns:
      possible object is RelatedInvestigationData1
    • setRltdInvstgtnData

      public void setRltdInvstgtnData(RelatedInvestigationData1 value)
      Sets the value of the rltdInvstgtnData property.
      Parameters:
      value - allowed object is RelatedInvestigationData1
    • getNclsdFile

      public List<Document12> getNclsdFile()
      Gets the value of the nclsdFile 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 nclsdFile property.

      For example, to add a new item, do as follows:

          getNclsdFile().add(newItem);
       

      Objects of the following type(s) are allowed in the list Document12

    • getRltdFileData

      public List<FileData1> getRltdFileData()
      Gets the value of the rltdFileData 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 rltdFileData property.

      For example, to add a new item, do as follows:

          getRltdFileData().add(newItem);
       

      Objects of the following type(s) are allowed in the list FileData1

    • getRspnOrgtr

      public Party40Choice getRspnOrgtr()
      Gets the value of the rspnOrgtr property.
      Returns:
      possible object is Party40Choice
    • setRspnOrgtr

      public void setRspnOrgtr(Party40Choice value)
      Sets the value of the rspnOrgtr property.
      Parameters:
      value - allowed object is Party40Choice