Class RemittanceLocationDetails1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_05.RemittanceLocationDetails1
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
elctrncAdr
protected RemittanceLocationMethod2Code
mtd
protected NameAndAddress10
pstlAdr
-
Constructor Summary
Constructors Constructor Description RemittanceLocationDetails1()
-
Method Summary
All Methods Instance Methods Concrete Methods 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.
-
-
-
Field Detail
-
mtd
protected RemittanceLocationMethod2Code mtd
-
elctrncAdr
protected java.lang.String elctrncAdr
-
pstlAdr
protected NameAndAddress10 pstlAdr
-
-
Method Detail
-
getMtd
public RemittanceLocationMethod2Code getMtd()
Gets the value of the mtd property.- Returns:
- possible object is
RemittanceLocationMethod2Code
-
setMtd
public void setMtd(RemittanceLocationMethod2Code value)
Sets the value of the mtd property.- Parameters:
value
- allowed object isRemittanceLocationMethod2Code
-
getElctrncAdr
public java.lang.String getElctrncAdr()
Gets the value of the elctrncAdr property.- Returns:
- possible object is
String
-
setElctrncAdr
public void setElctrncAdr(java.lang.String value)
Sets the value of the elctrncAdr property.- Parameters:
value
- allowed object isString
-
getPstlAdr
public NameAndAddress10 getPstlAdr()
Gets the value of the pstlAdr property.- Returns:
- possible object is
NameAndAddress10
-
setPstlAdr
public void setPstlAdr(NameAndAddress10 value)
Sets the value of the pstlAdr property.- Parameters:
value
- allowed object isNameAndAddress10
-
-