Class PostalAddress24
java.lang.Object
iso.std.iso._20022.tech.xsd.remt_001_001.PostalAddress24
Java class for PostalAddress24 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PostalAddress24"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="StrtNm" type="{urn:iso:std:iso:20022:tech:xsd:remt.001.001.04}Max70Text" minOccurs="0"/> <element name="BldgNb" type="{urn:iso:std:iso:20022:tech:xsd:remt.001.001.04}Max16Text" minOccurs="0"/> <element name="PstCd" type="{urn:iso:std:iso:20022:tech:xsd:remt.001.001.04}Max16Text" minOccurs="0"/> <element name="TwnNm" type="{urn:iso:std:iso:20022:tech:xsd:remt.001.001.04}Max35Text" minOccurs="0"/> <element name="CtrySubDvsn" type="{urn:iso:std:iso:20022:tech:xsd:remt.001.001.04}Max35Text" minOccurs="0"/> <element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:remt.001.001.04}CountryCode" minOccurs="0"/> <element name="AdrLine" type="{urn:iso:std:iso:20022:tech:xsd:remt.001.001.04}Max70Text" maxOccurs="7" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adrLine property.Gets the value of the bldgNb property.getCtry()
Gets the value of the ctry property.Gets the value of the ctrySubDvsn property.getPstCd()
Gets the value of the pstCd property.Gets the value of the strtNm property.getTwnNm()
Gets the value of the twnNm property.void
Sets the value of the bldgNb property.void
setCtry
(CountryCode value) Sets the value of the ctry property.void
setCtrySubDvsn
(String value) Sets the value of the ctrySubDvsn property.void
Sets the value of the pstCd property.void
Sets the value of the strtNm property.void
Sets the value of the twnNm property.
-
Field Details
-
strtNm
-
bldgNb
-
pstCd
-
twnNm
-
ctrySubDvsn
-
ctry
-
adrLine
-
-
Constructor Details
-
PostalAddress24
public PostalAddress24()
-
-
Method Details
-
getStrtNm
Gets the value of the strtNm property.- Returns:
- possible object is
String
-
setStrtNm
Sets the value of the strtNm property.- Parameters:
value
- allowed object isString
-
getBldgNb
Gets the value of the bldgNb property.- Returns:
- possible object is
String
-
setBldgNb
Sets the value of the bldgNb property.- Parameters:
value
- allowed object isString
-
getPstCd
Gets the value of the pstCd property.- Returns:
- possible object is
String
-
setPstCd
Sets the value of the pstCd property.- Parameters:
value
- allowed object isString
-
getTwnNm
Gets the value of the twnNm property.- Returns:
- possible object is
String
-
setTwnNm
Sets the value of the twnNm property.- Parameters:
value
- allowed object isString
-
getCtrySubDvsn
Gets the value of the ctrySubDvsn property.- Returns:
- possible object is
String
-
setCtrySubDvsn
Sets the value of the ctrySubDvsn property.- Parameters:
value
- allowed object isString
-
getCtry
Gets the value of the ctry property.- Returns:
- possible object is
CountryCode
-
setCtry
Sets the value of the ctry property.- Parameters:
value
- allowed object isCountryCode
-
getAdrLine
Gets the value of the adrLine property.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 Jakarta XML Binding 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
-