Uses of Class
org.jboss.security.xacml.core.model.policy.ActionsType

Packages that use ActionsType
org.jboss.security.xacml.core.model.policy   
 

Uses of ActionsType in org.jboss.security.xacml.core.model.policy
 

Fields in org.jboss.security.xacml.core.model.policy declared as ActionsType
protected  ActionsType TargetType.actions
           
 

Methods in org.jboss.security.xacml.core.model.policy that return ActionsType
 ActionsType ObjectFactory.createActionsType()
          Create an instance of ActionsType
 ActionsType TargetType.getActions()
          Gets the value of the actions property.
 

Methods in org.jboss.security.xacml.core.model.policy that return types with arguments of type ActionsType
 javax.xml.bind.JAXBElement<ActionsType> ObjectFactory.createActions(ActionsType value)
          Create an instance of JAXBElement<ActionsType>}
 

Methods in org.jboss.security.xacml.core.model.policy with parameters of type ActionsType
 javax.xml.bind.JAXBElement<ActionsType> ObjectFactory.createActions(ActionsType value)
          Create an instance of JAXBElement<ActionsType>}
 void TargetType.setActions(ActionsType value)
          Sets the value of the actions property.
 



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