Interface ApplyType

    • Field Detail

      • DEFAULT_ELEMENT_LOCAL_NAME

        static final String DEFAULT_ELEMENT_LOCAL_NAME
        Local name of the element Apply.
        See Also:
        Constant Field Values
      • DEFAULT_ELEMENT_NAME

        static final QName DEFAULT_ELEMENT_NAME
        QName of the element Apply.
      • SCHEMA_TYPE_NAME

        static final QName SCHEMA_TYPE_NAME
        QName of the XSI type.
    • Method Detail

      • getFunctionId

        String getFunctionId()
        Gets the ID of the function.
        Returns:
        ID of the function
      • setFunctionId

        void setFunctionId​(String id)
        Sets the ID of the function.
        Parameters:
        id - ID of the function
      • getExpressions

        List<ExpressionType> getExpressions()
        Gets the expressions for this condition.
        Returns:
        expressions for this condition