org.jboss.security.xacml.core.model.policy
Class RuleCombinerParametersType
java.lang.Object
org.jboss.security.xacml.core.model.policy.CombinerParametersType
org.jboss.security.xacml.core.model.policy.RuleCombinerParametersType
public class RuleCombinerParametersType
- extends CombinerParametersType
Java class for RuleCombinerParametersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RuleCombinerParametersType">
<complexContent>
<extension base="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}CombinerParametersType">
<attribute name="RuleIdRef" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
|
Field Summary |
protected java.lang.String |
ruleIdRef
|
|
Method Summary |
java.lang.String |
getRuleIdRef()
Gets the value of the ruleIdRef property. |
void |
setRuleIdRef(java.lang.String value)
Sets the value of the ruleIdRef property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ruleIdRef
protected java.lang.String ruleIdRef
RuleCombinerParametersType
public RuleCombinerParametersType()
getRuleIdRef
public java.lang.String getRuleIdRef()
- Gets the value of the ruleIdRef property.
- Returns:
- possible object is
String
setRuleIdRef
public void setRuleIdRef(java.lang.String value)
- Sets the value of the ruleIdRef property.
- Parameters:
value - allowed object is
String
Copyright © 2007 JBoss Inc.. All Rights Reserved.