Package net.opengis.wcs10
Interface AddressType
-
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
AddressTypeImpl
public interface AddressType extends EObjectA representation of the model object 'Address Type'. Location of the responsible individual or organization.The following features are supported:
- See Also:
Wcs10Package.getAddressType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAdministrativeArea()Returns the value of the 'Administrative Area' attribute.StringgetCity()Returns the value of the 'City' attribute.StringgetCountry()Returns the value of the 'Country' attribute.StringgetDeliveryPoint()Returns the value of the 'Delivery Point' attribute.StringgetElectronicMailAddress()Returns the value of the 'Electronic Mail Address' attribute.StringgetPostalCode()Returns the value of the 'Postal Code' attribute.voidsetAdministrativeArea(String value)Sets the value of the 'Administrative Area' attribute.voidsetCity(String value)Sets 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.
-
-
-
Method Detail
-
getDeliveryPoint
String getDeliveryPoint()
Returns the value of the 'Delivery Point' attribute. Address line for the location (as described in ISO 11180, Annex A).- Returns:
- the value of the 'Delivery Point' attribute.
- See Also:
setDeliveryPoint(String),Wcs10Package.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),Wcs10Package.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 ot province of the location.- Returns:
- the value of the 'Administrative Area' attribute.
- See Also:
setAdministrativeArea(String),Wcs10Package.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),Wcs10Package.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),Wcs10Package.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),Wcs10Package.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()
-
-