public class RemittanceLocation4 extends Object
Java-Klasse für RemittanceLocation4 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="RemittanceLocation4">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RmtId" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}Max35Text" minOccurs="0"/>
<element name="RmtLctnDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}RemittanceLocationDetails1" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
rmtId |
protected List<RemittanceLocationDetails1> |
rmtLctnDtls |
| Constructor and Description |
|---|
RemittanceLocation4() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRmtId()
Ruft den Wert der rmtId-Eigenschaft ab.
|
List<RemittanceLocationDetails1> |
getRmtLctnDtls()
Gets the value of the rmtLctnDtls property.
|
void |
setRmtId(String value)
Legt den Wert der rmtId-Eigenschaft fest.
|
protected String rmtId
protected List<RemittanceLocationDetails1> rmtLctnDtls
public String getRmtId()
Stringpublic void setRmtId(String value)
value - allowed object is
Stringpublic List<RemittanceLocationDetails1> getRmtLctnDtls()
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
RemittanceLocationDetails1
Copyright © 2017. All rights reserved.