com.supermap.onlineservices

Class Address

  • java.lang.Object
    • com.supermap.onlineservices.Address


  • public class Address
    extends java.lang.Object
    Detailed address info class.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Address()
      The default constructor for constructing a new Address object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getCity()
      Get the municipal address description.
      java.lang.String getCityCode()
      Get the municipal address code.
      java.lang.String getCounty()
      Get the county address description (county, county city, district).
      java.lang.String getCountyCode()
      Get the county address code.
      java.lang.String getProvince()
      Return the province address description(Province, Municipalitie, Provincial-level national autonomous region, special administrative regions).
      StreetNumber getStreetNumber()
      Get the street and door number information.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Address

        public Address()
        The default constructor for constructing a new Address object.
    • Method Detail

      • getCounty

        public java.lang.String getCounty()
        Get the county address description (county, county city, district).
        Returns:
        Set the county address description.
      • getCityCode

        public java.lang.String getCityCode()
        Get the municipal address code.
        Returns:
        The municipal address code.
      • getProvince

        public java.lang.String getProvince()
        Return the province address description(Province, Municipalitie, Provincial-level national autonomous region, special administrative regions).
        Returns:
        Province address description.
      • getStreetNumber

        public StreetNumber getStreetNumber()
        Get the street and door number information.
        Returns:
        The street and door number information.
      • getCountyCode

        public java.lang.String getCountyCode()
        Get the county address code.
        Returns:
        The county address code.
      • getCity

        public java.lang.String getCity()
        Get the municipal address description.
        Returns:
        Province address description.