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

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

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

Fields in org.jboss.seam.security.external.jaxb.samlv2.metadata declared as ExtensionsType
protected  ExtensionsType AffiliationDescriptorType.extensions
           
protected  ExtensionsType ContactType.extensions
           
protected  ExtensionsType OrganizationType.extensions
           
protected  ExtensionsType EntityDescriptorType.extensions
           
protected  ExtensionsType EntitiesDescriptorType.extensions
           
protected  ExtensionsType RoleDescriptorType.extensions
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.metadata that return ExtensionsType
 ExtensionsType ObjectFactory.createExtensionsType()
          Create an instance of ExtensionsType
 ExtensionsType AffiliationDescriptorType.getExtensions()
          Gets the value of the extensions property.
 ExtensionsType ContactType.getExtensions()
          Gets the value of the extensions property.
 ExtensionsType OrganizationType.getExtensions()
          Gets the value of the extensions property.
 ExtensionsType EntityDescriptorType.getExtensions()
          Gets the value of the extensions property.
 ExtensionsType EntitiesDescriptorType.getExtensions()
          Gets the value of the extensions property.
 ExtensionsType RoleDescriptorType.getExtensions()
          Gets the value of the extensions property.
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.metadata 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.metadata with parameters of type ExtensionsType
 JAXBElement<ExtensionsType> ObjectFactory.createExtensions(ExtensionsType value)
          Create an instance of JAXBElement<ExtensionsType>}
 void AffiliationDescriptorType.setExtensions(ExtensionsType value)
          Sets the value of the extensions property.
 void ContactType.setExtensions(ExtensionsType value)
          Sets the value of the extensions property.
 void OrganizationType.setExtensions(ExtensionsType value)
          Sets the value of the extensions property.
 void EntityDescriptorType.setExtensions(ExtensionsType value)
          Sets the value of the extensions property.
 void EntitiesDescriptorType.setExtensions(ExtensionsType value)
          Sets the value of the extensions property.
 void RoleDescriptorType.setExtensions(ExtensionsType value)
          Sets the value of the extensions property.
 



Copyright © 2011 Seam Framework. All Rights Reserved.