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>
| Modifier and Type | Field and Description |
|---|---|
protected LocatorsType |
locators |
protected PoliciesType |
policies |
| Constructor and Description |
|---|
PDP() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected PoliciesType policies
protected LocatorsType locators
public PoliciesType getPolicies()
PoliciesTypepublic void setPolicies(PoliciesType value)
value - allowed object is
PoliciesTypepublic LocatorsType getLocators()
LocatorsTypepublic void setLocators(LocatorsType value)
value - allowed object is
LocatorsTypeCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.