public interface PointOfInterestExternalIdentifierType
The following features are supported:
Modifier and Type | Method and Description |
---|---|
java.lang.String | getIdentifier()
Returns the value of the 'Identifier' attribute.
|
java.lang.String | getProgramID()
Returns the value of the 'Program ID' attribute.
|
java.lang.String | getStoreID()
Returns the value of the 'Store ID' attribute.
|
void | setIdentifier(java.lang.String value)
Sets the value of the 'Identifier' attribute.
|
void | setProgramID(java.lang.String value)
Sets the value of the 'Program ID' attribute.
|
void | setStoreID(java.lang.String value)
Sets the value of the 'Store ID' attribute.
|
java.lang.String getProgramID()
void setProgramID(java.lang.String value)
java.lang.String getStoreID()
void setStoreID(java.lang.String value)
java.lang.String getIdentifier()
void setIdentifier(java.lang.String value)