public class PostalAddress6
extends java.lang.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.052.001.07}AddressType2Code" minOccurs="0"/> <element name="Dept" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max70Text" minOccurs="0"/> <element name="SubDept" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max70Text" minOccurs="0"/> <element name="StrtNm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max70Text" minOccurs="0"/> <element name="BldgNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max16Text" minOccurs="0"/> <element name="PstCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max16Text" minOccurs="0"/> <element name="TwnNm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/> <element name="CtrySubDvsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/> <element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}CountryCode" minOccurs="0"/> <element name="AdrLine" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max70Text" maxOccurs="7" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected java.util.List<java.lang.String> |
adrLine |
|
protected AddressType2Code |
adrTp |
|
protected java.lang.String |
bldgNb |
|
protected java.lang.String |
ctry |
|
protected java.lang.String |
ctrySubDvsn |
|
protected java.lang.String |
dept |
|
protected java.lang.String |
pstCd |
|
protected java.lang.String |
strtNm |
|
protected java.lang.String |
subDept |
|
protected java.lang.String |
twnNm |
Constructor | Description |
---|---|
PostalAddress6() |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<java.lang.String> |
getAdrLine() |
Gets the value of the adrLine property.
|
AddressType2Code |
getAdrTp() |
Gets the value of the adrTp property.
|
java.lang.String |
getBldgNb() |
Gets the value of the bldgNb property.
|
java.lang.String |
getCtry() |
Gets the value of the ctry property.
|
java.lang.String |
getCtrySubDvsn() |
Gets the value of the ctrySubDvsn property.
|
java.lang.String |
getDept() |
Gets the value of the dept property.
|
java.lang.String |
getPstCd() |
Gets the value of the pstCd property.
|
java.lang.String |
getStrtNm() |
Gets the value of the strtNm property.
|
java.lang.String |
getSubDept() |
Gets the value of the subDept property.
|
java.lang.String |
getTwnNm() |
Gets the value of the twnNm property.
|
void |
setAdrTp(AddressType2Code value) |
Sets the value of the adrTp property.
|
void |
setBldgNb(java.lang.String value) |
Sets the value of the bldgNb property.
|
void |
setCtry(java.lang.String value) |
Sets the value of the ctry property.
|
void |
setCtrySubDvsn(java.lang.String value) |
Sets the value of the ctrySubDvsn property.
|
void |
setDept(java.lang.String value) |
Sets the value of the dept property.
|
void |
setPstCd(java.lang.String value) |
Sets the value of the pstCd property.
|
void |
setStrtNm(java.lang.String value) |
Sets the value of the strtNm property.
|
void |
setSubDept(java.lang.String value) |
Sets the value of the subDept property.
|
void |
setTwnNm(java.lang.String value) |
Sets the value of the twnNm property.
|
protected AddressType2Code adrTp
protected java.lang.String dept
protected java.lang.String subDept
protected java.lang.String strtNm
protected java.lang.String bldgNb
protected java.lang.String pstCd
protected java.lang.String twnNm
protected java.lang.String ctrySubDvsn
protected java.lang.String ctry
protected java.util.List<java.lang.String> adrLine
public AddressType2Code getAdrTp()
AddressType2Code
public void setAdrTp(AddressType2Code value)
value
- allowed object is
AddressType2Code
public java.lang.String getDept()
String
public void setDept(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSubDept()
String
public void setSubDept(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStrtNm()
String
public void setStrtNm(java.lang.String value)
value
- allowed object is
String
public java.lang.String getBldgNb()
String
public void setBldgNb(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPstCd()
String
public void setPstCd(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTwnNm()
String
public void setTwnNm(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCtrySubDvsn()
String
public void setCtrySubDvsn(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCtry()
String
public void setCtry(java.lang.String value)
value
- allowed object is
String
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
Copyright © 2018. All rights reserved.