org.deegree.protocol.ows.metadata.party
Class Address
java.lang.Object
org.deegree.protocol.ows.metadata.party.Address
public class Address
- extends Object
The Address
bean encapsulates the corresponding GetCapabilities response metadata element.
- Version:
- $Revision: 31860 $, $Date: 2011-09-13 15:11:47 +0200 (Tue, 13 Sep 2011) $
- Author:
- Andrei Ionita, last edited by: $Author: mschneider $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Address
public Address()
setDeliveryPoint
public void setDeliveryPoint(List<String> deliveryPoint)
- Parameters:
deliveryPoint
- the deliveryPoint to set
setElectronicMailAddress
public void setElectronicMailAddress(List<String> electronicMailAddress)
- Parameters:
electronicMailAddress
- the electronicMailAddress to set
getDeliveryPoint
public List<String> getDeliveryPoint()
- Returns:
- deliveryPoint, never
null
setCity
public void setCity(String city)
- Parameters:
city
-
getCity
public String getCity()
- Returns:
- city, may be
null
setAdministrativeArea
public void setAdministrativeArea(String administrativeArea)
- Parameters:
administrativeArea
-
getAdministrativeArea
public String getAdministrativeArea()
- Returns:
- administrativeArea, may be
null
setPostalCode
public void setPostalCode(String postalCode)
- Parameters:
postalCode
-
getPostalCode
public String getPostalCode()
- Returns:
- postalCode, may be
null
setCountry
public void setCountry(String country)
- Parameters:
country
-
getCountry
public String getCountry()
- Returns:
- country, may be
null
getElectronicMailAddress
public List<String> getElectronicMailAddress()
- Returns:
- electronicMailAddress, never
null
Copyright © 2011. All Rights Reserved.