Package net.opengis.ows10
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:
- Ows10Package.getAddressType()
 
- 
- 
Method SummaryAll 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- 
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:
- setDeliveryPoint(String),- Ows10Package.getAddressType_DeliveryPoint()
 
 - 
setDeliveryPointvoid setDeliveryPoint(String value) Sets the value of the 'Delivery Point' attribute.- Parameters:
- value- the new value of the 'Delivery Point' attribute.
- See Also:
- getDeliveryPoint()
 
 - 
getCityString 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()
 
 - 
setCityvoid setCity(String value) Sets the value of the 'City' attribute.- Parameters:
- value- the new value of the 'City' attribute.
- See Also:
- getCity()
 
 - 
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:
- setAdministrativeArea(String),- Ows10Package.getAddressType_AdministrativeArea()
 
 - 
setAdministrativeAreavoid setAdministrativeArea(String value) Sets the value of the 'Administrative Area' attribute.- Parameters:
- value- the new value of the 'Administrative Area' attribute.
- See Also:
- getAdministrativeArea()
 
 - 
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:
- setPostalCode(String),- Ows10Package.getAddressType_PostalCode()
 
 - 
setPostalCodevoid setPostalCode(String value) Sets the value of the 'Postal Code' attribute.- Parameters:
- value- the new value of the 'Postal Code' attribute.
- See Also:
- getPostalCode()
 
 - 
getCountryString 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()
 
 - 
setCountryvoid setCountry(String value) Sets the value of the 'Country' attribute.- Parameters:
- value- the new value of the 'Country' attribute.
- See Also:
- getCountry()
 
 - 
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:
- setElectronicMailAddress(String),- Ows10Package.getAddressType_ElectronicMailAddress()
 
 - 
setElectronicMailAddressvoid 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()
 
 
- 
 
-