Package org.n52.shetland.ogc.ows
Class OwsAddress
- java.lang.Object
-
- org.n52.shetland.ogc.ows.OwsAddress
-
public class OwsAddress extends Object
TODO JavaDoc
-
-
Constructor Summary
Constructors Constructor Description OwsAddress(String deliveryPoint, String city, String administrativeArea, String postalCode, String country, String electronicMailAddress)OwsAddress(List<String> deliveryPoint, String city, String administrativeArea, String postalCode, String country, List<String> electronicMailAddress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Optional<String>getAdministrativeArea()Optional<String>getCity()Optional<String>getCountry()List<String>getDeliveryPoint()List<String>getElectronicMailAddress()Optional<String>getPostalCode()inthashCode()StringtoString()
-