org.opensaml.xacml.policy
Interface DefaultsType

All Superinterfaces:
ValidatingXMLObject, XACMLObject, XMLObject
All Known Implementing Classes:
DefaultsTypeImpl

public interface DefaultsType
extends XACMLObject

XACML Defaults schema type.


Field Summary
static String POLICY_DEFAULTS_ELEMENT_LOCAL_NAME
          Local name of the element PolicyDefaults.
static QName POLICY_DEFAULTS_ELEMENT_NAME
          QName of the element PolicyDefaults.
static String POLICY_SET_DEFAULTS_ELEMENT_LOCAL_NAME
          Local name of the element PolicySetDefaults.
static QName POLICY_SET_DEFAULTS_ELEMENT_NAME
          QName of the element PolicySetDefaults.
static String SCHEMA_TYPE_LOCAL_NAME
          Local name of the XSI type.
static QName SCHEMA_TYPE_NAME
          QName of the XSI type.
 
Method Summary
 XSString getXPathVersion()
          Gets the XPath version for this type.
 void setXPathVersion(XSString version)
          Sets the XPath version for this type.
 
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, 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.

Method Detail

getXPathVersion

XSString getXPathVersion()
Gets the XPath version for this type.

Returns:
XPath version for this type

setXPathVersion

void setXPathVersion(XSString version)
Sets the XPath version for this type.

Parameters:
version - XPath version for this type


Copyright © 1999-2012. All Rights Reserved.