public interface EnvironmentMatchType extends XACMLObject
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name of the element EnvironmentMatch.
|
static QName |
DEFAULT_ELEMENT_QNAME
QName of the element EnvironmentMatch.
|
static String |
MATCH_ID_ATTRIB_NAME
MatchID attribute name.
|
static String |
SCHEMA_TYPE_LOCAL_NAME
Local name of the XSI type.
|
static 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.
|
AttributeDesignatorType |
getEnvironmentAttributeDesignator()
Gets the environment attribute designator for this match.
|
String |
getMatchId()
Gets the ID of 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 |
setEnvironmentAttributeDesignator(AttributeDesignatorType attribute)
Sets the environment attribute designator for this match.
|
void |
setMatchId(String id)
Sets the ID of this match.
|
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 DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_QNAME
static final String SCHEMA_TYPE_LOCAL_NAME
static final QName SCHEMA_TYPE_NAME
static final String MATCH_ID_ATTRIB_NAME
AttributeValueType getAttributeValue()
void setAttributeValue(AttributeValueType value)
value
- attribute value for this matchAttributeDesignatorType getEnvironmentAttributeDesignator()
void setEnvironmentAttributeDesignator(AttributeDesignatorType attribute)
attribute
- environment attribute designator for this matchAttributeSelectorType getAttributeSelector()
void setAttributeSelector(AttributeSelectorType selector)
selector
- attribute selector for this matchString getMatchId()
void setMatchId(String id)
id
- ID of this matchCopyright © 1999-2013. All Rights Reserved.