public class PostalAddress5 extends Object
Java-Klasse für PostalAddress5 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="PostalAddress5">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AdrLine" type="{urn:sepade:xsd:pain.008.001.01}Max70Text" maxOccurs="2"/>
<element name="Ctry" type="{urn:sepade:xsd:pain.008.001.01}CountryCode"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
adrLine |
protected String |
ctry |
| Constructor and Description |
|---|
PostalAddress5() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAdrLine()
Gets the value of the adrLine property.
|
String |
getCtry()
Ruft den Wert der ctry-Eigenschaft ab.
|
void |
setCtry(String value)
Legt den Wert der ctry-Eigenschaft fest.
|
public 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
public String getCtry()
StringCopyright © 2017. All rights reserved.