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  java.lang.String ruleIdRef
           
 
Fields inherited from class org.jboss.security.xacml.core.model.policy.CombinerParametersType
combinerParameter
 
Constructor Summary
RuleCombinerParametersType()
           
 
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 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 java.lang.String ruleIdRef
Constructor Detail

RuleCombinerParametersType

public RuleCombinerParametersType()
Method Detail

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.