Class PostalAddressSDD
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_002_01.PostalAddressSDD
Java class for PostalAddressSDD complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PostalAddressSDD"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AdrLine" type="{urn:swift:xsd:$pain.008.002.01}Max70Text" maxOccurs="2" minOccurs="0"/> <element name="Ctry" type="{urn:swift:xsd:$pain.008.002.01}CountryCode"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
adrLine
-
ctry
-
-
Constructor Details
-
PostalAddressSDD
public PostalAddressSDD()
-
-
Method Details
-
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
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
String
-
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
-