com.ibm.websphere.personalization
Class PznGeolocationInterface.GeoAddress
java.lang.Object
com.ibm.websphere.personalization.PznGeolocationInterface.GeoAddress
- Enclosing interface:
- PznGeolocationInterface
public static class PznGeolocationInterface.GeoAddress
- extends java.lang.Object
This class stores elements of a geographical address.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PznGeolocationInterface.GeoAddress
public PznGeolocationInterface.GeoAddress(java.lang.String country,
java.lang.String state,
java.lang.String city)
getCountry
public java.lang.String getCountry()
getState
public java.lang.String getState()
getCity
public java.lang.String getCity()