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

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

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

Fields in org.jboss.seam.security.external.jaxb.samlv2.protocol declared as StatusCodeType
protected  StatusCodeType StatusCodeType.statusCode
           
protected  StatusCodeType StatusType.statusCode
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol that return StatusCodeType
 StatusCodeType ObjectFactory.createStatusCodeType()
          Create an instance of StatusCodeType
 StatusCodeType StatusCodeType.getStatusCode()
          Gets the value of the statusCode property.
 StatusCodeType StatusType.getStatusCode()
          Gets the value of the statusCode property.
 

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

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol with parameters of type StatusCodeType
 JAXBElement<StatusCodeType> ObjectFactory.createStatusCode(StatusCodeType value)
          Create an instance of JAXBElement<StatusCodeType>}
 void StatusCodeType.setStatusCode(StatusCodeType value)
          Sets the value of the statusCode property.
 void StatusType.setStatusCode(StatusCodeType value)
          Sets the value of the statusCode property.
 



Copyright © 2011 Seam Framework. All Rights Reserved.