public class PostalAddressSEPA extends Object
Java class for PostalAddressSEPA complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PostalAddressSEPA">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.002.02}CountryCode" minOccurs="0"/>
<element name="AdrLine" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.002.02}Max70Text" maxOccurs="2" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
adrLine |
protected String |
ctry |
| Constructor and Description |
|---|
PostalAddressSEPA() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAdrLine()
Gets the value of the adrLine property.
|
String |
getCtry()
Gets the value of the ctry property.
|
void |
setCtry(String value)
Sets the value of the ctry property.
|
public String getCtry()
Stringpublic void setCtry(String value)
value - allowed object is
Stringpublic List<String> getAdrLine()
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 adrLine property.
For example, to add a new item, do as follows:
getAdrLine().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2019. All rights reserved.