Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jboss51.JbossType

Packages that use JbossType
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jboss51 Provides the implementation classes as defined in the schema jboss_5_1.xsd 
 

Uses of JbossType in org.jboss.shrinkwrap.descriptor.api.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return JbossType
 JbossType<T> JbossType.removeAllDescription()
          Removes the description element
 JbossType<T> JbossType.removeAllDisplayName()
          Removes the display-name element
 JbossType<T> JbossType.removeAllIcon()
          Removes all icon elements
 JbossType<T> JbossType.removeAssemblyDescriptor()
          Removes the assembly-descriptor element
 JbossType<T> JbossType.removeEnterpriseBeans()
          Removes the enterprise-beans element
 JbossType<T> JbossType.removeJaccContextId()
          Removes the jacc-context-id element
 JbossType<T> JbossType.removeJmxName()
          Removes the jmx-name element
 JbossType<T> JbossType.removeJndiBindingPolicy()
          Removes the jndi-binding-policy element
 JbossType<T> JbossType.removeLoaderRepository()
          Removes the loader-repository element
 JbossType<T> JbossType.removeMetadataComplete()
          Removes the metadata-complete attribute
 JbossType<T> JbossType.removeMissingMethodPermissionsExcludedMode()
          Removes the missing-method-permissions-excluded-mode element
 JbossType<T> JbossType.removeResourceManagers()
          Removes the resource-managers element
 JbossType<T> JbossType.removeSecurityDomain()
          Removes the security-domain element
 JbossType<T> JbossType.removeUnauthenticatedPrincipal()
          Removes the unauthenticated-principal element
 JbossType<T> JbossType.removeVersion()
          Removes the version attribute
 JbossType<T> JbossType.removeWebservices()
          Removes the webservices element
 JbossType<T> JbossType.setDescription(java.lang.String description)
          Creates a new description element
 JbossType<T> JbossType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 JbossType<T> JbossType.setDisplayName(java.lang.String displayName)
          Creates a new display-name element
 JbossType<T> JbossType.setDisplayNameList(java.lang.String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 JbossType<T> JbossType.setJaccContextId(java.lang.String jaccContextId)
          If not already created, a new jacc-context-id element with the given value will be created.
 JbossType<T> JbossType.setJmxName(java.lang.String jmxName)
          If not already created, a new jmx-name element with the given value will be created.
 JbossType<T> JbossType.setJndiBindingPolicy(java.lang.String jndiBindingPolicy)
          If not already created, a new jndi-binding-policy element with the given value will be created.
 JbossType<T> JbossType.setMetadataComplete(java.lang.Boolean metadataComplete)
          Sets the metadata-complete attribute
 JbossType<T> JbossType.setMissingMethodPermissionsExcludedMode(java.lang.Boolean missingMethodPermissionsExcludedMode)
          If not already created, a new missing-method-permissions-excluded-mode element with the given value will be created.
 JbossType<T> JbossType.setSecurityDomain(java.lang.String securityDomain)
          If not already created, a new security-domain element with the given value will be created.
 JbossType<T> JbossType.setUnauthenticatedPrincipal(java.lang.String unauthenticatedPrincipal)
          If not already created, a new unauthenticated-principal element with the given value will be created.
 JbossType<T> JbossType.setVersion(java.lang.String version)
          Sets the version attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type JbossType
 AssemblyDescriptorType<JbossType<T>> JbossType.assemblyDescriptor()
          If not already created, a new assembly-descriptor element will be created and returned.
 EnterpriseBeansType<JbossType<T>> JbossType.enterpriseBeans()
          If not already created, a new enterprise-beans element will be created and returned.
 java.util.List<IconType<JbossType<T>>> JbossType.getIconList()
          Returns all icon elements
 IconType<JbossType<T>> JbossType.icon()
          Returns the icon element
 LoaderRepositoryType<JbossType<T>> JbossType.loaderRepository()
          If not already created, a new loader-repository element will be created and returned.
 ResourceManagersType<JbossType<T>> JbossType.resourceManagers()
          If not already created, a new resource-managers element will be created and returned.
 WebservicesType<JbossType<T>> JbossType.webservices()
          If not already created, a new webservices element will be created and returned.
 

Uses of JbossType in org.jboss.shrinkwrap.descriptor.impl.jboss51
 

Classes in org.jboss.shrinkwrap.descriptor.impl.jboss51 that implement JbossType
 class JbossTypeImpl<T>
          This class implements the jbossType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return JbossType
 JbossType<T> JbossTypeImpl.removeAllDescription()
          Removes the description element
 JbossType<T> JbossTypeImpl.removeAllDisplayName()
          Removes the display-name element
 JbossType<T> JbossTypeImpl.removeAllIcon()
          Removes all icon elements
 JbossType<T> JbossTypeImpl.removeAssemblyDescriptor()
          Removes the assembly-descriptor element
 JbossType<T> JbossTypeImpl.removeEnterpriseBeans()
          Removes the enterprise-beans element
 JbossType<T> JbossTypeImpl.removeJaccContextId()
          Removes the jacc-context-id element
 JbossType<T> JbossTypeImpl.removeJmxName()
          Removes the jmx-name element
 JbossType<T> JbossTypeImpl.removeJndiBindingPolicy()
          Removes the jndi-binding-policy element
 JbossType<T> JbossTypeImpl.removeLoaderRepository()
          Removes the loader-repository element
 JbossType<T> JbossTypeImpl.removeMetadataComplete()
          Removes the metadata-complete attribute
 JbossType<T> JbossTypeImpl.removeMissingMethodPermissionsExcludedMode()
          Removes the missing-method-permissions-excluded-mode element
 JbossType<T> JbossTypeImpl.removeResourceManagers()
          Removes the resource-managers element
 JbossType<T> JbossTypeImpl.removeSecurityDomain()
          Removes the security-domain element
 JbossType<T> JbossTypeImpl.removeUnauthenticatedPrincipal()
          Removes the unauthenticated-principal element
 JbossType<T> JbossTypeImpl.removeVersion()
          Removes the version attribute
 JbossType<T> JbossTypeImpl.removeWebservices()
          Removes the webservices element
 JbossType<T> JbossTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 JbossType<T> JbossTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 JbossType<T> JbossTypeImpl.setDisplayName(java.lang.String displayName)
          Creates a new display-name element
 JbossType<T> JbossTypeImpl.setDisplayNameList(java.lang.String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 JbossType<T> JbossTypeImpl.setJaccContextId(java.lang.String jaccContextId)
          If not already created, a new jacc-context-id element with the given value will be created.
 JbossType<T> JbossTypeImpl.setJmxName(java.lang.String jmxName)
          If not already created, a new jmx-name element with the given value will be created.
 JbossType<T> JbossTypeImpl.setJndiBindingPolicy(java.lang.String jndiBindingPolicy)
          If not already created, a new jndi-binding-policy element with the given value will be created.
 JbossType<T> JbossTypeImpl.setMetadataComplete(java.lang.Boolean metadataComplete)
          Sets the metadata-complete attribute
 JbossType<T> JbossTypeImpl.setMissingMethodPermissionsExcludedMode(java.lang.Boolean missingMethodPermissionsExcludedMode)
          If not already created, a new missing-method-permissions-excluded-mode element with the given value will be created.
 JbossType<T> JbossTypeImpl.setSecurityDomain(java.lang.String securityDomain)
          If not already created, a new security-domain element with the given value will be created.
 JbossType<T> JbossTypeImpl.setUnauthenticatedPrincipal(java.lang.String unauthenticatedPrincipal)
          If not already created, a new unauthenticated-principal element with the given value will be created.
 JbossType<T> JbossTypeImpl.setVersion(java.lang.String version)
          Sets the version attribute
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type JbossType
 AssemblyDescriptorType<JbossType<T>> JbossTypeImpl.assemblyDescriptor()
          If not already created, a new assembly-descriptor element will be created and returned.
 EnterpriseBeansType<JbossType<T>> JbossTypeImpl.enterpriseBeans()
          If not already created, a new enterprise-beans element will be created and returned.
 java.util.List<IconType<JbossType<T>>> JbossTypeImpl.getIconList()
          Returns all icon elements
 IconType<JbossType<T>> JbossTypeImpl.icon()
          Returns the icon element
 LoaderRepositoryType<JbossType<T>> JbossTypeImpl.loaderRepository()
          If not already created, a new loader-repository element will be created and returned.
 ResourceManagersType<JbossType<T>> JbossTypeImpl.resourceManagers()
          If not already created, a new resource-managers element will be created and returned.
 WebservicesType<JbossType<T>> JbossTypeImpl.webservices()
          If not already created, a new webservices element will be created and returned.