org.jboss.security.xacml.core.model.policy
Class RuleCombinerParametersType

java.lang.Object
  extended by org.jboss.security.xacml.core.model.policy.CombinerParametersType
      extended by 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  String ruleIdRef
           
 
Fields inherited from class org.jboss.security.xacml.core.model.policy.CombinerParametersType
combinerParameter
 
Constructor Summary
RuleCombinerParametersType()
           
 
Method Summary
 String getRuleIdRef()
          Gets the value of the ruleIdRef property.
 void setRuleIdRef(String value)
          Sets the value of the ruleIdRef property.
 
Methods inherited from class org.jboss.security.xacml.core.model.policy.CombinerParametersType
getCombinerParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ruleIdRef

protected String ruleIdRef
Constructor Detail

RuleCombinerParametersType

public RuleCombinerParametersType()
Method Detail

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 © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.