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()
PoliciesType
public void setPolicies(PoliciesType value)
value
- allowed object is
PoliciesType
public LocatorsType getLocators()
LocatorsType
public void setLocators(LocatorsType value)
value
- allowed object is
LocatorsType
Copyright © 2023 JBoss by Red Hat. All rights reserved.