net.opengis.ows10
Interface AddressType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
AddressTypeImpl

public interface AddressType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Address Type'. Location of the responsible individual or organization.

The following features are supported:

See Also:
Ows10Package.getAddressType()

Method Summary
 java.lang.String getAdministrativeArea()
          Returns the value of the 'Administrative Area' attribute.
 java.lang.String getCity()
          Returns the value of the 'City' attribute.
 java.lang.String getCountry()
          Returns the value of the 'Country' attribute.
 java.lang.String getDeliveryPoint()
          Returns the value of the 'Delivery Point' attribute.
 java.lang.String getElectronicMailAddress()
          Returns the value of the 'Electronic Mail Address' attribute.
 java.lang.String getPostalCode()
          Returns the value of the 'Postal Code' attribute.
 void setAdministrativeArea(java.lang.String value)
          Sets the value of the 'Administrative Area' attribute.
 void setCity(java.lang.String value)
          Sets the value of the 'City' attribute.
 void setCountry(java.lang.String value)
          Sets the value of the 'Country' attribute.
 void setDeliveryPoint(java.lang.String value)
          Sets the value of the 'Delivery Point' attribute.
 void setElectronicMailAddress(java.lang.String value)
          Sets the value of the 'Electronic Mail Address' attribute.
 void setPostalCode(java.lang.String value)
          Sets the value of the 'Postal Code' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getDeliveryPoint

java.lang.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(String), Ows10Package.getAddressType_DeliveryPoint()

setDeliveryPoint

void setDeliveryPoint(java.lang.String value)
Sets the value of the 'Delivery Point' attribute.

Parameters:
value - the new value of the 'Delivery Point' attribute.
See Also:
getDeliveryPoint()

getCity

java.lang.String getCity()
Returns the value of the 'City' attribute. City of the location.

Returns:
the value of the 'City' attribute.
See Also:
setCity(String), Ows10Package.getAddressType_City()

setCity

void setCity(java.lang.String value)
Sets the value of the 'City' attribute.

Parameters:
value - the new value of the 'City' attribute.
See Also:
getCity()

getAdministrativeArea

java.lang.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(String), Ows10Package.getAddressType_AdministrativeArea()

setAdministrativeArea

void setAdministrativeArea(java.lang.String value)
Sets the value of the 'Administrative Area' attribute.

Parameters:
value - the new value of the 'Administrative Area' attribute.
See Also:
getAdministrativeArea()

getPostalCode

java.lang.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(String), Ows10Package.getAddressType_PostalCode()

setPostalCode

void setPostalCode(java.lang.String value)
Sets the value of the 'Postal Code' attribute.

Parameters:
value - the new value of the 'Postal Code' attribute.
See Also:
getPostalCode()

getCountry

java.lang.String getCountry()
Returns the value of the 'Country' attribute. Country of the physical address.

Returns:
the value of the 'Country' attribute.
See Also:
setCountry(String), Ows10Package.getAddressType_Country()

setCountry

void setCountry(java.lang.String value)
Sets the value of the 'Country' attribute.

Parameters:
value - the new value of the 'Country' attribute.
See Also:
getCountry()

getElectronicMailAddress

java.lang.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(String), Ows10Package.getAddressType_ElectronicMailAddress()

setElectronicMailAddress

void setElectronicMailAddress(java.lang.String value)
Sets the value of the 'Electronic Mail Address' attribute.

Parameters:
value - the new value of the 'Electronic Mail Address' attribute.
See Also:
getElectronicMailAddress()


Copyright © 1996-2010 Geotools. All Rights Reserved.