Package org.opensaml.xacml.policy
Interface DefaultsType
- All Superinterfaces:
XACMLObject,XMLObject
XACML Defaults schema type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringLocal name of the element PolicyDefaults.static final QNameQName of the element PolicyDefaults.static final StringLocal name of the element PolicySetDefaults.static final QNameQName of the element PolicySetDefaults.static final StringLocal name of the XSI type.static final QNameQName of the XSI type. -
Method Summary
Modifier and TypeMethodDescriptionGets the XPath version for this type.voidsetXPathVersion(XSString version) Sets the XPath version for this type.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, 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
-
POLICY_SET_DEFAULTS_ELEMENT_LOCAL_NAME
Local name of the element PolicySetDefaults.- See Also:
-
POLICY_SET_DEFAULTS_ELEMENT_NAME
QName of the element PolicySetDefaults. -
POLICY_DEFAULTS_ELEMENT_LOCAL_NAME
Local name of the element PolicyDefaults.- See Also:
-
POLICY_DEFAULTS_ELEMENT_NAME
QName of the element PolicyDefaults. -
SCHEMA_TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
SCHEMA_TYPE_NAME
QName of the XSI type.
-
-
Method Details
-
getXPathVersion
XSString getXPathVersion()Gets the XPath version for this type.- Returns:
- XPath version for this type
-
setXPathVersion
Sets the XPath version for this type.- Parameters:
version- XPath version for this type
-