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()
String
public void setDescription(String value)
value
- allowed object is
String
public TargetType getTarget()
TargetType
public void setTarget(TargetType value)
value
- allowed object is
TargetType
public ConditionType getCondition()
ConditionType
public void setCondition(ConditionType value)
value
- allowed object is
ConditionType
public String getRuleId()
String
public void setRuleId(String value)
value
- allowed object is
String
public EffectType getEffect()
EffectType
public void setEffect(EffectType value)
value
- allowed object is
EffectType
Copyright © 2023 JBoss by Red Hat. All rights reserved.