Uses of Class
org.jboss.security.xacml.core.model.context.StatusType

Packages that use StatusType
org.jboss.security.xacml.core.model.context   
 

Uses of StatusType in org.jboss.security.xacml.core.model.context
 

Fields in org.jboss.security.xacml.core.model.context declared as StatusType
protected  StatusType ResultType.status
           
 

Methods in org.jboss.security.xacml.core.model.context that return StatusType
 StatusType ObjectFactory.createStatusType()
          Create an instance of StatusType
 StatusType ResultType.getStatus()
          Gets the value of the status property.
 

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

Methods in org.jboss.security.xacml.core.model.context with parameters of type StatusType
 javax.xml.bind.JAXBElement<StatusType> ObjectFactory.createStatus(StatusType value)
          Create an instance of JAXBElement<StatusType>}
 void ResultType.setStatus(StatusType value)
          Sets the value of the status property.
 



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