Class RemittanceLocation1
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_01.RemittanceLocation1
Java 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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected RemittanceLocationMethod1Codeprotected NameAndAddress3 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRmtId()Gets the value of the rmtId property.Gets the value of the rmtLctnElctrncAdr property.Gets the value of the rmtLctnMtd property.Gets the value of the rmtLctnPstlAdr property.voidSets the value of the rmtId property.voidsetRmtLctnElctrncAdr(String value) Sets the value of the rmtLctnElctrncAdr property.voidSets the value of the rmtLctnMtd property.voidsetRmtLctnPstlAdr(NameAndAddress3 value) Sets the value of the rmtLctnPstlAdr property.
-
Field Details
-
rmtId
-
rmtLctnMtd
-
rmtLctnElctrncAdr
-
rmtLctnPstlAdr
-
-
Constructor Details
-
RemittanceLocation1
public RemittanceLocation1()
-
-
Method Details
-
getRmtId
Gets the value of the rmtId property.- Returns:
- possible object is
String
-
setRmtId
Sets the value of the rmtId property.- Parameters:
value- allowed object isString
-
getRmtLctnMtd
Gets the value of the rmtLctnMtd property.- Returns:
- possible object is
RemittanceLocationMethod1Code
-
setRmtLctnMtd
Sets the value of the rmtLctnMtd property.- Parameters:
value- allowed object isRemittanceLocationMethod1Code
-
getRmtLctnElctrncAdr
Gets the value of the rmtLctnElctrncAdr property.- Returns:
- possible object is
String
-
setRmtLctnElctrncAdr
Sets the value of the rmtLctnElctrncAdr property.- Parameters:
value- allowed object isString
-
getRmtLctnPstlAdr
Gets the value of the rmtLctnPstlAdr property.- Returns:
- possible object is
NameAndAddress3
-
setRmtLctnPstlAdr
Sets the value of the rmtLctnPstlAdr property.- Parameters:
value- allowed object isNameAndAddress3
-