public class PostalAddress5
extends java.lang.Object
Java class for PostalAddress5 complex type.
The following schema fragment specifies the expected content contained within this class.
<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 | Description |
|---|---|---|
protected java.util.List<java.lang.String> |
adrLine |
|
protected java.lang.String |
ctry |
| Constructor | Description |
|---|---|
PostalAddress5() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<java.lang.String> |
getAdrLine() |
Gets the value of the adrLine property.
|
java.lang.String |
getCtry() |
Gets the value of the ctry property.
|
void |
setCtry(java.lang.String value) |
Sets the value of the ctry property.
|
protected java.util.List<java.lang.String> adrLine
protected java.lang.String ctry
public java.util.List<java.lang.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 java.lang.String getCtry()
Stringpublic void setCtry(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.