public class PostalAddress1 extends Object
Java class for PostalAddress1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PostalAddress1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AdrTp" type="{urn:sepade:xsd:pain.001.001.02}AddressType2Code" minOccurs="0"/>
<element name="AdrLine" type="{urn:sepade:xsd:pain.001.001.02}Max70Text" maxOccurs="5" minOccurs="0"/>
<element name="StrtNm" type="{urn:sepade:xsd:pain.001.001.02}Max70Text" minOccurs="0"/>
<element name="BldgNb" type="{urn:sepade:xsd:pain.001.001.02}Max16Text" minOccurs="0"/>
<element name="PstCd" type="{urn:sepade:xsd:pain.001.001.02}Max16Text" minOccurs="0"/>
<element name="TwnNm" type="{urn:sepade:xsd:pain.001.001.02}Max35Text" minOccurs="0"/>
<element name="CtrySubDvsn" type="{urn:sepade:xsd:pain.001.001.02}Max35Text" minOccurs="0"/>
<element name="Ctry" type="{urn:sepade:xsd:pain.001.001.02}CountryCode"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
adrLine |
protected AddressType2Code |
adrTp |
protected String |
bldgNb |
protected String |
ctry |
protected String |
ctrySubDvsn |
protected String |
pstCd |
protected String |
strtNm |
protected String |
twnNm |
| Constructor and Description |
|---|
PostalAddress1() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAdrLine()
Gets the value of the adrLine property.
|
AddressType2Code |
getAdrTp()
Gets the value of the adrTp property.
|
String |
getBldgNb()
Gets the value of the bldgNb property.
|
String |
getCtry()
Gets the value of the ctry property.
|
String |
getCtrySubDvsn()
Gets the value of the ctrySubDvsn property.
|
String |
getPstCd()
Gets the value of the pstCd property.
|
String |
getStrtNm()
Gets the value of the strtNm property.
|
String |
getTwnNm()
Gets the value of the twnNm property.
|
void |
setAdrTp(AddressType2Code value)
Sets the value of the adrTp property.
|
void |
setBldgNb(String value)
Sets the value of the bldgNb property.
|
void |
setCtry(String value)
Sets the value of the ctry property.
|
void |
setCtrySubDvsn(String value)
Sets the value of the ctrySubDvsn property.
|
void |
setPstCd(String value)
Sets the value of the pstCd property.
|
void |
setStrtNm(String value)
Sets the value of the strtNm property.
|
void |
setTwnNm(String value)
Sets the value of the twnNm property.
|
protected AddressType2Code adrTp
protected String strtNm
protected String bldgNb
protected String pstCd
protected String twnNm
protected String ctrySubDvsn
protected String ctry
public AddressType2Code getAdrTp()
AddressType2Codepublic void setAdrTp(AddressType2Code value)
value - allowed object is
AddressType2Codepublic 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 getStrtNm()
Stringpublic void setStrtNm(String value)
value - allowed object is
Stringpublic String getBldgNb()
Stringpublic void setBldgNb(String value)
value - allowed object is
Stringpublic String getPstCd()
Stringpublic void setPstCd(String value)
value - allowed object is
Stringpublic String getTwnNm()
Stringpublic void setTwnNm(String value)
value - allowed object is
Stringpublic String getCtrySubDvsn()
Stringpublic void setCtrySubDvsn(String value)
value - allowed object is
Stringpublic String getCtry()
StringCopyright © 2018. All rights reserved.