Class RemittanceLocationDetails1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_07.RemittanceLocationDetails1
-
public class RemittanceLocationDetails1 extends java.lang.ObjectJava 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.07}RemittanceLocationMethod2Code"/> <element name="ElctrncAdr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max2048Text" minOccurs="0"/> <element name="PstlAdr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}NameAndAddress10" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringelctrncAdrprotected RemittanceLocationMethod2Codemtdprotected NameAndAddress10pstlAdr
-
Constructor Summary
Constructors Constructor Description RemittanceLocationDetails1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetElctrncAdr()Gets the value of the elctrncAdr property.RemittanceLocationMethod2CodegetMtd()Gets the value of the mtd property.NameAndAddress10getPstlAdr()Gets the value of the pstlAdr property.voidsetElctrncAdr(java.lang.String value)Sets the value of the elctrncAdr property.voidsetMtd(RemittanceLocationMethod2Code value)Sets the value of the mtd property.voidsetPstlAdr(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
-
-