com.ibm.websphere.personalization
Class PznGeolocationInterface.GeoAddress

java.lang.Object
  extended by 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.


Constructor Summary
PznGeolocationInterface.GeoAddress(java.lang.String country, java.lang.String state, java.lang.String city)
           
 
Method Summary
 java.lang.String getCity()
           
 java.lang.String getCountry()
           
 java.lang.String getState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PznGeolocationInterface.GeoAddress

public PznGeolocationInterface.GeoAddress(java.lang.String country,
                                          java.lang.String state,
                                          java.lang.String city)
Method Detail

getCountry

public java.lang.String getCountry()

getState

public java.lang.String getState()

getCity

public java.lang.String getCity()