com.ibm.commerce.location.facade.datatypes

Interface PointOfInterestIdentifierType



  • public interface PointOfInterestIdentifierType
    A representation of the model object 'Point Of Interest Identifier Type'. A type definition for a point of interest identifier.

    The following features are supported:

    See Also:
    LocationPackage.getPointOfInterestIdentifierType()
    • Method Detail

      • getUniqueID

        java.lang.String getUniqueID()
        Returns the value of the 'Unique ID' attribute. A unique ID for a point of interest record.
        Returns:
        the value of the 'Unique ID' attribute.
        See Also:
        setUniqueID(String), LocationPackage.getPointOfInterestIdentifierType_UniqueID()
      • setUniqueID

        void setUniqueID(java.lang.String value)
        Sets the value of the 'Unique ID' attribute.
        Parameters:
        value - the new value of the 'Unique ID' attribute.
        See Also:
        getUniqueID()