com.ibm.commerce.location.facade.datatypes

Interface RespondClientLocationDataAreaType



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

    The following features are supported:

    See Also:
    LocationPackage.getRespondClientLocationDataAreaType()
    • 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.getRespondClientLocationDataAreaType_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()
      • 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.getRespondClientLocationDataAreaType_ClientLocation()