public class RemittanceLocation2
extends java.lang.Object
Java class for RemittanceLocation2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RemittanceLocation2">
<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.03}Max35Text" minOccurs="0"/>
<element name="RmtLctnMtd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}RemittanceLocationMethod2Code" minOccurs="0"/>
<element name="RmtLctnElctrncAdr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Max2048Text" minOccurs="0"/>
<element name="RmtLctnPstlAdr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}NameAndAddress10" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
rmtId |
|
protected java.lang.String |
rmtLctnElctrncAdr |
|
protected RemittanceLocationMethod2Code |
rmtLctnMtd |
|
protected NameAndAddress10 |
rmtLctnPstlAdr |
| Constructor | Description |
|---|---|
RemittanceLocation2() |
| 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.
|
RemittanceLocationMethod2Code |
getRmtLctnMtd() |
Gets the value of the rmtLctnMtd property.
|
NameAndAddress10 |
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(RemittanceLocationMethod2Code value) |
Sets the value of the rmtLctnMtd property.
|
void |
setRmtLctnPstlAdr(NameAndAddress10 value) |
Sets the value of the rmtLctnPstlAdr property.
|
protected java.lang.String rmtId
protected RemittanceLocationMethod2Code rmtLctnMtd
protected java.lang.String rmtLctnElctrncAdr
protected NameAndAddress10 rmtLctnPstlAdr
public java.lang.String getRmtId()
Stringpublic void setRmtId(java.lang.String value)
value - allowed object is
Stringpublic RemittanceLocationMethod2Code getRmtLctnMtd()
RemittanceLocationMethod2Codepublic void setRmtLctnMtd(RemittanceLocationMethod2Code value)
value - allowed object is
RemittanceLocationMethod2Codepublic java.lang.String getRmtLctnElctrncAdr()
Stringpublic void setRmtLctnElctrncAdr(java.lang.String value)
value - allowed object is
Stringpublic NameAndAddress10 getRmtLctnPstlAdr()
NameAndAddress10public void setRmtLctnPstlAdr(NameAndAddress10 value)
value - allowed object is
NameAndAddress10Copyright © 2018. All rights reserved.