Class RemittanceLocation1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_01.RemittanceLocation1
-
public class RemittanceLocation1 extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringrmtIdprotected java.lang.StringrmtLctnElctrncAdrprotected RemittanceLocationMethod1CodermtLctnMtdprotected NameAndAddress3rmtLctnPstlAdr
-
Constructor Summary
Constructors Constructor Description RemittanceLocation1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetRmtId()Gets the value of the rmtId property.java.lang.StringgetRmtLctnElctrncAdr()Gets the value of the rmtLctnElctrncAdr property.RemittanceLocationMethod1CodegetRmtLctnMtd()Gets the value of the rmtLctnMtd property.NameAndAddress3getRmtLctnPstlAdr()Gets the value of the rmtLctnPstlAdr property.voidsetRmtId(java.lang.String value)Sets the value of the rmtId property.voidsetRmtLctnElctrncAdr(java.lang.String value)Sets the value of the rmtLctnElctrncAdr property.voidsetRmtLctnMtd(RemittanceLocationMethod1Code value)Sets the value of the rmtLctnMtd property.voidsetRmtLctnPstlAdr(NameAndAddress3 value)Sets the value of the rmtLctnPstlAdr property.
-
-
-
Field Detail
-
rmtId
protected java.lang.String rmtId
-
rmtLctnMtd
protected RemittanceLocationMethod1Code rmtLctnMtd
-
rmtLctnElctrncAdr
protected java.lang.String rmtLctnElctrncAdr
-
rmtLctnPstlAdr
protected NameAndAddress3 rmtLctnPstlAdr
-
-
Method Detail
-
getRmtId
public java.lang.String getRmtId()
Gets the value of the rmtId property.- Returns:
- possible object is
String
-
setRmtId
public void setRmtId(java.lang.String value)
Sets the value of the rmtId property.- Parameters:
value- allowed object isString
-
getRmtLctnMtd
public RemittanceLocationMethod1Code getRmtLctnMtd()
Gets the value of the rmtLctnMtd property.- Returns:
- possible object is
RemittanceLocationMethod1Code
-
setRmtLctnMtd
public void setRmtLctnMtd(RemittanceLocationMethod1Code value)
Sets the value of the rmtLctnMtd property.- Parameters:
value- allowed object isRemittanceLocationMethod1Code
-
getRmtLctnElctrncAdr
public java.lang.String getRmtLctnElctrncAdr()
Gets the value of the rmtLctnElctrncAdr property.- Returns:
- possible object is
String
-
setRmtLctnElctrncAdr
public void setRmtLctnElctrncAdr(java.lang.String value)
Sets the value of the rmtLctnElctrncAdr property.- Parameters:
value- allowed object isString
-
getRmtLctnPstlAdr
public NameAndAddress3 getRmtLctnPstlAdr()
Gets the value of the rmtLctnPstlAdr property.- Returns:
- possible object is
NameAndAddress3
-
setRmtLctnPstlAdr
public void setRmtLctnPstlAdr(NameAndAddress3 value)
Sets the value of the rmtLctnPstlAdr property.- Parameters:
value- allowed object isNameAndAddress3
-
-