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.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 | 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()
RemittanceLocationMethod2Code
public void setMtd(RemittanceLocationMethod2Code value)
value
- allowed object is
RemittanceLocationMethod2Code
public java.lang.String getElctrncAdr()
String
public void setElctrncAdr(java.lang.String value)
value
- allowed object is
String
public NameAndAddress10 getPstlAdr()
NameAndAddress10
public void setPstlAdr(NameAndAddress10 value)
value
- allowed object is
NameAndAddress10
Copyright © 2018. All rights reserved.