com.ibm.commerce.location.facade.datatypes

Interface AcknowledgeClientLocationDataAreaType



  • public interface AcknowledgeClientLocationDataAreaType
    A representation of the model object 'Acknowledge Client Location Data Area Type'. Type definition of the AcknowledgeClientLocation BOD's data area.

    The following features are supported:

    See Also:
    LocationPackage.getAcknowledgeClientLocationDataAreaType()
    • Method Detail

      • getAcknowledge

        AcknowledgeType getAcknowledge()
        Returns the value of the 'Acknowledge' containment reference. The Acknowledge verb.
        Returns:
        the value of the 'Acknowledge' containment reference.
        See Also:
        setAcknowledge(AcknowledgeType), LocationPackage.getAcknowledgeClientLocationDataAreaType_Acknowledge()
      • setAcknowledge

        void setAcknowledge(AcknowledgeType value)
        Sets the value of the 'Acknowledge' containment reference.
        Parameters:
        value - the new value of the 'Acknowledge' containment reference.
        See Also:
        getAcknowledge()
      • getClientLocation

        java.util.List getClientLocation()
        Returns the value of the 'Client Location' containment reference list. The list contents are of type ClientLocationType. The ClientLocation noun.
        Returns:
        the value of the 'Client Location' containment reference list.
        See Also:
        LocationPackage.getAcknowledgeClientLocationDataAreaType_ClientLocation()