|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.security.xacml.core.model.policy.RuleType
public class RuleType
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>
| Field Summary | |
|---|---|
protected ConditionType |
condition
|
protected String |
description
|
protected EffectType |
effect
|
protected String |
ruleId
|
protected TargetType |
target
|
| Constructor Summary | |
|---|---|
RuleType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String description
protected TargetType target
protected ConditionType condition
protected String ruleId
protected EffectType effect
| Constructor Detail |
|---|
public RuleType()
| Method Detail |
|---|
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
EffectType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||