com.ibm.commerce.location.facade.datatypes

Interface ShowPointOfInterestDataAreaType



  • public interface ShowPointOfInterestDataAreaType
    A representation of the model object 'Show Point Of Interest Data Area Type'. Type definition of the ShowPointOfInterest BOD's data area.

    The following features are supported:

    See Also:
    LocationPackage.getShowPointOfInterestDataAreaType()
    • Method Detail

      • getShow

        ShowType getShow()
        Returns the value of the 'Show' containment reference. The Show verb.
        Returns:
        the value of the 'Show' containment reference.
        See Also:
        setShow(ShowType), LocationPackage.getShowPointOfInterestDataAreaType_Show()
      • setShow

        void setShow(ShowType value)
        Sets the value of the 'Show' containment reference.
        Parameters:
        value - the new value of the 'Show' containment reference.
        See Also:
        getShow()
      • getPointOfInterest

        java.util.List getPointOfInterest()
        Returns the value of the 'Point Of Interest' containment reference list. The list contents are of type PointOfInterestType. The PointOfInterest noun.
        Returns:
        the value of the 'Point Of Interest' containment reference list.
        See Also:
        LocationPackage.getShowPointOfInterestDataAreaType_PointOfInterest()