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