Interface ApplyType

All Superinterfaces:
ExpressionType, XACMLObject, XMLObject
All Known Implementing Classes:
ApplyTypeImpl

public interface ApplyType extends ExpressionType
XACML Apply schema type.
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

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

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

      static final String SCHEMA_TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • SCHEMA_TYPE_NAME

      static final QName SCHEMA_TYPE_NAME
      QName of the XSI type.
    • FUNCTION_ID_ATTRIB_NAME

      static final String FUNCTION_ID_ATTRIB_NAME
      FunctionId attribute name.
      See Also:
  • Method Details

    • 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