com.ibm.websphere.wim.model
Interface Locality

All Superinterfaces:
Entity, GeographicLocation

public interface Locality
extends GeographicLocation

A representation of the model object 'Locality'.

The following features are supported:

See Also:
ModelPackage.getLocality()
Model:
Generated:

Method Summary
 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.
 
Methods inherited from interface com.ibm.websphere.wim.model.Entity
getChangeType, getChildren, getCreateTimestamp, getEntitlementInfo, getGroups, getIdentifier, getModifyTimestamp, getParent, getViewIdentifiers, setChangeType, setCreateTimestamp, setEntitlementInfo, setIdentifier, setModifyTimestamp, setParent
 

Method Detail

getL

java.lang.String getL()
Returns the value of the 'L' attribute.

See Also:
setL(String), ModelPackage.getLocality_L()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'L' attribute.

setL

void setL(java.lang.String value)
Sets the value of the 'L' attribute.

Parameters:
value - the new value of the 'L' attribute.
See Also:
getL()
Generated:

getLocalityName

java.lang.String getLocalityName()
Returns the value of the 'Locality Name' attribute.

See Also:
setLocalityName(String), ModelPackage.getLocality_LocalityName()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Locality Name' attribute.

setLocalityName

void setLocalityName(java.lang.String value)
Sets the value of the 'Locality Name' attribute.

Parameters:
value - the new value of the 'Locality Name' attribute.
See Also:
getLocalityName()
Generated:

getSt

java.util.List getSt()
Returns the value of the 'St' attribute list. The list contents are of type String.

See Also:
ModelPackage.getLocality_St()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'St' attribute list.

getStateOrProvinceName

java.util.List getStateOrProvinceName()
Returns the value of the 'State Or Province Name' attribute list. The list contents are of type String.

See Also:
ModelPackage.getLocality_StateOrProvinceName()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'State Or Province Name' attribute list.

getStreet

java.util.List getStreet()
Returns the value of the 'Street' attribute list. The list contents are of type String.

See Also:
ModelPackage.getLocality_Street()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Street' attribute list.

getSeeAlso

java.util.List getSeeAlso()
Returns the value of the 'See Also' attribute list. The list contents are of type String.

See Also:
ModelPackage.getLocality_SeeAlso()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'See Also' attribute list.

getDescription

java.util.List getDescription()
Returns the value of the 'Description' attribute list. The list contents are of type String.

See Also:
ModelPackage.getLocality_Description()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Description' attribute list.