com.supermap.onlineservices
Class Address
- java.lang.Object
-
- com.supermap.onlineservices.Address
-
public class Address extends java.lang.ObjectDetailed address info class.
-
-
Constructor Summary
Constructors Constructor and Description Address()The default constructor for constructing a newAddressobject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetCity()Get the municipal address description.java.lang.StringgetCityCode()Get the municipal address code.java.lang.StringgetCounty()Get the county address description (county, county city, district).java.lang.StringgetCountyCode()Get the county address code.java.lang.StringgetProvince()Return the province address description(Province, Municipalitie, Provincial-level national autonomous region, special administrative regions).StreetNumbergetStreetNumber()Get the street and door number information.
-
-
-
Constructor Detail
-
Address
public Address()
The default constructor for constructing a newAddressobject.
-
-
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.
-
-