Package org.opensaml.xacml.policy
Interface DefaultsType
-
- All Superinterfaces:
XACMLObject,XMLObject
public interface DefaultsType extends XACMLObject
XACML Defaults schema type.
-
-
Field Summary
Fields Modifier and Type Field Description static StringPOLICY_DEFAULTS_ELEMENT_LOCAL_NAMELocal name of the element PolicyDefaults.static QNamePOLICY_DEFAULTS_ELEMENT_NAMEQName of the element PolicyDefaults.static StringPOLICY_SET_DEFAULTS_ELEMENT_LOCAL_NAMELocal name of the element PolicySetDefaults.static QNamePOLICY_SET_DEFAULTS_ELEMENT_NAMEQName of the element PolicySetDefaults.static StringSCHEMA_TYPE_LOCAL_NAMELocal name of the XSI type.static QNameSCHEMA_TYPE_NAMEQName of the XSI type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XSStringgetXPathVersion()Gets 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, 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 Detail
-
POLICY_SET_DEFAULTS_ELEMENT_LOCAL_NAME
static final String POLICY_SET_DEFAULTS_ELEMENT_LOCAL_NAME
Local name of the element PolicySetDefaults.- See Also:
- Constant Field Values
-
POLICY_SET_DEFAULTS_ELEMENT_NAME
static final QName POLICY_SET_DEFAULTS_ELEMENT_NAME
QName of the element PolicySetDefaults.
-
POLICY_DEFAULTS_ELEMENT_LOCAL_NAME
static final String POLICY_DEFAULTS_ELEMENT_LOCAL_NAME
Local name of the element PolicyDefaults.- See Also:
- Constant Field Values
-
POLICY_DEFAULTS_ELEMENT_NAME
static final QName POLICY_DEFAULTS_ELEMENT_NAME
QName of the element PolicyDefaults.
-
SCHEMA_TYPE_LOCAL_NAME
static final String SCHEMA_TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
- Constant Field Values
-
SCHEMA_TYPE_NAME
static final QName SCHEMA_TYPE_NAME
QName of the XSI type.
-
-