public class PostalAddress6 extends Object
Java class for PostalAddress6 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PostalAddress6">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AdrTp" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}AddressType2Code" minOccurs="0"/>
<element name="Dept" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}Max70Text" minOccurs="0"/>
<element name="SubDept" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}Max70Text" minOccurs="0"/>
<element name="StrtNm" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}Max70Text" minOccurs="0"/>
<element name="BldgNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}Max16Text" minOccurs="0"/>
<element name="PstCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}Max16Text" minOccurs="0"/>
<element name="TwnNm" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}Max35Text" minOccurs="0"/>
<element name="CtrySubDvsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}Max35Text" minOccurs="0"/>
<element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}CountryCode" minOccurs="0"/>
<element name="AdrLine" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}Max70Text" maxOccurs="7" minOccurs="0"/>
</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 |
dept |
protected String |
pstCd |
protected String |
strtNm |
protected String |
subDept |
protected String |
twnNm |
| Constructor and Description |
|---|
PostalAddress6() |
| 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 |
getDept()
Gets the value of the dept property.
|
String |
getPstCd()
Gets the value of the pstCd property.
|
String |
getStrtNm()
Gets the value of the strtNm property.
|
String |
getSubDept()
Gets the value of the subDept 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 |
setDept(String value)
Sets the value of the dept property.
|
void |
setPstCd(String value)
Sets the value of the pstCd property.
|
void |
setStrtNm(String value)
Sets the value of the strtNm property.
|
void |
setSubDept(String value)
Sets the value of the subDept property.
|
void |
setTwnNm(String value)
Sets the value of the twnNm property.
|
protected AddressType2Code adrTp
protected String dept
protected String subDept
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 String getDept()
Stringpublic void setDept(String value)
value - allowed object is
Stringpublic String getSubDept()
Stringpublic void setSubDept(String value)
value - allowed object is
Stringpublic 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()
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 © 2017. All rights reserved.