org.n52.oxf.ows.capabilities
Class Address

java.lang.Object
  extended by org.n52.oxf.ows.capabilities.Address

public class Address
extends Object

Information about the physical or electonical address of the organization or individual.
This class refers to CI_Address of ISO 19115.

Author:
ISO 19115 and OGC, Arne Broering

Constructor Summary
Address(String city, String administrativeArea, String postalCode, String country, String[] deliveryPoint, String[] electronicMailAddress)
          this constructor has all attributes of the class as its parameters.
 
Method Summary
 String getAdministrativeArea()
           
 String getCity()
           
 String getCountry()
           
 String[] getDeliveryPoints()
           
 String[] getElectronicMailAddresses()
           
 String getPostalCode()
           
protected  void setAdministrativeArea(String administrativeArea)
           
protected  void setCity(String city)
           
protected  void setCountry(String country)
           
protected  void setDeliveryPoints(String[] deliveryPoint)
           
protected  void setElectronicMailAddresses(String[] electronicMailAddress)
           
protected  void setPostalCode(String postalCode)
           
 String toXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Address

public Address(String city,
               String administrativeArea,
               String postalCode,
               String country,
               String[] deliveryPoint,
               String[] electronicMailAddress)
this constructor has all attributes of the class as its parameters.

Parameters:
city -
administrativeArea -
postalCode -
country -
deliveryPoints -
electronicMailAddresses -
Method Detail

toXML

public String toXML()
Returns:
a XML representation of this Address.

getAdministrativeArea

public String getAdministrativeArea()

setAdministrativeArea

protected void setAdministrativeArea(String administrativeArea)

getCity

public String getCity()

setCity

protected void setCity(String city)

getCountry

public String getCountry()

setCountry

protected void setCountry(String country)

getDeliveryPoints

public String[] getDeliveryPoints()

setDeliveryPoints

protected void setDeliveryPoints(String[] deliveryPoint)

getElectronicMailAddresses

public String[] getElectronicMailAddresses()

setElectronicMailAddresses

protected void setElectronicMailAddresses(String[] electronicMailAddress)

getPostalCode

public String getPostalCode()

setPostalCode

protected void setPostalCode(String postalCode)


Copyright © 2012-2013 52north.org. All Rights Reserved.