|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.xacml.jaxb.PDP
public class PDP
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 |
---|
protected PoliciesType policies
protected LocatorsType locators
Constructor Detail |
---|
public PDP()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |