public class TargetType extends Object
Java class for TargetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TargetType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}Subjects" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}Resources" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}Actions" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}Environments" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ActionsType |
actions |
protected EnvironmentsType |
environments |
protected ResourcesType |
resources |
protected SubjectsType |
subjects |
| Constructor and Description |
|---|
TargetType() |
| Modifier and Type | Method and Description |
|---|---|
ActionsType |
getActions()
Gets the value of the actions property.
|
EnvironmentsType |
getEnvironments()
Gets the value of the environments property.
|
ResourcesType |
getResources()
Gets the value of the resources property.
|
SubjectsType |
getSubjects()
Gets the value of the subjects property.
|
void |
setActions(ActionsType value)
Sets the value of the actions property.
|
void |
setEnvironments(EnvironmentsType value)
Sets the value of the environments property.
|
void |
setResources(ResourcesType value)
Sets the value of the resources property.
|
void |
setSubjects(SubjectsType value)
Sets the value of the subjects property.
|
protected SubjectsType subjects
protected ResourcesType resources
protected ActionsType actions
protected EnvironmentsType environments
public SubjectsType getSubjects()
SubjectsTypepublic void setSubjects(SubjectsType value)
value - allowed object is
SubjectsTypepublic ResourcesType getResources()
ResourcesTypepublic void setResources(ResourcesType value)
value - allowed object is
ResourcesTypepublic ActionsType getActions()
ActionsTypepublic void setActions(ActionsType value)
value - allowed object is
ActionsTypepublic EnvironmentsType getEnvironments()
EnvironmentsTypepublic void setEnvironments(EnvironmentsType value)
value - allowed object is
EnvironmentsTypeCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.