com.ibm.commerce.location.facade.datatypes

Interface RespondPointOfInterestDataAreaType



  • public interface RespondPointOfInterestDataAreaType
    A representation of the model object 'Respond Point Of Interest Data Area Type'. Type definition of the AcknowledgePointOfInterest BOD's data area.

    The following features are supported:

    See Also:
    LocationPackage.getRespondPointOfInterestDataAreaType()
    • Method Detail

      • getRespond

        RespondType getRespond()
        Returns the value of the 'Respond' containment reference. The Acknowledge verb.
        Returns:
        the value of the 'Respond' containment reference.
        See Also:
        setRespond(RespondType), LocationPackage.getRespondPointOfInterestDataAreaType_Respond()
      • setRespond

        void setRespond(RespondType value)
        Sets the value of the 'Respond' containment reference.
        Parameters:
        value - the new value of the 'Respond' containment reference.
        See Also:
        getRespond()
      • 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.getRespondPointOfInterestDataAreaType_PointOfInterest()