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

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

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

Fields in org.jboss.seam.security.external.jaxb.samlv2.protocol declared as ExtensionsType
protected  ExtensionsType RequestAbstractType.extensions
           
protected  ExtensionsType StatusResponseType.extensions
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol that return ExtensionsType
 ExtensionsType ObjectFactory.createExtensionsType()
          Create an instance of ExtensionsType
 ExtensionsType RequestAbstractType.getExtensions()
          Gets the value of the extensions property.
 ExtensionsType StatusResponseType.getExtensions()
          Gets the value of the extensions property.
 

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

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol with parameters of type ExtensionsType
 JAXBElement<ExtensionsType> ObjectFactory.createExtensions(ExtensionsType value)
          Create an instance of JAXBElement<ExtensionsType>}
 void RequestAbstractType.setExtensions(ExtensionsType value)
          Sets the value of the extensions property.
 void StatusResponseType.setExtensions(ExtensionsType value)
          Sets the value of the extensions property.
 



Copyright © 2011 Seam Framework. All Rights Reserved.