Uses of Class
org.jboss.seam.security.external.jaxb.samlv2.protocol.StatusDetailType

Packages that use StatusDetailType
org.jboss.seam.security.external.jaxb.samlv2.protocol   
 

Uses of StatusDetailType in org.jboss.seam.security.external.jaxb.samlv2.protocol
 

Fields in org.jboss.seam.security.external.jaxb.samlv2.protocol declared as StatusDetailType
protected  StatusDetailType StatusType.statusDetail
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol 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.seam.security.external.jaxb.samlv2.protocol that return types with arguments of type StatusDetailType
 JAXBElement<StatusDetailType> ObjectFactory.createStatusDetail(StatusDetailType value)
          Create an instance of JAXBElement<StatusDetailType>}
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol with parameters of type StatusDetailType
 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 © 2011 Seam Framework. All Rights Reserved.