org.n52.oxf.ows.capabilities
Class Address
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
-
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.