public interface Locality extends GeographicLocation
The following features are supported:
ModelPackage.getLocality()
Modifier and Type | Method and Description |
---|---|
java.util.List |
getDescription()
Returns the value of the 'Description' attribute list.
|
java.lang.String |
getL()
Returns the value of the 'L' attribute.
|
java.lang.String |
getLocalityName()
Returns the value of the 'Locality Name' attribute.
|
java.util.List |
getSeeAlso()
Returns the value of the 'See Also' attribute list.
|
java.util.List |
getSt()
Returns the value of the 'St' attribute list.
|
java.util.List |
getStateOrProvinceName()
Returns the value of the 'State Or Province Name' attribute list.
|
java.util.List |
getStreet()
Returns the value of the 'Street' attribute list.
|
void |
setL(java.lang.String value)
Sets the value of the '
L ' attribute. |
void |
setLocalityName(java.lang.String value)
Sets the value of the '
Locality Name ' attribute. |
getChangeType, getChildren, getCreateTimestamp, getEntitlementInfo, getGroups, getIdentifier, getModifyTimestamp, getParent, getViewIdentifiers, setChangeType, setCreateTimestamp, setEntitlementInfo, setIdentifier, setModifyTimestamp, setParent
java.lang.String getL()
setL(String)
,
ModelPackage.getLocality_L()
void setL(java.lang.String value)
L
' attribute.
value
- the new value of the 'L' attribute.getL()
java.lang.String getLocalityName()
setLocalityName(String)
,
ModelPackage.getLocality_LocalityName()
void setLocalityName(java.lang.String value)
Locality Name
' attribute.
value
- the new value of the 'Locality Name' attribute.getLocalityName()
java.util.List getSt()
String
.
ModelPackage.getLocality_St()
java.util.List getStateOrProvinceName()
String
.
ModelPackage.getLocality_StateOrProvinceName()
java.util.List getStreet()
String
.
ModelPackage.getLocality_Street()
java.util.List getSeeAlso()
String
.
ModelPackage.getLocality_SeeAlso()
java.util.List getDescription()
String
.
ModelPackage.getLocality_Description()