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:
Ows11Package.getAddressType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAdministrativeArea()
Returns the value of the 'Administrative Area' attribute.String
getCity()
Returns the value of the 'City' attribute.String
getCountry()
Returns the value of the 'Country' attribute.String
getDeliveryPoint()
Returns the value of the 'Delivery Point' attribute.String
getElectronicMailAddress()
Returns the value of the 'Electronic Mail Address' attribute.String
getPostalCode()
Returns the value of the 'Postal Code' attribute.void
setAdministrativeArea(String value)
Sets the value of the 'Administrative Area
' attribute.void
setCity(String value)
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.
-
-
-
Method Detail
-
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(String)
,Ows11Package.getAddressType_DeliveryPoint()
-
setDeliveryPoint
void setDeliveryPoint(String value)
Sets the value of the 'Delivery Point
' attribute.- Parameters:
value
- the new value of the 'Delivery Point' attribute.- See Also:
getDeliveryPoint()
-
getCity
String getCity()
Returns the value of the 'City' attribute. City of the location.- Returns:
- the value of the 'City' attribute.
- See Also:
setCity(String)
,Ows11Package.getAddressType_City()
-
setCity
void setCity(String value)
Sets the value of the 'City
' attribute.- Parameters:
value
- the new value of the 'City' attribute.- See Also:
getCity()
-
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(String)
,Ows11Package.getAddressType_AdministrativeArea()
-
setAdministrativeArea
void setAdministrativeArea(String value)
Sets the value of the 'Administrative Area
' attribute.- Parameters:
value
- the new value of the 'Administrative Area' attribute.- See Also:
getAdministrativeArea()
-
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(String)
,Ows11Package.getAddressType_PostalCode()
-
setPostalCode
void setPostalCode(String value)
Sets the value of the 'Postal Code
' attribute.- Parameters:
value
- the new value of the 'Postal Code' attribute.- See Also:
getPostalCode()
-
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(String)
,Ows11Package.getAddressType_Country()
-
setCountry
void setCountry(String value)
Sets the value of the 'Country
' attribute.- Parameters:
value
- the new value of the 'Country' attribute.- See Also:
getCountry()
-
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(String)
,Ows11Package.getAddressType_ElectronicMailAddress()
-
setElectronicMailAddress
void setElectronicMailAddress(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()
-
-