Class PostalAddress24
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_08.PostalAddress24
-
public class PostalAddress24 extends Object
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:camt.052.001.08}AddressType3Choice" minOccurs="0"/> <element name="Dept" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max70Text" minOccurs="0"/> <element name="SubDept" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max70Text" minOccurs="0"/> <element name="StrtNm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max70Text" minOccurs="0"/> <element name="BldgNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max16Text" minOccurs="0"/> <element name="BldgNm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max35Text" minOccurs="0"/> <element name="Flr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max70Text" minOccurs="0"/> <element name="PstBx" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max16Text" minOccurs="0"/> <element name="Room" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max70Text" minOccurs="0"/> <element name="PstCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max16Text" minOccurs="0"/> <element name="TwnNm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max35Text" minOccurs="0"/> <element name="TwnLctnNm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max35Text" minOccurs="0"/> <element name="DstrctNm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max35Text" minOccurs="0"/> <element name="CtrySubDvsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max35Text" minOccurs="0"/> <element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}CountryCode" minOccurs="0"/> <element name="AdrLine" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max70Text" maxOccurs="7" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>adrLineprotected AddressType3ChoiceadrTpprotected StringbldgNbprotected StringbldgNmprotected Stringctryprotected StringctrySubDvsnprotected Stringdeptprotected StringdstrctNmprotected Stringflrprotected StringpstBxprotected StringpstCdprotected Stringroomprotected StringstrtNmprotected StringsubDeptprotected StringtwnLctnNmprotected StringtwnNm
-
Constructor Summary
Constructors Constructor Description PostalAddress24()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getAdrLine()Gets the value of the adrLine property.AddressType3ChoicegetAdrTp()Gets the value of the adrTp property.StringgetBldgNb()Gets the value of the bldgNb property.StringgetBldgNm()Gets the value of the bldgNm property.StringgetCtry()Gets the value of the ctry property.StringgetCtrySubDvsn()Gets the value of the ctrySubDvsn property.StringgetDept()Gets the value of the dept property.StringgetDstrctNm()Gets the value of the dstrctNm property.StringgetFlr()Gets the value of the flr property.StringgetPstBx()Gets the value of the pstBx property.StringgetPstCd()Gets the value of the pstCd property.StringgetRoom()Gets the value of the room property.StringgetStrtNm()Gets the value of the strtNm property.StringgetSubDept()Gets the value of the subDept property.StringgetTwnLctnNm()Gets the value of the twnLctnNm property.StringgetTwnNm()Gets the value of the twnNm property.voidsetAdrTp(AddressType3Choice value)Sets the value of the adrTp property.voidsetBldgNb(String value)Sets the value of the bldgNb property.voidsetBldgNm(String value)Sets the value of the bldgNm property.voidsetCtry(String value)Sets the value of the ctry property.voidsetCtrySubDvsn(String value)Sets the value of the ctrySubDvsn property.voidsetDept(String value)Sets the value of the dept property.voidsetDstrctNm(String value)Sets the value of the dstrctNm property.voidsetFlr(String value)Sets the value of the flr property.voidsetPstBx(String value)Sets the value of the pstBx property.voidsetPstCd(String value)Sets the value of the pstCd property.voidsetRoom(String value)Sets the value of the room property.voidsetStrtNm(String value)Sets the value of the strtNm property.voidsetSubDept(String value)Sets the value of the subDept property.voidsetTwnLctnNm(String value)Sets the value of the twnLctnNm property.voidsetTwnNm(String value)Sets the value of the twnNm property.
-
-
-
Field Detail
-
adrTp
protected AddressType3Choice adrTp
-
dept
protected String dept
-
subDept
protected String subDept
-
strtNm
protected String strtNm
-
bldgNb
protected String bldgNb
-
bldgNm
protected String bldgNm
-
flr
protected String flr
-
pstBx
protected String pstBx
-
room
protected String room
-
pstCd
protected String pstCd
-
twnNm
protected String twnNm
-
twnLctnNm
protected String twnLctnNm
-
dstrctNm
protected String dstrctNm
-
ctrySubDvsn
protected String ctrySubDvsn
-
ctry
protected String ctry
-
-
Method Detail
-
getAdrTp
public AddressType3Choice getAdrTp()
Gets the value of the adrTp property.- Returns:
- possible object is
AddressType3Choice
-
setAdrTp
public void setAdrTp(AddressType3Choice value)
Sets the value of the adrTp property.- Parameters:
value- allowed object isAddressType3Choice
-
getDept
public String getDept()
Gets the value of the dept property.- Returns:
- possible object is
String
-
setDept
public void setDept(String value)
Sets the value of the dept property.- Parameters:
value- allowed object isString
-
getSubDept
public String getSubDept()
Gets the value of the subDept property.- Returns:
- possible object is
String
-
setSubDept
public void setSubDept(String value)
Sets the value of the subDept property.- Parameters:
value- allowed object isString
-
getStrtNm
public String getStrtNm()
Gets the value of the strtNm property.- Returns:
- possible object is
String
-
setStrtNm
public void setStrtNm(String value)
Sets the value of the strtNm property.- Parameters:
value- allowed object isString
-
getBldgNb
public String getBldgNb()
Gets the value of the bldgNb property.- Returns:
- possible object is
String
-
setBldgNb
public void setBldgNb(String value)
Sets the value of the bldgNb property.- Parameters:
value- allowed object isString
-
getBldgNm
public String getBldgNm()
Gets the value of the bldgNm property.- Returns:
- possible object is
String
-
setBldgNm
public void setBldgNm(String value)
Sets the value of the bldgNm property.- Parameters:
value- allowed object isString
-
getFlr
public String getFlr()
Gets the value of the flr property.- Returns:
- possible object is
String
-
setFlr
public void setFlr(String value)
Sets the value of the flr property.- Parameters:
value- allowed object isString
-
getPstBx
public String getPstBx()
Gets the value of the pstBx property.- Returns:
- possible object is
String
-
setPstBx
public void setPstBx(String value)
Sets the value of the pstBx property.- Parameters:
value- allowed object isString
-
getRoom
public String getRoom()
Gets the value of the room property.- Returns:
- possible object is
String
-
setRoom
public void setRoom(String value)
Sets the value of the room property.- Parameters:
value- allowed object isString
-
getPstCd
public String getPstCd()
Gets the value of the pstCd property.- Returns:
- possible object is
String
-
setPstCd
public void setPstCd(String value)
Sets the value of the pstCd property.- Parameters:
value- allowed object isString
-
getTwnNm
public String getTwnNm()
Gets the value of the twnNm property.- Returns:
- possible object is
String
-
setTwnNm
public void setTwnNm(String value)
Sets the value of the twnNm property.- Parameters:
value- allowed object isString
-
getTwnLctnNm
public String getTwnLctnNm()
Gets the value of the twnLctnNm property.- Returns:
- possible object is
String
-
setTwnLctnNm
public void setTwnLctnNm(String value)
Sets the value of the twnLctnNm property.- Parameters:
value- allowed object isString
-
getDstrctNm
public String getDstrctNm()
Gets the value of the dstrctNm property.- Returns:
- possible object is
String
-
setDstrctNm
public void setDstrctNm(String value)
Sets the value of the dstrctNm property.- Parameters:
value- allowed object isString
-
getCtrySubDvsn
public String getCtrySubDvsn()
Gets the value of the ctrySubDvsn property.- Returns:
- possible object is
String
-
setCtrySubDvsn
public void setCtrySubDvsn(String value)
Sets the value of the ctrySubDvsn property.- Parameters:
value- allowed object isString
-
getCtry
public String getCtry()
Gets the value of the ctry property.- Returns:
- possible object is
String
-
setCtry
public void setCtry(String value)
Sets the value of the ctry property.- Parameters:
value- allowed object isString
-
getAdrLine
public List<String> 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 JAXB object. This is why there is not a
setmethod 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
-
-