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

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

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

Fields in org.jboss.seam.security.external.jaxb.samlv2.metadata declared as OrganizationType
protected  OrganizationType EntityDescriptorType.organization
           
protected  OrganizationType RoleDescriptorType.organization
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.metadata that return OrganizationType
 OrganizationType ObjectFactory.createOrganizationType()
          Create an instance of OrganizationType
 OrganizationType EntityDescriptorType.getOrganization()
          Gets the value of the organization property.
 OrganizationType RoleDescriptorType.getOrganization()
          Gets the value of the organization property.
 

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

Methods in org.jboss.seam.security.external.jaxb.samlv2.metadata with parameters of type OrganizationType
 JAXBElement<OrganizationType> ObjectFactory.createOrganization(OrganizationType value)
          Create an instance of JAXBElement<OrganizationType>}
 void EntityDescriptorType.setOrganization(OrganizationType value)
          Sets the value of the organization property.
 void RoleDescriptorType.setOrganization(OrganizationType value)
          Sets the value of the organization property.
 



Copyright © 2011 Seam Framework. All Rights Reserved.