public interface IdReferenceType extends XACMLObject, XSString
Modifier and Type | Field and Description |
---|---|
static String |
EARLIEST_VERSION_ATTRIB_NAME
EarliestVersion attribute name.
|
static String |
LATEST_VERSION_ATTRIB_NAME
LatestVersion attribute name.
|
static String |
POLICY_ID_REFERENCE_ELEMENT_LOCAL_NAME
Local name of the element PolicyIdReference.
|
static QName |
POLICY_ID_REFERENCE_ELEMENT_NAME
QName of the element PolicyIdReference.
|
static String |
POLICY_SET_ID_REFERENCE_ELEMENT_LOCAL_NAME
Local name of the element PolicySetIdReference.
|
static QName |
POLICY_SET_ID_REFERENCE_ELEMENT_NAME
QName of the element PolicySetIdReference.
|
static String |
SCHEMA_TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
SCHEMA_TYPE_NAME
QName of the XSI type.
|
static String |
VERSION_ATTRIB_NAME
Version attribute name.
|
TYPE_LOCAL_NAME, TYPE_NAME
Modifier and Type | Method and Description |
---|---|
String |
getEarliestVersion()
Gets the earliest version of the reference.
|
String |
getLatestVersion()
Gets the latest version of the reference.
|
String |
getVersion()
Gets the version of the reference.
|
void |
setEarliestVersion(String version)
Sets the earliest version of the reference.
|
void |
setLatestVersion(String version)
Sets the latest version of the reference.
|
void |
setVersion(String version)
Sets the version of the reference.
|
deregisterValidator, getValidators, registerValidator, validate
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
static final String POLICY_SET_ID_REFERENCE_ELEMENT_LOCAL_NAME
static final QName POLICY_SET_ID_REFERENCE_ELEMENT_NAME
static final String POLICY_ID_REFERENCE_ELEMENT_LOCAL_NAME
static final QName POLICY_ID_REFERENCE_ELEMENT_NAME
static final String SCHEMA_TYPE_LOCAL_NAME
static final QName SCHEMA_TYPE_NAME
static final String VERSION_ATTRIB_NAME
static final String EARLIEST_VERSION_ATTRIB_NAME
static final String LATEST_VERSION_ATTRIB_NAME
String getVersion()
void setVersion(String version)
version
- version of the referenceString getEarliestVersion()
void setEarliestVersion(String version)
version
- earliest version of the referenceString getLatestVersion()
void setLatestVersion(String version)
version
- latest version of the referenceCopyright © 2018 JBoss by Red Hat. All rights reserved.