org.jboss.security.xacml.core.model.policy
Class TargetType

java.lang.Object
  extended by org.jboss.security.xacml.core.model.policy.TargetType

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>
 


Field Summary
protected  ActionsType actions
           
protected  EnvironmentsType environments
           
protected  ResourcesType resources
           
protected  SubjectsType subjects
           
 
Constructor Summary
TargetType()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subjects

protected SubjectsType subjects

resources

protected ResourcesType resources

actions

protected ActionsType actions

environments

protected EnvironmentsType environments
Constructor Detail

TargetType

public TargetType()
Method Detail

getSubjects

public SubjectsType getSubjects()
Gets the value of the subjects property.

Returns:
possible object is SubjectsType

setSubjects

public void setSubjects(SubjectsType value)
Sets the value of the subjects property.

Parameters:
value - allowed object is SubjectsType

getResources

public ResourcesType getResources()
Gets the value of the resources property.

Returns:
possible object is ResourcesType

setResources

public void setResources(ResourcesType value)
Sets the value of the resources property.

Parameters:
value - allowed object is ResourcesType

getActions

public ActionsType getActions()
Gets the value of the actions property.

Returns:
possible object is ActionsType

setActions

public void setActions(ActionsType value)
Sets the value of the actions property.

Parameters:
value - allowed object is ActionsType

getEnvironments

public EnvironmentsType getEnvironments()
Gets the value of the environments property.

Returns:
possible object is EnvironmentsType

setEnvironments

public void setEnvironments(EnvironmentsType value)
Sets the value of the environments property.

Parameters:
value - allowed object is EnvironmentsType


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