Class InvestigationLocationData1
java.lang.Object
org.coderic.iso20022.messages.camt.InvestigationLocationData1
Java class for InvestigationLocationData1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvestigationLocationData1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Mtd" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}InvestigationLocationMethod1Code"/> <element name="ElctrncAdr" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max2048Text" minOccurs="0"/> <element name="PstlAdr" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}NameAndAddress16" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the elctrncAdr property.getMtd()
Gets the value of the mtd property.Gets the value of the pstlAdr property.void
setElctrncAdr
(String value) Sets the value of the elctrncAdr property.void
Sets the value of the mtd property.void
setPstlAdr
(NameAndAddress16 value) Sets the value of the pstlAdr property.
-
Constructor Details
-
InvestigationLocationData1
public InvestigationLocationData1()
-
-
Method Details
-
getMtd
Gets the value of the mtd property.- Returns:
- possible object is
InvestigationLocationMethod1Code
-
setMtd
Sets the value of the mtd property.- Parameters:
value
- allowed object isInvestigationLocationMethod1Code
-
getElctrncAdr
Gets the value of the elctrncAdr property.- Returns:
- possible object is
String
-
setElctrncAdr
Sets the value of the elctrncAdr property.- Parameters:
value
- allowed object isString
-
getPstlAdr
Gets the value of the pstlAdr property.- Returns:
- possible object is
NameAndAddress16
-
setPstlAdr
Sets the value of the pstlAdr property.- Parameters:
value
- allowed object isNameAndAddress16
-