public interface RuleType extends XACMLObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name of the element Rule.
|
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
QName of the element Rule.
|
static java.lang.String |
EFFECT_ATTRIB_NAME
Effect attribute name.
|
static java.lang.String |
RULE_ID_ATTRIB_NAME
RuleId 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 |
|---|---|
ConditionType |
getCondition()
Gets the condition for this rule.
|
DescriptionType |
getDescription()
Gets the description of this rule.
|
EffectType |
getEffect()
Gets the effect of the rule.
|
java.lang.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(java.lang.String id)
Sets the ID for this rule.
|
void |
setTarget(TargetType target)
Sets the target of this rule.
|
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 RULE_ID_ATTRIB_NAME
static final java.lang.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 rulejava.lang.String getRuleId()
void setRuleId(java.lang.String id)
id - the ID for this ruleEffectType getEffect()
void setEffect(EffectType type)
type - the effect of the rule