Class AddressFixType

java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.AddressFixType

public class AddressFixType extends Object
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 Details

    • street

      protected String street
    • buildingIdentifier

      protected String buildingIdentifier
    • suiteIdentifier

      protected String suiteIdentifier
    • floorIdentifier

      protected String floorIdentifier
    • districtName

      protected String districtName
    • pob

      protected String pob
    • postCode

      protected String postCode
    • city

      protected String city
    • countrySubentity

      protected String countrySubentity
  • Constructor Details

    • AddressFixType

      public AddressFixType()
  • Method Details

    • getStreet

      public String getStreet()
      Gets the value of the street property.
      Returns:
      possible object is String
    • setStreet

      public void setStreet(String value)
      Sets the value of the street property.
      Parameters:
      value - allowed object is String
    • getBuildingIdentifier

      public String getBuildingIdentifier()
      Gets the value of the buildingIdentifier property.
      Returns:
      possible object is String
    • setBuildingIdentifier

      public void setBuildingIdentifier(String value)
      Sets the value of the buildingIdentifier property.
      Parameters:
      value - allowed object is String
    • getSuiteIdentifier

      public String getSuiteIdentifier()
      Gets the value of the suiteIdentifier property.
      Returns:
      possible object is String
    • setSuiteIdentifier

      public void setSuiteIdentifier(String value)
      Sets the value of the suiteIdentifier property.
      Parameters:
      value - allowed object is String
    • getFloorIdentifier

      public String getFloorIdentifier()
      Gets the value of the floorIdentifier property.
      Returns:
      possible object is String
    • setFloorIdentifier

      public void setFloorIdentifier(String value)
      Sets the value of the floorIdentifier property.
      Parameters:
      value - allowed object is String
    • getDistrictName

      public String getDistrictName()
      Gets the value of the districtName property.
      Returns:
      possible object is String
    • setDistrictName

      public void setDistrictName(String value)
      Sets the value of the districtName property.
      Parameters:
      value - allowed object is String
    • getPOB

      public String getPOB()
      Gets the value of the pob property.
      Returns:
      possible object is String
    • setPOB

      public void setPOB(String value)
      Sets the value of the pob property.
      Parameters:
      value - allowed object is String
    • getPostCode

      public String getPostCode()
      Gets the value of the postCode property.
      Returns:
      possible object is String
    • setPostCode

      public void setPostCode(String value)
      Sets the value of the postCode property.
      Parameters:
      value - allowed object is String
    • getCity

      public String getCity()
      Gets the value of the city property.
      Returns:
      possible object is String
    • setCity

      public void setCity(String value)
      Sets the value of the city property.
      Parameters:
      value - allowed object is String
    • getCountrySubentity

      public String getCountrySubentity()
      Gets the value of the countrySubentity property.
      Returns:
      possible object is String
    • setCountrySubentity

      public void setCountrySubentity(String value)
      Sets the value of the countrySubentity property.
      Parameters:
      value - allowed object is String