public interface AddressLocation extends Location
The following features are supported:
TOSDevicePackage.getAddressLocation()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDistrict()
Returns the value of the 'District' attribute.
|
java.lang.String |
getLocation()
Returns the value of the 'Location' attribute.
|
java.lang.String |
getStreet()
Returns the value of the 'Street' attribute.
|
java.lang.String |
getZip()
Returns the value of the 'Zip' attribute.
|
void |
setDistrict(java.lang.String value)
Sets the value of the '
District' attribute. |
void |
setLocation(java.lang.String value)
Sets the value of the '
Location' attribute. |
void |
setStreet(java.lang.String value)
Sets the value of the '
Street' attribute. |
void |
setZip(java.lang.String value)
Sets the value of the '
Zip' attribute. |
java.lang.String getLocation()
setLocation(String),
TOSDevicePackage.getAddressLocation_Location()void setLocation(java.lang.String value)
Location' attribute.
value - the new value of the 'Location' attribute.getLocation()java.lang.String getStreet()
setStreet(String),
TOSDevicePackage.getAddressLocation_Street()void setStreet(java.lang.String value)
Street' attribute.
value - the new value of the 'Street' attribute.getStreet()java.lang.String getZip()
setZip(String),
TOSDevicePackage.getAddressLocation_Zip()void setZip(java.lang.String value)
Zip' attribute.
value - the new value of the 'Zip' attribute.getZip()java.lang.String getDistrict()
setDistrict(String),
TOSDevicePackage.getAddressLocation_District()void setDistrict(java.lang.String value)
District' attribute.
value - the new value of the 'District' attribute.getDistrict()Data In Motion GmbH all rights reserved