Class RemittanceLocationDetails1
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_06.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.06}RemittanceLocationMethod2Code"/>
<element name="ElctrncAdr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max2048Text" minOccurs="0"/>
<element name="PstlAdr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}NameAndAddress10" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected RemittanceLocationMethod2Codeprotected 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.voidsetElctrncAdr(String value) Sets the value of the elctrncAdr property.voidSets the value of the mtd property.voidsetPstlAdr(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
-