public class RuleType extends Object
Java class for RuleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RuleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}Description" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}Target" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}Condition" minOccurs="0"/>
</sequence>
<attribute name="RuleId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Effect" use="required" type="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}EffectType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ConditionType |
condition |
protected String |
description |
protected EffectType |
effect |
protected String |
ruleId |
protected TargetType |
target |
| Constructor and Description |
|---|
RuleType() |
| Modifier and Type | Method and Description |
|---|---|
ConditionType |
getCondition()
Gets the value of the condition property.
|
String |
getDescription()
Gets the value of the description property.
|
EffectType |
getEffect()
Gets the value of the effect property.
|
String |
getRuleId()
Gets the value of the ruleId property.
|
TargetType |
getTarget()
Gets the value of the target property.
|
void |
setCondition(ConditionType value)
Sets the value of the condition property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEffect(EffectType value)
Sets the value of the effect property.
|
void |
setRuleId(String value)
Sets the value of the ruleId property.
|
void |
setTarget(TargetType value)
Sets the value of the target property.
|
protected String description
protected TargetType target
protected ConditionType condition
protected String ruleId
protected EffectType effect
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic TargetType getTarget()
TargetTypepublic void setTarget(TargetType value)
value - allowed object is
TargetTypepublic ConditionType getCondition()
ConditionTypepublic void setCondition(ConditionType value)
value - allowed object is
ConditionTypepublic String getRuleId()
Stringpublic void setRuleId(String value)
value - allowed object is
Stringpublic EffectType getEffect()
EffectTypepublic void setEffect(EffectType value)
value - allowed object is
EffectTypeCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.