Class Address3
java.lang.Object
org.coderic.iso20022.messages.cafm.Address3
Java class for Address3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Address3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AdrLine1" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max200Text" minOccurs="0"/> <element name="AdrLine2" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max200Text" minOccurs="0"/> <element name="StrtNm" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max200Text" minOccurs="0"/> <element name="BldgNb" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/> <element name="PstlCd" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/> <element name="TwnNm" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max100Text" minOccurs="0"/> <element name="CtrySubDvsnMnrNm" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max100Text" minOccurs="0"/> <element name="CtrySubDvsnMjrNm" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max100Text" minOccurs="0"/> <element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}ISOMax3ACountryCode" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adrLine1 property.Gets the value of the adrLine2 property.Gets the value of the bldgNb property.getCtry()
Gets the value of the ctry property.Gets the value of the ctrySubDvsnMjrNm property.Gets the value of the ctrySubDvsnMnrNm property.Gets the value of the pstlCd property.Gets the value of the strtNm property.getTwnNm()
Gets the value of the twnNm property.void
setAdrLine1
(String value) Sets the value of the adrLine1 property.void
setAdrLine2
(String value) Sets the value of the adrLine2 property.void
Sets the value of the bldgNb property.void
Sets the value of the ctry property.void
setCtrySubDvsnMjrNm
(String value) Sets the value of the ctrySubDvsnMjrNm property.void
setCtrySubDvsnMnrNm
(String value) Sets the value of the ctrySubDvsnMnrNm property.void
Sets the value of the pstlCd property.void
Sets the value of the strtNm property.void
Sets the value of the twnNm property.
-
Constructor Details
-
Address3
public Address3()
-
-
Method Details
-
getAdrLine1
Gets the value of the adrLine1 property.- Returns:
- possible object is
String
-
setAdrLine1
Sets the value of the adrLine1 property.- Parameters:
value
- allowed object isString
-
getAdrLine2
Gets the value of the adrLine2 property.- Returns:
- possible object is
String
-
setAdrLine2
Sets the value of the adrLine2 property.- Parameters:
value
- allowed object isString
-
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
-
getPstlCd
Gets the value of the pstlCd property.- Returns:
- possible object is
String
-
setPstlCd
Sets the value of the pstlCd 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
-
getCtrySubDvsnMnrNm
Gets the value of the ctrySubDvsnMnrNm property.- Returns:
- possible object is
String
-
setCtrySubDvsnMnrNm
Sets the value of the ctrySubDvsnMnrNm property.- Parameters:
value
- allowed object isString
-
getCtrySubDvsnMjrNm
Gets the value of the ctrySubDvsnMjrNm property.- Returns:
- possible object is
String
-
setCtrySubDvsnMjrNm
Sets the value of the ctrySubDvsnMjrNm property.- Parameters:
value
- allowed object isString
-
getCtry
Gets the value of the ctry property.- Returns:
- possible object is
String
-
setCtry
Sets the value of the ctry property.- Parameters:
value
- allowed object isString
-