org.jboss.security.xacml.jaxb
Class PDP

java.lang.Object
  extended by org.jboss.security.xacml.jaxb.PDP

public class PDP
extends Object

Java class for PDP complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PDP">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:jboss:xacml:2.0}Policies"/>
         <element ref="{urn:jboss:xacml:2.0}Locators"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  LocatorsType locators
           
protected  PoliciesType policies
           
 
Constructor Summary
PDP()
           
 
Method Summary
 LocatorsType getLocators()
          Gets the value of the locators property.
 PoliciesType getPolicies()
          Gets the value of the policies property.
 void setLocators(LocatorsType value)
          Sets the value of the locators property.
 void setPolicies(PoliciesType value)
          Sets the value of the policies property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

policies

protected PoliciesType policies

locators

protected LocatorsType locators
Constructor Detail

PDP

public PDP()
Method Detail

getPolicies

public PoliciesType getPolicies()
Gets the value of the policies property.

Returns:
possible object is PoliciesType

setPolicies

public void setPolicies(PoliciesType value)
Sets the value of the policies property.

Parameters:
value - allowed object is PoliciesType

getLocators

public LocatorsType getLocators()
Gets the value of the locators property.

Returns:
possible object is LocatorsType

setLocators

public void setLocators(LocatorsType value)
Sets the value of the locators property.

Parameters:
value - allowed object is LocatorsType


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