Class RelatedInvestigationData1
java.lang.Object
org.coderic.iso20022.messages.camt.RelatedInvestigationData1
Java class for RelatedInvestigationData1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelatedInvestigationData1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="InvstgtnId" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text" minOccurs="0"/> <element name="Lctn" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}InvestigationLocationData1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the invstgtnId property.getLctn()
Gets the value of the lctn property.void
setInvstgtnId
(String value) Sets the value of the invstgtnId property.
-
Constructor Details
-
RelatedInvestigationData1
public RelatedInvestigationData1()
-
-
Method Details
-
getInvstgtnId
Gets the value of the invstgtnId property.- Returns:
- possible object is
String
-
setInvstgtnId
Sets the value of the invstgtnId property.- Parameters:
value
- allowed object isString
-
getLctn
Gets the value of the lctn 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 lctn property.For example, to add a new item, do as follows:
getLctn().add(newItem);
Objects of the following type(s) are allowed in the list
InvestigationLocationData1
-