Package org.opensaml.xacml.policy
Interface DefaultsType
- All Superinterfaces:
XACMLObject
,XMLObject
- All Known Implementing Classes:
DefaultsTypeImpl
XACML Defaults schema type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Local name of the element PolicyDefaults.static final QName
QName of the element PolicyDefaults.static final String
Local name of the element PolicySetDefaults.static final QName
QName of the element PolicySetDefaults.static final String
Local name of the XSI type.static final QName
QName of the XSI type. -
Method Summary
Modifier and TypeMethodDescriptionGets the XPath version for this type.void
setXPathVersion
(XSString version) Sets the XPath version for this type.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
-
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
-