public class RemittanceLocation1
extends java.lang.Object
Java class for RemittanceLocation1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RemittanceLocation1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RmtId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max35Text" minOccurs="0"/> <element name="RmtLctnMtd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}RemittanceLocationMethod1Code" minOccurs="0"/> <element name="RmtLctnElctrncAdr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max256Text" minOccurs="0"/> <element name="RmtLctnPstlAdr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}NameAndAddress3" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected java.lang.String |
rmtId |
|
protected java.lang.String |
rmtLctnElctrncAdr |
|
protected RemittanceLocationMethod1Code |
rmtLctnMtd |
|
protected NameAndAddress3 |
rmtLctnPstlAdr |
Constructor | Description |
---|---|
RemittanceLocation1() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getRmtId() |
Gets the value of the rmtId property.
|
java.lang.String |
getRmtLctnElctrncAdr() |
Gets the value of the rmtLctnElctrncAdr property.
|
RemittanceLocationMethod1Code |
getRmtLctnMtd() |
Gets the value of the rmtLctnMtd property.
|
NameAndAddress3 |
getRmtLctnPstlAdr() |
Gets the value of the rmtLctnPstlAdr property.
|
void |
setRmtId(java.lang.String value) |
Sets the value of the rmtId property.
|
void |
setRmtLctnElctrncAdr(java.lang.String value) |
Sets the value of the rmtLctnElctrncAdr property.
|
void |
setRmtLctnMtd(RemittanceLocationMethod1Code value) |
Sets the value of the rmtLctnMtd property.
|
void |
setRmtLctnPstlAdr(NameAndAddress3 value) |
Sets the value of the rmtLctnPstlAdr property.
|
protected java.lang.String rmtId
protected RemittanceLocationMethod1Code rmtLctnMtd
protected java.lang.String rmtLctnElctrncAdr
protected NameAndAddress3 rmtLctnPstlAdr
public java.lang.String getRmtId()
String
public void setRmtId(java.lang.String value)
value
- allowed object is
String
public RemittanceLocationMethod1Code getRmtLctnMtd()
RemittanceLocationMethod1Code
public void setRmtLctnMtd(RemittanceLocationMethod1Code value)
value
- allowed object is
RemittanceLocationMethod1Code
public java.lang.String getRmtLctnElctrncAdr()
String
public void setRmtLctnElctrncAdr(java.lang.String value)
value
- allowed object is
String
public NameAndAddress3 getRmtLctnPstlAdr()
NameAndAddress3
public void setRmtLctnPstlAdr(NameAndAddress3 value)
value
- allowed object is
NameAndAddress3
Copyright © 2018. All rights reserved.