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

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

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

Fields in org.jboss.security.xacml.core.model.context declared as StatusDetailType
protected  StatusDetailType StatusType.statusDetail
           
 

Methods in org.jboss.security.xacml.core.model.context that return StatusDetailType
 StatusDetailType ObjectFactory.createStatusDetailType()
          Create an instance of StatusDetailType
 StatusDetailType StatusType.getStatusDetail()
          Gets the value of the statusDetail property.
 

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

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



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