org.jboss.security.xacml.core.model.policy
Class PolicySetCombinerParametersType

java.lang.Object
  extended by org.jboss.security.xacml.core.model.policy.CombinerParametersType
      extended by org.jboss.security.xacml.core.model.policy.PolicySetCombinerParametersType

public class PolicySetCombinerParametersType
extends CombinerParametersType

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:2.0:policy:schema:os}CombinerParametersType">
       <attribute name="PolicySetIdRef" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String policySetIdRef
           
 
Fields inherited from class org.jboss.security.xacml.core.model.policy.CombinerParametersType
combinerParameter
 
Constructor Summary
PolicySetCombinerParametersType()
           
 
Method Summary
 String getPolicySetIdRef()
          Gets the value of the policySetIdRef property.
 void setPolicySetIdRef(String value)
          Sets the value of the policySetIdRef property.
 
Methods inherited from class org.jboss.security.xacml.core.model.policy.CombinerParametersType
getCombinerParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

policySetIdRef

protected String policySetIdRef
Constructor Detail

PolicySetCombinerParametersType

public PolicySetCombinerParametersType()
Method Detail

getPolicySetIdRef

public String getPolicySetIdRef()
Gets the value of the policySetIdRef property.

Returns:
possible object is String

setPolicySetIdRef

public void setPolicySetIdRef(String value)
Sets the value of the policySetIdRef property.

Parameters:
value - allowed object is String


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.