Class RemittanceLocation7
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_08.RemittanceLocation7
-
public class RemittanceLocation7 extends java.lang.Object
Java class for RemittanceLocation7 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RemittanceLocation7"> <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.08}Max35Text" minOccurs="0"/> <element name="RmtLctnDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}RemittanceLocationData1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
rmtId
protected java.util.List<RemittanceLocationData1>
rmtLctnDtls
-
Constructor Summary
Constructors Constructor Description RemittanceLocation7()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRmtId()
Gets the value of the rmtId property.java.util.List<RemittanceLocationData1>
getRmtLctnDtls()
Gets the value of the rmtLctnDtls property.void
setRmtId(java.lang.String value)
Sets the value of the rmtId property.
-
-
-
Field Detail
-
rmtId
protected java.lang.String rmtId
-
rmtLctnDtls
protected java.util.List<RemittanceLocationData1> rmtLctnDtls
-
-
Method Detail
-
getRmtId
public java.lang.String getRmtId()
Gets the value of the rmtId property.- Returns:
- possible object is
String
-
setRmtId
public void setRmtId(java.lang.String value)
Sets the value of the rmtId property.- Parameters:
value
- allowed object isString
-
getRmtLctnDtls
public java.util.List<RemittanceLocationData1> getRmtLctnDtls()
Gets the value of the rmtLctnDtls property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the rmtLctnDtls property.For example, to add a new item, do as follows:
getRmtLctnDtls().add(newItem);
Objects of the following type(s) are allowed in the list
RemittanceLocationData1
-
-