public class PolicySetCombinerParameters extends CombinerParameters implements XACMLRootElement
Java class for PolicySetCombinerParametersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolicySetCombinerParametersType"> <complexContent> <extension base="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}CombinerParametersType"> <attribute name="PolicySetIdRef" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
policySetIdRef |
combinerParameter
XACML3_NAMESPACE
Constructor and Description |
---|
PolicySetCombinerParameters() |
Modifier and Type | Method and Description |
---|---|
String |
getPolicySetIdRef()
Gets the value of the policySetIdRef property.
|
void |
setPolicySetIdRef(String value)
Sets the value of the policySetIdRef property.
|
String |
toXML()
Default toXML Method to Marshal Object into XML.
|
getCombinerParameter
protected String policySetIdRef
public String getPolicySetIdRef()
String
public void setPolicySetIdRef(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.