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>
Modifier and Type | Field and Description |
---|---|
protected String |
ruleIdRef |
combinerParameter
Constructor and Description |
---|
RuleCombinerParametersType() |
Modifier and Type | Method and Description |
---|---|
String |
getRuleIdRef()
Gets the value of the ruleIdRef property.
|
void |
setRuleIdRef(String value)
Sets the value of the ruleIdRef property.
|
getCombinerParameter
protected String ruleIdRef
Copyright © 2023 JBoss by Red Hat. All rights reserved.