org.adorsys.psd2.iso20022.camt054.PostalAddress6 Maven / Gradle / Ivy
//
// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 generiert
// Siehe http://java.sun.com/xml/jaxb
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren.
// Generiert: 2017.12.22 um 02:39:24 PM CET
//
package org.adorsys.psd2.iso20022.camt054;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
/**
* Java-Klasse für PostalAddress6 complex type.
*
*
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
*
* <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>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "PostalAddress6", propOrder = {
"adrTp",
"dept",
"subDept",
"strtNm",
"bldgNb",
"pstCd",
"twnNm",
"ctrySubDvsn",
"ctry",
"adrLine"
})
public class PostalAddress6 {
@XmlElement(name = "AdrTp")
@XmlSchemaType(name = "string")
protected AddressType2Code 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 = "PstCd")
protected String pstCd;
@XmlElement(name = "TwnNm")
protected String twnNm;
@XmlElement(name = "CtrySubDvsn")
protected String ctrySubDvsn;
@XmlElement(name = "Ctry")
protected String ctry;
@XmlElement(name = "AdrLine")
protected List adrLine;
/**
* Ruft den Wert der adrTp-Eigenschaft ab.
*
* @return
* possible object is
* {@link AddressType2Code }
*
*/
public AddressType2Code getAdrTp() {
return adrTp;
}
/**
* Legt den Wert der adrTp-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link AddressType2Code }
*
*/
public void setAdrTp(AddressType2Code value) {
this.adrTp = value;
}
/**
* Ruft den Wert der dept-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDept() {
return dept;
}
/**
* Legt den Wert der dept-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDept(String value) {
this.dept = value;
}
/**
* Ruft den Wert der subDept-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSubDept() {
return subDept;
}
/**
* Legt den Wert der subDept-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSubDept(String value) {
this.subDept = value;
}
/**
* Ruft den Wert der strtNm-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getStrtNm() {
return strtNm;
}
/**
* Legt den Wert der strtNm-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setStrtNm(String value) {
this.strtNm = value;
}
/**
* Ruft den Wert der bldgNb-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBldgNb() {
return bldgNb;
}
/**
* Legt den Wert der bldgNb-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBldgNb(String value) {
this.bldgNb = value;
}
/**
* Ruft den Wert der pstCd-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPstCd() {
return pstCd;
}
/**
* Legt den Wert der pstCd-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPstCd(String value) {
this.pstCd = value;
}
/**
* Ruft den Wert der twnNm-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTwnNm() {
return twnNm;
}
/**
* Legt den Wert der twnNm-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTwnNm(String value) {
this.twnNm = value;
}
/**
* Ruft den Wert der ctrySubDvsn-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCtrySubDvsn() {
return ctrySubDvsn;
}
/**
* Legt den Wert der ctrySubDvsn-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCtrySubDvsn(String value) {
this.ctrySubDvsn = value;
}
/**
* Ruft den Wert der ctry-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCtry() {
return ctry;
}
/**
* Legt den Wert der ctry-Eigenschaft fest.
*
* @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 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
* {@link String }
*
*
*/
public List getAdrLine() {
if (adrLine == null) {
adrLine = new ArrayList();
}
return this.adrLine;
}
}