Package net.opengis.ows11
Interface AddressType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
AddressTypeImpl
public interface AddressType
extends EObject
A representation of the model object 'Address Type'.
Location of the responsible individual or organization.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Administrative Area' attribute.getCity()
Returns the value of the 'City' attribute.Returns the value of the 'Country' attribute.Returns the value of the 'Delivery Point' attribute.Returns the value of the 'Electronic Mail Address' attribute.Returns the value of the 'Postal Code' attribute.void
setAdministrativeArea
(String value) Sets the value of the 'Administrative Area
' attribute.void
Sets the value of the 'City
' attribute.void
setCountry
(String value) Sets the value of the 'Country
' attribute.void
setDeliveryPoint
(String value) Sets the value of the 'Delivery Point
' attribute.void
setElectronicMailAddress
(String value) Sets the value of the 'Electronic Mail Address
' attribute.void
setPostalCode
(String value) Sets the value of the 'Postal Code
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getDeliveryPoint
String getDeliveryPoint()Returns the value of the 'Delivery Point' attribute. Address line for the location.- Returns:
- the value of the 'Delivery Point' attribute.
- See Also:
-
setDeliveryPoint
Sets the value of the 'Delivery Point
' attribute.- Parameters:
value
- the new value of the 'Delivery Point' attribute.- See Also:
-
getCity
String getCity()Returns the value of the 'City' attribute. City of the location.- Returns:
- the value of the 'City' attribute.
- See Also:
-
setCity
Sets the value of the 'City
' attribute.- Parameters:
value
- the new value of the 'City' attribute.- See Also:
-
getAdministrativeArea
String getAdministrativeArea()Returns the value of the 'Administrative Area' attribute. State or province of the location.- Returns:
- the value of the 'Administrative Area' attribute.
- See Also:
-
setAdministrativeArea
Sets the value of the 'Administrative Area
' attribute.- Parameters:
value
- the new value of the 'Administrative Area' attribute.- See Also:
-
getPostalCode
String getPostalCode()Returns the value of the 'Postal Code' attribute. ZIP or other postal code.- Returns:
- the value of the 'Postal Code' attribute.
- See Also:
-
setPostalCode
Sets the value of the 'Postal Code
' attribute.- Parameters:
value
- the new value of the 'Postal Code' attribute.- See Also:
-
getCountry
String getCountry()Returns the value of the 'Country' attribute. Country of the physical address.- Returns:
- the value of the 'Country' attribute.
- See Also:
-
setCountry
Sets the value of the 'Country
' attribute.- Parameters:
value
- the new value of the 'Country' attribute.- See Also:
-
getElectronicMailAddress
String getElectronicMailAddress()Returns the value of the 'Electronic Mail Address' attribute. Address of the electronic mailbox of the responsible organization or individual.- Returns:
- the value of the 'Electronic Mail Address' attribute.
- See Also:
-
setElectronicMailAddress
Sets the value of the 'Electronic Mail Address
' attribute.- Parameters:
value
- the new value of the 'Electronic Mail Address' attribute.- See Also:
-