com.maryanovsky.map.client.opengis.wms
Class Capabilities.ContactInformation.Address

java.lang.Object
  extended by com.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation.Address
Enclosing class:
Capabilities.ContactInformation

public static final class Capabilities.ContactInformation.Address
extends Object

Encapsulates the contact address.


Method Summary
 String getAddress()
          Returns the street address.
 String getAddressType()
          Returns the address type.
 String getCity()
          Returns the city.
 String getCountry()
          Returns the country.
 String getPostCode()
          Returns the zip or postal code.
 String getStateOrProvince()
          Returns the state or province.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAddressType

public String getAddressType()
Returns the address type.


getAddress

public String getAddress()
Returns the street address.


getCity

public String getCity()
Returns the city.


getStateOrProvince

public String getStateOrProvince()
Returns the state or province.


getPostCode

public String getPostCode()
Returns the zip or postal code.


getCountry

public String getCountry()
Returns the country.