com.ibm.commerce.oagis9.datatypes

Interface ResponseActionCriteriaType



  • public interface ResponseActionCriteriaType
    A representation of the model object 'Response Action Criteria Type'.

    The following features are supported:

    See Also:
    Oagis9Package.getResponseActionCriteriaType()
    • Method Detail

      • getResponseExpression

        ResponseExpressionType getResponseExpression()
        Returns the value of the 'Response Expression' containment reference.

        If the meaning of the 'Response Expression' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Response Expression' containment reference.
        See Also:
        setResponseExpression(ResponseExpressionType), Oagis9Package.getResponseActionCriteriaType_ResponseExpression()
      • getChangeStatus

        ChangeStatusType getChangeStatus()
        Returns the value of the 'Change Status' containment reference.

        If the meaning of the 'Change Status' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Change Status' containment reference.
        See Also:
        setChangeStatus(ChangeStatusType), Oagis9Package.getResponseActionCriteriaType_ChangeStatus()
      • setChangeStatus

        void setChangeStatus(ChangeStatusType value)
        Sets the value of the 'Change Status' containment reference.
        Parameters:
        value - the new value of the 'Change Status' containment reference.
        See Also:
        getChangeStatus()