Class AddressFixType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.AddressFixType
Structure of the address for a party broken down into its logical parts, recommended for easy matching. The 'City'
element is the only required subelement. All of the subelements are simple text - data type 'string'.
Java class for AddressFix_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddressFix_Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Street" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type" minOccurs="0"/>
<element name="BuildingIdentifier" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type" minOccurs="0"/>
<element name="SuiteIdentifier" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type" minOccurs="0"/>
<element name="FloorIdentifier" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type" minOccurs="0"/>
<element name="DistrictName" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type" minOccurs="0"/>
<element name="POB" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type" minOccurs="0"/>
<element name="PostCode" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type" minOccurs="0"/>
<element name="City" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type"/>
<element name="CountrySubentity" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the buildingIdentifier property.getCity()Gets the value of the city property.Gets the value of the countrySubentity property.Gets the value of the districtName property.Gets the value of the floorIdentifier property.getPOB()Gets the value of the pob property.Gets the value of the postCode property.Gets the value of the street property.Gets the value of the suiteIdentifier property.voidsetBuildingIdentifier(String value) Sets the value of the buildingIdentifier property.voidSets the value of the city property.voidsetCountrySubentity(String value) Sets the value of the countrySubentity property.voidsetDistrictName(String value) Sets the value of the districtName property.voidsetFloorIdentifier(String value) Sets the value of the floorIdentifier property.voidSets the value of the pob property.voidsetPostCode(String value) Sets the value of the postCode property.voidSets the value of the street property.voidsetSuiteIdentifier(String value) Sets the value of the suiteIdentifier property.
-
Field Details
-
street
-
buildingIdentifier
-
suiteIdentifier
-
floorIdentifier
-
districtName
-
pob
-
postCode
-
city
-
countrySubentity
-
-
Constructor Details
-
AddressFixType
public AddressFixType()
-
-
Method Details
-
getStreet
Gets the value of the street property.- Returns:
- possible object is
String
-
setStreet
Sets the value of the street property.- Parameters:
value- allowed object isString
-
getBuildingIdentifier
Gets the value of the buildingIdentifier property.- Returns:
- possible object is
String
-
setBuildingIdentifier
Sets the value of the buildingIdentifier property.- Parameters:
value- allowed object isString
-
getSuiteIdentifier
Gets the value of the suiteIdentifier property.- Returns:
- possible object is
String
-
setSuiteIdentifier
Sets the value of the suiteIdentifier property.- Parameters:
value- allowed object isString
-
getFloorIdentifier
Gets the value of the floorIdentifier property.- Returns:
- possible object is
String
-
setFloorIdentifier
Sets the value of the floorIdentifier property.- Parameters:
value- allowed object isString
-
getDistrictName
Gets the value of the districtName property.- Returns:
- possible object is
String
-
setDistrictName
Sets the value of the districtName property.- Parameters:
value- allowed object isString
-
getPOB
Gets the value of the pob property.- Returns:
- possible object is
String
-
setPOB
Sets the value of the pob property.- Parameters:
value- allowed object isString
-
getPostCode
Gets the value of the postCode property.- Returns:
- possible object is
String
-
setPostCode
Sets the value of the postCode property.- Parameters:
value- allowed object isString
-
getCity
Gets the value of the city property.- Returns:
- possible object is
String
-
setCity
Sets the value of the city property.- Parameters:
value- allowed object isString
-
getCountrySubentity
Gets the value of the countrySubentity property.- Returns:
- possible object is
String
-
setCountrySubentity
Sets the value of the countrySubentity property.- Parameters:
value- allowed object isString
-