com.ibm.commerce.oagis9.datatypes

Interface ActionCriteriaType



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

    The following features are supported:

    See Also:
    Oagis9Package.getActionCriteriaType()
    • Method Detail

      • getActionExpression

        java.util.List getActionExpression()
        Returns the value of the 'Action Expression' containment reference list. The list contents are of type ActionExpressionType.

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

        Returns:
        the value of the 'Action Expression' containment reference list.
        See Also:
        Oagis9Package.getActionCriteriaType_ActionExpression()
      • 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.getActionCriteriaType_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()