public class PolicyCombinerParameters extends CombinerParameters
Java class for PolicyCombinerParametersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolicyCombinerParametersType"> <complexContent> <extension base="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}CombinerParametersType"> <attribute name="PolicyIdRef" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
policyIdRef |
combinerParameter
XACML3_NAMESPACE
Constructor and Description |
---|
PolicyCombinerParameters() |
Modifier and Type | Method and Description |
---|---|
String |
getPolicyIdRef()
Gets the value of the policyIdRef property.
|
void |
setPolicyIdRef(String value)
Sets the value of the policyIdRef property.
|
getCombinerParameter, toXML
protected String policyIdRef
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.