Interface VariableReferenceType

    • Field Detail

      • DEFAULT_ELEMENT_LOCAL_NAME

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

        static final QName DEFAULT_ELEMENT_NAME_XACML20
        Default element name.
      • TYPE_NAME_XACML20

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

      • getExpressions

        List<ExpressionType> getExpressions()
        Gets the expressions for this definition.
        Returns:
        expressions for this definition
      • getVariableId

        String getVariableId()
        Gets the ID of the referenced variable.
        Returns:
        ID of the referenced variable
      • setVariableId

        void setVariableId​(String id)
        Sets the ID of the referenced variable.
        Parameters:
        id - ID of the referenced variable