public interface ResourceMatchType extends XACMLObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name of the element ResourceMatch.
|
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
QName of the element ResourceMatch.
|
static java.lang.String |
MATCH_ID_ATTRIB_NAME
MatchID 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.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeSelectorType |
getAttributeSelector()
Gets the attribute selector for this match.
|
AttributeValueType |
getAttributeValue()
Gets the attribute value for this match.
|
java.lang.String |
getMatchId()
Gets the ID of this match.
|
AttributeDesignatorType |
getResourceAttributeDesignator()
Gets the resource attribute designator for this match.
|
void |
setAttributeSelector(AttributeSelectorType selector)
Sets the attribute selector for this match.
|
void |
setAttributeValue(AttributeValueType value)
Sets the attribute value for this match.
|
void |
setMatchId(java.lang.String id)
Sets the ID of this match.
|
void |
setResourceAttributeDesignator(AttributeDesignatorType attribute)
Sets the resource attribute designator for this match.
|
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 MATCH_ID_ATTRIB_NAME
AttributeValueType getAttributeValue()
void setAttributeValue(AttributeValueType value)
value - attribute value for this matchAttributeDesignatorType getResourceAttributeDesignator()
void setResourceAttributeDesignator(AttributeDesignatorType attribute)
attribute - resource attribute designator for this matchAttributeSelectorType getAttributeSelector()
void setAttributeSelector(AttributeSelectorType selector)
selector - attribute selector for this matchjava.lang.String getMatchId()
void setMatchId(java.lang.String id)
id - ID of this match