public class RuleCombinerParameters extends CombinerParameters implements XACMLRootElement
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:3.0:core:schema:wd-17}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
XACML3_NAMESPACE
Constructor and Description |
---|
RuleCombinerParameters() |
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.
|
String |
toXML()
Default toXML Method to Marshal Object into XML.
|
getCombinerParameter
protected String ruleIdRef
public String getRuleIdRef()
String
public void setRuleIdRef(String value)
value
- allowed object is
String
public String toXML()
toXML
in interface XACMLRootElement
toXML
in class CombinerParameters
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.