public class RemittanceLocationDetails1
extends java.lang.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.05}RemittanceLocationMethod2Code"/>
<element name="ElctrncAdr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max2048Text" minOccurs="0"/>
<element name="PstlAdr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}NameAndAddress10" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
elctrncAdr |
|
protected RemittanceLocationMethod2Code |
mtd |
|
protected NameAndAddress10 |
pstlAdr |
| Constructor | Description |
|---|---|
RemittanceLocationDetails1() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.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(java.lang.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 java.lang.String elctrncAdr
protected NameAndAddress10 pstlAdr
public RemittanceLocationMethod2Code getMtd()
RemittanceLocationMethod2Codepublic void setMtd(RemittanceLocationMethod2Code value)
value - allowed object is
RemittanceLocationMethod2Codepublic java.lang.String getElctrncAdr()
Stringpublic void setElctrncAdr(java.lang.String value)
value - allowed object is
Stringpublic NameAndAddress10 getPstlAdr()
NameAndAddress10public void setPstlAdr(NameAndAddress10 value)
value - allowed object is
NameAndAddress10Copyright © 2018. All rights reserved.