com.ibm.commerce.location.facade.datatypes

Interface ProcessPointOfInterestDataAreaType



  • public interface ProcessPointOfInterestDataAreaType
    A representation of the model object 'Process Point Of Interest Data Area Type'. Type definition of the ProcessPointOfInterest BOD's data area.

    The following features are supported:

    See Also:
    LocationPackage.getProcessPointOfInterestDataAreaType()
    • Method Detail

      • getProcess

        ProcessType getProcess()
        Returns the value of the 'Process' containment reference. The Process verb.
        Returns:
        the value of the 'Process' containment reference.
        See Also:
        setProcess(ProcessType), LocationPackage.getProcessPointOfInterestDataAreaType_Process()
      • setProcess

        void setProcess(ProcessType value)
        Sets the value of the 'Process' containment reference.
        Parameters:
        value - the new value of the 'Process' containment reference.
        See Also:
        getProcess()
      • 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.getProcessPointOfInterestDataAreaType_PointOfInterest()