Class RemittanceLocationData1
java.lang.Object
org.coderic.iso20022.messages.camt.RemittanceLocationData1
Java class for RemittanceLocationData1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RemittanceLocationData1"> <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}RemittanceLocationMethod2Code"/> <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
-
RemittanceLocationData1
public RemittanceLocationData1()
-
-
Method Details
-
getMtd
Gets the value of the mtd property.- Returns:
- possible object is
RemittanceLocationMethod2Code
-
setMtd
Sets the value of the mtd property.- Parameters:
value
- allowed object isRemittanceLocationMethod2Code
-
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
-