Class PostalAddress24
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_001_001_09.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="AdrTp" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}AddressType3Choice" minOccurs="0"/>
<element name="Dept" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Max70Text" minOccurs="0"/>
<element name="SubDept" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Max70Text" minOccurs="0"/>
<element name="StrtNm" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Max70Text" minOccurs="0"/>
<element name="BldgNb" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Max16Text" minOccurs="0"/>
<element name="BldgNm" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Max35Text" minOccurs="0"/>
<element name="Flr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Max70Text" minOccurs="0"/>
<element name="PstBx" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Max16Text" minOccurs="0"/>
<element name="Room" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Max70Text" minOccurs="0"/>
<element name="PstCd" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Max16Text" minOccurs="0"/>
<element name="TwnNm" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Max35Text" minOccurs="0"/>
<element name="TwnLctnNm" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Max35Text" minOccurs="0"/>
<element name="DstrctNm" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Max35Text" minOccurs="0"/>
<element name="CtrySubDvsn" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Max35Text" minOccurs="0"/>
<element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}CountryCode" minOccurs="0"/>
<element name="AdrLine" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Max70Text" maxOccurs="7" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AddressType3Choiceprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adrLine property.getAdrTp()Gets the value of the adrTp property.Gets the value of the bldgNb property.Gets the value of the bldgNm property.getCtry()Gets the value of the ctry property.Gets the value of the ctrySubDvsn property.getDept()Gets the value of the dept property.Gets the value of the dstrctNm property.getFlr()Gets the value of the flr property.getPstBx()Gets the value of the pstBx property.getPstCd()Gets the value of the pstCd property.getRoom()Gets the value of the room property.Gets the value of the strtNm property.Gets the value of the subDept property.Gets the value of the twnLctnNm property.getTwnNm()Gets the value of the twnNm property.voidsetAdrTp(AddressType3Choice value) Sets the value of the adrTp property.voidSets the value of the bldgNb property.voidSets the value of the bldgNm property.voidSets the value of the ctry property.voidsetCtrySubDvsn(String value) Sets the value of the ctrySubDvsn property.voidSets the value of the dept property.voidsetDstrctNm(String value) Sets the value of the dstrctNm property.voidSets the value of the flr property.voidSets the value of the pstBx property.voidSets the value of the pstCd property.voidSets the value of the room property.voidSets 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.voidSets the value of the twnNm property.
-
Field Details
-
adrTp
-
dept
-
subDept
-
strtNm
-
bldgNb
-
bldgNm
-
flr
-
pstBx
-
room
-
pstCd
-
twnNm
-
twnLctnNm
-
dstrctNm
-
ctrySubDvsn
-
ctry
-
adrLine
-
-
Constructor Details
-
PostalAddress24
public PostalAddress24()
-
-
Method Details
-
getAdrTp
Gets the value of the adrTp property.- Returns:
- possible object is
AddressType3Choice
-
setAdrTp
Sets the value of the adrTp property.- Parameters:
value- allowed object isAddressType3Choice
-
getDept
-
setDept
-
getSubDept
-
setSubDept
-
getStrtNm
-
setStrtNm
-
getBldgNb
-
setBldgNb
-
getBldgNm
-
setBldgNm
-
getFlr
-
setFlr
-
getPstBx
-
setPstBx
-
getRoom
-
setRoom
-
getPstCd
-
setPstCd
-
getTwnNm
-
setTwnNm
-
getTwnLctnNm
-
setTwnLctnNm
-
getDstrctNm
-
setDstrctNm
-
getCtrySubDvsn
-
setCtrySubDvsn
-
getCtry
-
setCtry
-
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
-