org.jboss.security.xacml.core.model.policy
Class PolicyCombinerParametersType
java.lang.Object
org.jboss.security.xacml.core.model.policy.CombinerParametersType
org.jboss.security.xacml.core.model.policy.PolicyCombinerParametersType
public class PolicyCombinerParametersType
- extends CombinerParametersType
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:2.0:policy:schema:os}CombinerParametersType">
<attribute name="PolicyIdRef" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
|
Method Summary |
java.lang.String |
getPolicyIdRef()
Gets the value of the policyIdRef property. |
void |
setPolicyIdRef(java.lang.String value)
Sets the value of the policyIdRef property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
policyIdRef
protected java.lang.String policyIdRef
PolicyCombinerParametersType
public PolicyCombinerParametersType()
getPolicyIdRef
public java.lang.String getPolicyIdRef()
- Gets the value of the policyIdRef property.
- Returns:
- possible object is
String
setPolicyIdRef
public void setPolicyIdRef(java.lang.String value)
- Sets the value of the policyIdRef property.
- Parameters:
value - allowed object is
String
Copyright © 2007 JBoss Inc.. All Rights Reserved.