public interface CurrentAddressStructuredType extends XMLObject
CurrentAddressStructuredType.
<xsd:complexType name="CurrentAddressStructuredType">
<xsd:annotation>
<xsd:documentation>
Current address of the natural person.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="PoBox" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="LocatorDesignator" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="LocatorName" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="CvaddressArea" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="Thoroughfare" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="PostName" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="AdminunitFirstline" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="AdminunitSecondline" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="PostCode" type="xsd:string" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAdminunitFirstline()
Returns the the admin unit first line element.
|
String |
getAdminunitSecondline()
Returns the the admin unit second line element.
|
String |
getCvaddressArea()
Returns the Cvaddress area element.
|
String |
getLocatorDesignator()
Returns the locator designator element.
|
String |
getLocatorName()
Returns the locator name element.
|
String |
getPoBox()
Returns the Post box element
|
String |
getPostCode()
Returns the Post code element.
|
String |
getPostName()
Returns the post name element.
|
String |
getThoroughfare()
Returns the Thoroughfare element.
|
void |
setAdminunitFirstline(String adminunitFirstline)
Assigns the admin unit first line element.
|
void |
setAdminunitSecondline(String adminunitSecondline)
Assigns the admin unit second line element.
|
void |
setCvaddressArea(String cvaddressArea)
Assigns the Cvaddress area element.
|
void |
setLocatorDesignator(String locatorDesignator)
Assigns the locator designator element.
|
void |
setLocatorName(String locatorName)
Assigns the locator name element.
|
void |
setPoBox(String poBox)
Assigns the Post box element.
|
void |
setPostCode(String postCode)
Assigns the Post code element.
|
void |
setPostName(String postName)
Assigns the post name element.
|
void |
setThoroughfare(String thoroughfare)
Assigns the Thoroughfare element.
|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationstatic final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
void setPoBox(String poBox)
poBox - the Post boxString getPoBox()
null if no such element is availablevoid setLocatorDesignator(String locatorDesignator)
About a locator designator from mapping.semic.eu:
The locator designator is a number or a sequence of characters that uniquely identifies the locator within the relevant scope(s). The full identification of the locator could include one or more locator designators. [INSPIRE] In simpler terms, this is the building number, apartment number, etc. It is characteristic that these designators, according to tradition or to a specific set of rules, are assigned systematically. For example address numbers are most often assigned in ascending order with odd and even numbers on each side of the thoroughfare. Another example is the floor identifier that in a standardized way expresses on which level the address is located. [INSPIRE] The key difference between a locator designator and a locator name is that the latter is a proper name and is unlikely to include digits.
locatorDesignator - the locator designatorString getLocatorDesignator()
null if no such element is availablevoid setLocatorName(String locatorName)
A locator name is typically a building, site or room name.
locatorName - the locator nameString getLocatorName()
null if no such element is available.void setCvaddressArea(String cvaddressArea)
cvaddressArea - the Cvaddress area elementString getCvaddressArea()
null if no such element is availablevoid setThoroughfare(String thoroughfare)
The element contains information about the thoroughfare - for example, the street, avenue, or boulevard - on which an address is located.
thoroughfare - the Thoroughfare elementString getThoroughfare()
null if no such element is availablevoid setPostName(String postName)
The post name is generally the city-part of the address.
postName - the post nameString getPostName()
null if no such element is availablevoid setAdminunitFirstline(String adminunitFirstline)
adminunitFirstline - the admin unit first line elementString getAdminunitFirstline()
null if no such element is availablevoid setAdminunitSecondline(String adminunitSecondline)
adminunitSecondline - the admin unit second line elementString getAdminunitSecondline()
null if no such element is availablevoid setPostCode(String postCode)
postCode - the Post code elementString getPostCode()
null if no such element is availableCopyright © 2016. All rights reserved.