public interface RuleType extends XACMLObject
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name of the element Rule.
|
static QName |
DEFAULT_ELEMENT_NAME
QName of the element Rule.
|
static String |
EFFECT_ATTRIB_NAME
Effect attribute name.
|
static String |
RULE_ID_ATTRIB_NAME
RuleId 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 |
---|---|
ConditionType |
getCondition()
Gets the condition for this rule.
|
DescriptionType |
getDescription()
Gets the description of this rule.
|
EffectType |
getEffect()
Gets the effect of the rule.
|
String |
getRuleId()
Gets the ID for this rule.
|
TargetType |
getTarget()
Gets the target of this rule.
|
void |
setCondition(ConditionType condition)
Sets the the condition for this rule.
|
void |
setDescription(DescriptionType description)
Sets the description of this rule.
|
void |
setEffect(EffectType type)
Sets the effect of the rule.
|
void |
setRuleId(String id)
Sets the ID for this rule.
|
void |
setTarget(TargetType target)
Sets the target of this rule.
|
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_NAME
static final String SCHEMA_TYPE_LOCAL_NAME
static final QName SCHEMA_TYPE_NAME
static final String RULE_ID_ATTRIB_NAME
static final String EFFECT_ATTRIB_NAME
DescriptionType getDescription()
void setDescription(DescriptionType description)
description
- the description of this ruleTargetType getTarget()
void setTarget(TargetType target)
target
- the target of this ruleConditionType getCondition()
void setCondition(ConditionType condition)
condition
- the condition for this ruleString getRuleId()
void setRuleId(String id)
id
- the ID for this ruleEffectType getEffect()
void setEffect(EffectType type)
type
- the effect of the ruleCopyright © 1999-2013. All Rights Reserved.