org.opensaml.xacml.policy
Interface IdReferenceType

All Superinterfaces:
org.opensaml.xml.validation.ValidatingXMLObject, XACMLObject, org.opensaml.xml.XMLObject, org.opensaml.xml.schema.XSString
All Known Implementing Classes:
IdReferenceTypeImpl

public interface IdReferenceType
extends XACMLObject, org.opensaml.xml.schema.XSString

XACML IdReference schema type.


Field Summary
static java.lang.String EARLIEST_VERSION_ATTRIB_NAME
          EarliestVersion attribute name.
static java.lang.String LATEST_VERSION_ATTRIB_NAME
          LatestVersion attribute name.
static java.lang.String POLICY_ID_REFERENCE_ELEMENT_LOCAL_NAME
          Local name of the element PolicyIdReference.
static javax.xml.namespace.QName POLICY_ID_REFERENCE_ELEMENT_NAME
          QName of the element PolicyIdReference.
static java.lang.String POLICY_SET_ID_REFERENCE_ELEMENT_LOCAL_NAME
          Local name of the element PolicySetIdReference.
static javax.xml.namespace.QName POLICY_SET_ID_REFERENCE_ELEMENT_NAME
          QName of the element PolicySetIdReference.
static java.lang.String SCHEMA_TYPE_LOCAL_NAME
          Local name of the XSI type.
static javax.xml.namespace.QName SCHEMA_TYPE_NAME
          QName of the XSI type.
static java.lang.String VERSION_ATTRIB_NAME
          Version attribute name.
 
Fields inherited from interface org.opensaml.xml.schema.XSString
TYPE_LOCAL_NAME, TYPE_NAME
 
Method Summary
 java.lang.String getEarliestVersion()
          Gets the earliest version of the reference.
 java.lang.String getLatestVersion()
          Gets the latest version of the reference.
 java.lang.String getVersion()
          Gets the version of the reference.
 void setEarliestVersion(java.lang.String version)
          Sets the earliest version of the reference.
 void setLatestVersion(java.lang.String version)
          Sets the latest version of the reference.
 void setVersion(java.lang.String version)
          Sets the version of the reference.
 
Methods inherited from interface org.opensaml.xml.schema.XSString
getValue, setValue
 
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, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Field Detail

POLICY_SET_ID_REFERENCE_ELEMENT_LOCAL_NAME

static final java.lang.String POLICY_SET_ID_REFERENCE_ELEMENT_LOCAL_NAME
Local name of the element PolicySetIdReference.

See Also:
Constant Field Values

POLICY_SET_ID_REFERENCE_ELEMENT_NAME

static final javax.xml.namespace.QName POLICY_SET_ID_REFERENCE_ELEMENT_NAME
QName of the element PolicySetIdReference.


POLICY_ID_REFERENCE_ELEMENT_LOCAL_NAME

static final java.lang.String POLICY_ID_REFERENCE_ELEMENT_LOCAL_NAME
Local name of the element PolicyIdReference.

See Also:
Constant Field Values

POLICY_ID_REFERENCE_ELEMENT_NAME

static final javax.xml.namespace.QName POLICY_ID_REFERENCE_ELEMENT_NAME
QName of the element PolicyIdReference.


SCHEMA_TYPE_LOCAL_NAME

static final java.lang.String SCHEMA_TYPE_LOCAL_NAME
Local name of the XSI type.

See Also:
Constant Field Values

SCHEMA_TYPE_NAME

static final javax.xml.namespace.QName SCHEMA_TYPE_NAME
QName of the XSI type.


VERSION_ATTRIB_NAME

static final java.lang.String VERSION_ATTRIB_NAME
Version attribute name.

See Also:
Constant Field Values

EARLIEST_VERSION_ATTRIB_NAME

static final java.lang.String EARLIEST_VERSION_ATTRIB_NAME
EarliestVersion attribute name.

See Also:
Constant Field Values

LATEST_VERSION_ATTRIB_NAME

static final java.lang.String LATEST_VERSION_ATTRIB_NAME
LatestVersion attribute name.

See Also:
Constant Field Values
Method Detail

getVersion

java.lang.String getVersion()
Gets the version of the reference.

Returns:
version of the reference

setVersion

void setVersion(java.lang.String version)
Sets the version of the reference.

Parameters:
version - version of the reference

getEarliestVersion

java.lang.String getEarliestVersion()
Gets the earliest version of the reference.

Returns:
earliest version of the reference

setEarliestVersion

void setEarliestVersion(java.lang.String version)
Sets the earliest version of the reference.

Parameters:
version - earliest version of the reference

getLatestVersion

java.lang.String getLatestVersion()
Gets the latest version of the reference.

Returns:
latest version of the reference

setLatestVersion

void setLatestVersion(java.lang.String version)
Sets the latest version of the reference.

Parameters:
version - latest version of the reference


Copyright © 2006-2011 Internet2. All Rights Reserved.