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

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

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

Fields in org.jboss.seam.security.external.jaxb.samlv2.metadata with type parameters of type LocalizedNameType
protected  List<LocalizedNameType> OrganizationType.organizationDisplayName
           
protected  List<LocalizedNameType> OrganizationType.organizationName
           
protected  List<LocalizedNameType> AttributeConsumingServiceType.serviceDescription
           
protected  List<LocalizedNameType> AttributeConsumingServiceType.serviceName
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.metadata that return LocalizedNameType
 LocalizedNameType ObjectFactory.createLocalizedNameType()
          Create an instance of LocalizedNameType
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.metadata that return types with arguments of type LocalizedNameType
 JAXBElement<LocalizedNameType> ObjectFactory.createOrganizationDisplayName(LocalizedNameType value)
          Create an instance of JAXBElement<LocalizedNameType>}
 JAXBElement<LocalizedNameType> ObjectFactory.createOrganizationName(LocalizedNameType value)
          Create an instance of JAXBElement<LocalizedNameType>}
 JAXBElement<LocalizedNameType> ObjectFactory.createServiceDescription(LocalizedNameType value)
          Create an instance of JAXBElement<LocalizedNameType>}
 JAXBElement<LocalizedNameType> ObjectFactory.createServiceName(LocalizedNameType value)
          Create an instance of JAXBElement<LocalizedNameType>}
 List<LocalizedNameType> OrganizationType.getOrganizationDisplayName()
          Gets the value of the organizationDisplayName property.
 List<LocalizedNameType> OrganizationType.getOrganizationName()
          Gets the value of the organizationName property.
 List<LocalizedNameType> AttributeConsumingServiceType.getServiceDescription()
          Gets the value of the serviceDescription property.
 List<LocalizedNameType> AttributeConsumingServiceType.getServiceName()
          Gets the value of the serviceName property.
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.metadata with parameters of type LocalizedNameType
 JAXBElement<LocalizedNameType> ObjectFactory.createOrganizationDisplayName(LocalizedNameType value)
          Create an instance of JAXBElement<LocalizedNameType>}
 JAXBElement<LocalizedNameType> ObjectFactory.createOrganizationName(LocalizedNameType value)
          Create an instance of JAXBElement<LocalizedNameType>}
 JAXBElement<LocalizedNameType> ObjectFactory.createServiceDescription(LocalizedNameType value)
          Create an instance of JAXBElement<LocalizedNameType>}
 JAXBElement<LocalizedNameType> ObjectFactory.createServiceName(LocalizedNameType value)
          Create an instance of JAXBElement<LocalizedNameType>}
 



Copyright © 2011 Seam Framework. All Rights Reserved.