public interface AttributeSelectorType extends ExpressionType
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DATA_TYPE_ATTRIB_NAME
DataType attribute name.
|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name of the element AttributeSelector.
|
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
QName of the element AttributeSelector.
|
static java.lang.String |
MUST_BE_PRESENT_ATTRIB_NAME
MustBePresent attribute name.
|
static java.lang.String |
REQUEST_CONTEXT_PATH_ATTRIB_NAME
RequestContextPath attribute name.
|
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.
|
DEFAULT_ELEMENT_NAME_XACML20| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDataType()
Gets the data type of the attribute to be selected.
|
java.lang.Boolean |
getMustBePresent()
Gets whether the attribute to be selected must be present.
|
XSBooleanValue |
getMustBePresentXSBoolean()
Gets whether the attribute to be selected must be present.
|
java.lang.String |
getRequestContextPath()
Gets the request context path of the attribute to be selected.
|
void |
setDataType(java.lang.String type)
Sets the data type of the attribute to be selected.
|
void |
setMustBePresent(java.lang.Boolean present)
Sets whether the attribute to be selected must be present.
|
void |
setMustBePresentXSBoolean(XSBooleanValue present)
Sets whether the attribute to be selected must be present.
|
void |
setRequestContextPath(java.lang.String path)
Sets the request context path of the attribute to be selected.
|
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, setSchemaLocationstatic final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String SCHEMA_TYPE_LOCAL_NAME
static final javax.xml.namespace.QName SCHEMA_TYPE_NAME
static final java.lang.String REQUEST_CONTEXT_PATH_ATTRIB_NAME
static final java.lang.String DATA_TYPE_ATTRIB_NAME
static final java.lang.String MUST_BE_PRESENT_ATTRIB_NAME
java.lang.String getRequestContextPath()
void setRequestContextPath(java.lang.String path)
path - request context path of the attribute to be selectedjava.lang.String getDataType()
void setDataType(java.lang.String type)
type - data type of the attribute to be selectedjava.lang.Boolean getMustBePresent()
XSBooleanValue getMustBePresentXSBoolean()
void setMustBePresent(java.lang.Boolean present)
present - whether the attribute to be selected must be presentvoid setMustBePresentXSBoolean(XSBooleanValue present)
present - whether the attribute to be selected must be present