Class InvestigationData2
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the nclsdFile property.Gets the value of the orgnlInvstgtnRsn property.Gets the value of the orgnlInvstgtnRsnSubTp property.Gets the value of the orgnlInvstgtnSeq property.Gets the value of the rltdFileData property.Gets the value of the rltdInvstgtnData property.Gets the value of the rspnData property.Gets the value of the rspnOrgtr property.void
Sets the value of the orgnlInvstgtnRsn property.void
Sets the value of the orgnlInvstgtnRsnSubTp property.void
setOrgnlInvstgtnSeq
(BigDecimal value) Sets the value of the orgnlInvstgtnSeq property.void
Sets the value of the rltdInvstgtnData property.void
Sets the value of the rspnData property.void
setRspnOrgtr
(Party40Choice value) Sets the value of the rspnOrgtr property.
-
Constructor Details
-
InvestigationData2
public InvestigationData2()
-
-
Method Details
-
getOrgnlInvstgtnSeq
Gets the value of the orgnlInvstgtnSeq property.- Returns:
- possible object is
BigDecimal
-
setOrgnlInvstgtnSeq
Sets the value of the orgnlInvstgtnSeq property.- Parameters:
value
- allowed object isBigDecimal
-
getOrgnlInvstgtnRsn
Gets the value of the orgnlInvstgtnRsn property.- Returns:
- possible object is
InvestigationReason1Choice
-
setOrgnlInvstgtnRsn
Sets the value of the orgnlInvstgtnRsn property.- Parameters:
value
- allowed object isInvestigationReason1Choice
-
getOrgnlInvstgtnRsnSubTp
Gets the value of the orgnlInvstgtnRsnSubTp property.- Returns:
- possible object is
InvestigationReasonSubType1Choice
-
setOrgnlInvstgtnRsnSubTp
Sets the value of the orgnlInvstgtnRsnSubTp property.- Parameters:
value
- allowed object isInvestigationReasonSubType1Choice
-
getRspnData
Gets the value of the rspnData property.- Returns:
- possible object is
InvestigationDataRecord1Choice
-
setRspnData
Sets the value of the rspnData property.- Parameters:
value
- allowed object isInvestigationDataRecord1Choice
-
getRltdInvstgtnData
Gets the value of the rltdInvstgtnData property.- Returns:
- possible object is
RelatedInvestigationData1
-
setRltdInvstgtnData
Sets the value of the rltdInvstgtnData property.- Parameters:
value
- allowed object isRelatedInvestigationData1
-
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
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
Gets the value of the rspnOrgtr property.- Returns:
- possible object is
Party40Choice
-
setRspnOrgtr
Sets the value of the rspnOrgtr property.- Parameters:
value
- allowed object isParty40Choice
-