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

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

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

Fields in org.jboss.seam.security.external.jaxb.samlv2.protocol declared as StatusType
protected  StatusType StatusResponseType.status
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol that return StatusType
 StatusType ObjectFactory.createStatusType()
          Create an instance of StatusType
 StatusType StatusResponseType.getStatus()
          Gets the value of the status property.
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol that return types with arguments of type StatusType
 JAXBElement<StatusType> ObjectFactory.createStatus(StatusType value)
          Create an instance of JAXBElement<StatusType>}
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol with parameters of type StatusType
 JAXBElement<StatusType> ObjectFactory.createStatus(StatusType value)
          Create an instance of JAXBElement<StatusType>}
 void StatusResponseType.setStatus(StatusType value)
          Sets the value of the status property.
 



Copyright © 2011 Seam Framework. All Rights Reserved.