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

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

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

Fields in org.jboss.security.xacml.core.model.policy declared as TargetType
protected  TargetType PolicyType.target
           
protected  TargetType RuleType.target
           
protected  TargetType PolicySetType.target
           
 

Methods in org.jboss.security.xacml.core.model.policy that return TargetType
 TargetType ObjectFactory.createTargetType()
          Create an instance of TargetType
 TargetType PolicyType.getTarget()
          Gets the value of the target property.
 TargetType RuleType.getTarget()
          Gets the value of the target property.
 TargetType PolicySetType.getTarget()
          Gets the value of the target property.
 

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

Methods in org.jboss.security.xacml.core.model.policy with parameters of type TargetType
 javax.xml.bind.JAXBElement<TargetType> ObjectFactory.createTarget(TargetType value)
          Create an instance of JAXBElement<TargetType>}
 void PolicyType.setTarget(TargetType value)
          Sets the value of the target property.
 void RuleType.setTarget(TargetType value)
          Sets the value of the target property.
 void PolicySetType.setTarget(TargetType value)
          Sets the value of the target property.
 



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