org.iso20022.pacs004_001.v11.PostalAddress24 Maven / Gradle / Ivy
//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.1
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2021.09.21 at 06:04:59 PM IST
//
package org.iso20022.pacs004_001.v11;
import java.util.ArrayList;
import java.util.List;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlType;
/**
* Information that locates and identifies a specific address, as defined by postal services.
*
* 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="AdrTp" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}AddressType3Choice" minOccurs="0"/>
* <element name="Dept" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}Max70Text" minOccurs="0"/>
* <element name="SubDept" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}Max70Text" minOccurs="0"/>
* <element name="StrtNm" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}Max70Text" minOccurs="0"/>
* <element name="BldgNb" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}Max16Text" minOccurs="0"/>
* <element name="BldgNm" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}Max35Text" minOccurs="0"/>
* <element name="Flr" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}Max70Text" minOccurs="0"/>
* <element name="PstBx" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}Max16Text" minOccurs="0"/>
* <element name="Room" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}Max70Text" minOccurs="0"/>
* <element name="PstCd" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}Max16Text" minOccurs="0"/>
* <element name="TwnNm" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}Max35Text" minOccurs="0"/>
* <element name="TwnLctnNm" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}Max35Text" minOccurs="0"/>
* <element name="DstrctNm" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}Max35Text" minOccurs="0"/>
* <element name="CtrySubDvsn" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}Max35Text" minOccurs="0"/>
* <element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}CountryCode" minOccurs="0"/>
* <element name="AdrLine" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}Max70Text" maxOccurs="7" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "PostalAddress24", propOrder = {
"adrTp",
"dept",
"subDept",
"strtNm",
"bldgNb",
"bldgNm",
"flr",
"pstBx",
"room",
"pstCd",
"twnNm",
"twnLctnNm",
"dstrctNm",
"ctrySubDvsn",
"ctry",
"adrLine"
})
public class PostalAddress24 {
@XmlElement(name = "AdrTp")
protected AddressType3Choice adrTp;
@XmlElement(name = "Dept")
protected String dept;
@XmlElement(name = "SubDept")
protected String subDept;
@XmlElement(name = "StrtNm")
protected String strtNm;
@XmlElement(name = "BldgNb")
protected String bldgNb;
@XmlElement(name = "BldgNm")
protected String bldgNm;
@XmlElement(name = "Flr")
protected String flr;
@XmlElement(name = "PstBx")
protected String pstBx;
@XmlElement(name = "Room")
protected String room;
@XmlElement(name = "PstCd")
protected String pstCd;
@XmlElement(name = "TwnNm")
protected String twnNm;
@XmlElement(name = "TwnLctnNm")
protected String twnLctnNm;
@XmlElement(name = "DstrctNm")
protected String dstrctNm;
@XmlElement(name = "CtrySubDvsn")
protected String ctrySubDvsn;
@XmlElement(name = "Ctry")
protected String ctry;
@XmlElement(name = "AdrLine")
protected List adrLine;
/**
* Gets the value of the adrTp property.
*
* @return
* possible object is
* {@link AddressType3Choice }
*
*/
public AddressType3Choice getAdrTp() {
return adrTp;
}
/**
* Sets the value of the adrTp property.
*
* @param value
* allowed object is
* {@link AddressType3Choice }
*
*/
public void setAdrTp(AddressType3Choice value) {
this.adrTp = value;
}
/**
* Gets the value of the dept property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDept() {
return dept;
}
/**
* Sets the value of the dept property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDept(String value) {
this.dept = value;
}
/**
* Gets the value of the subDept property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSubDept() {
return subDept;
}
/**
* Sets the value of the subDept property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSubDept(String value) {
this.subDept = value;
}
/**
* Gets the value of the strtNm property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getStrtNm() {
return strtNm;
}
/**
* Sets the value of the strtNm property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setStrtNm(String value) {
this.strtNm = value;
}
/**
* Gets the value of the bldgNb property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBldgNb() {
return bldgNb;
}
/**
* Sets the value of the bldgNb property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBldgNb(String value) {
this.bldgNb = value;
}
/**
* Gets the value of the bldgNm property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBldgNm() {
return bldgNm;
}
/**
* Sets the value of the bldgNm property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBldgNm(String value) {
this.bldgNm = value;
}
/**
* Gets the value of the flr property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getFlr() {
return flr;
}
/**
* Sets the value of the flr property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setFlr(String value) {
this.flr = value;
}
/**
* Gets the value of the pstBx property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPstBx() {
return pstBx;
}
/**
* Sets the value of the pstBx property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPstBx(String value) {
this.pstBx = value;
}
/**
* Gets the value of the room property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRoom() {
return room;
}
/**
* Sets the value of the room property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRoom(String value) {
this.room = value;
}
/**
* Gets the value of the pstCd property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPstCd() {
return pstCd;
}
/**
* Sets the value of the pstCd property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPstCd(String value) {
this.pstCd = value;
}
/**
* Gets the value of the twnNm property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTwnNm() {
return twnNm;
}
/**
* Sets the value of the twnNm property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTwnNm(String value) {
this.twnNm = value;
}
/**
* Gets the value of the twnLctnNm property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTwnLctnNm() {
return twnLctnNm;
}
/**
* Sets the value of the twnLctnNm property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTwnLctnNm(String value) {
this.twnLctnNm = value;
}
/**
* Gets the value of the dstrctNm property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDstrctNm() {
return dstrctNm;
}
/**
* Sets the value of the dstrctNm property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDstrctNm(String value) {
this.dstrctNm = value;
}
/**
* Gets the value of the ctrySubDvsn property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCtrySubDvsn() {
return ctrySubDvsn;
}
/**
* Sets the value of the ctrySubDvsn property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCtrySubDvsn(String value) {
this.ctrySubDvsn = value;
}
/**
* Gets the value of the ctry property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCtry() {
return ctry;
}
/**
* Sets the value of the ctry property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCtry(String value) {
this.ctry = value;
}
/**
* 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
* {@link String }
*
*
*/
public List getAdrLine() {
if (adrLine == null) {
adrLine = new ArrayList();
}
return this.adrLine;
}
}