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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ruleIdRef
protected String ruleIdRef
RuleCombinerParametersType
public RuleCombinerParametersType()
getRuleIdRef
public String getRuleIdRef()
- Gets the value of the ruleIdRef property.
- Returns:
- possible object is
String
setRuleIdRef
public void setRuleIdRef(String value)
- Sets the value of the ruleIdRef property.
- Parameters:
value
- allowed object is
String
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.