public interface PointOfInterestIdentifierType
The following features are supported:
Modifier and Type | Method and Description |
---|---|
PointOfInterestExternalIdentifierType | getExternalIdentifier()
Returns the value of the 'External Identifier' containment reference.
|
java.lang.String | getUniqueID()
Returns the value of the 'Unique ID' attribute.
|
void | setExternalIdentifier(PointOfInterestExternalIdentifierType value)
Sets the value of the 'External Identifier' containment reference.
|
void | setUniqueID(java.lang.String value)
Sets the value of the 'Unique ID' attribute.
|
java.lang.String getUniqueID()
void setUniqueID(java.lang.String value)
PointOfInterestExternalIdentifierType getExternalIdentifier()
void setExternalIdentifier(PointOfInterestExternalIdentifierType value)