Package org.opensaml.xacml.policy
Interface VariableReferenceType
- All Superinterfaces:
ExpressionType
,XACMLObject
,XMLObject
- All Known Implementing Classes:
VariableReferenceTypeImpl
XACML VariableReference.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Local name of the element.static final QName
Default element name.static final String
Local name of the XSI type.static final QName
QName of the XSI type.static final String
Name of VariableId attribute.Fields inherited from interface org.opensaml.xacml.policy.ExpressionType
SCHEMA_TYPE_LOCAL_NAME, SCHEMA_TYPE_NAME
-
Method Summary
Modifier and TypeMethodDescriptionGets the expressions for this definition.Gets the ID of the referenced variable.void
setVariableId
(String id) Sets the ID of the referenced variable.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Local name of the element.- See Also:
-
DEFAULT_ELEMENT_NAME_XACML20
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME_XACML20
QName of the XSI type. -
VARIABLE_ID_ATTRIB_NAME
Name of VariableId attribute.- See Also:
-
-
Method Details
-
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
Sets the ID of the referenced variable.- Parameters:
id
- ID of the referenced variable
-