Package net.opengis.ows10
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 SummaryModifier 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.voidsetAdministrativeArea(String value) Sets the value of the 'Administrative Area' attribute.voidSets the value of the 'City' attribute.voidsetCountry(String value) Sets the value of the 'Country' attribute.voidsetDeliveryPoint(String value) Sets the value of the 'Delivery Point' attribute.voidsetElectronicMailAddress(String value) Sets the value of the 'Electronic Mail Address' attribute.voidsetPostalCode(String value) Sets the value of the 'Postal Code' attribute.Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getDeliveryPointString getDeliveryPoint()Returns the value of the 'Delivery Point' attribute. Address line for the location.- Returns:
- the value of the 'Delivery Point' attribute.
- See Also:
 
- 
setDeliveryPointSets the value of the 'Delivery Point' attribute.- Parameters:
- value- the new value of the 'Delivery Point' attribute.
- See Also:
 
- 
getCityString getCity()Returns the value of the 'City' attribute. City of the location.- Returns:
- the value of the 'City' attribute.
- See Also:
 
- 
setCitySets the value of the 'City' attribute.- Parameters:
- value- the new value of the 'City' attribute.
- See Also:
 
- 
getAdministrativeAreaString 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:
 
- 
setAdministrativeAreaSets the value of the 'Administrative Area' attribute.- Parameters:
- value- the new value of the 'Administrative Area' attribute.
- See Also:
 
- 
getPostalCodeString getPostalCode()Returns the value of the 'Postal Code' attribute. ZIP or other postal code.- Returns:
- the value of the 'Postal Code' attribute.
- See Also:
 
- 
setPostalCodeSets the value of the 'Postal Code' attribute.- Parameters:
- value- the new value of the 'Postal Code' attribute.
- See Also:
 
- 
getCountryString getCountry()Returns the value of the 'Country' attribute. Country of the physical address.- Returns:
- the value of the 'Country' attribute.
- See Also:
 
- 
setCountrySets the value of the 'Country' attribute.- Parameters:
- value- the new value of the 'Country' attribute.
- See Also:
 
- 
getElectronicMailAddressString 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:
 
- 
setElectronicMailAddressSets the value of the 'Electronic Mail Address' attribute.- Parameters:
- value- the new value of the 'Electronic Mail Address' attribute.
- See Also:
 
 
-