public class RemittanceLocationDetails1 extends Object
Java class for RemittanceLocationDetails1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RemittanceLocationDetails1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Mtd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}RemittanceLocationMethod2Code"/>
<element name="ElctrncAdr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max2048Text" minOccurs="0"/>
<element name="PstlAdr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}NameAndAddress10" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
elctrncAdr |
protected RemittanceLocationMethod2Code |
mtd |
protected NameAndAddress10 |
pstlAdr |
| Constructor and Description |
|---|
RemittanceLocationDetails1() |
| Modifier and Type | Method and Description |
|---|---|
String |
getElctrncAdr()
Gets the value of the elctrncAdr property.
|
RemittanceLocationMethod2Code |
getMtd()
Gets the value of the mtd property.
|
NameAndAddress10 |
getPstlAdr()
Gets the value of the pstlAdr property.
|
void |
setElctrncAdr(String value)
Sets the value of the elctrncAdr property.
|
void |
setMtd(RemittanceLocationMethod2Code value)
Sets the value of the mtd property.
|
void |
setPstlAdr(NameAndAddress10 value)
Sets the value of the pstlAdr property.
|
protected RemittanceLocationMethod2Code mtd
protected String elctrncAdr
protected NameAndAddress10 pstlAdr
public RemittanceLocationMethod2Code getMtd()
RemittanceLocationMethod2Codepublic void setMtd(RemittanceLocationMethod2Code value)
value - allowed object is
RemittanceLocationMethod2Codepublic String getElctrncAdr()
Stringpublic void setElctrncAdr(String value)
value - allowed object is
Stringpublic NameAndAddress10 getPstlAdr()
NameAndAddress10public void setPstlAdr(NameAndAddress10 value)
value - allowed object is
NameAndAddress10Copyright © 2018. All rights reserved.