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

Packages that use GenericBeanType
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 GenericBeanType in org.jboss.shrinkwrap.descriptor.api.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return GenericBeanType
 GenericBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.ejb()
          Returns the ejb element
 GenericBeanType<T> GenericBeanType.removeAllAnnotation()
          Removes all annotation elements
 GenericBeanType<T> GenericBeanType.removeAllDepends()
          Removes the depends element
 GenericBeanType<T> GenericBeanType.removeAllDescription()
          Removes the description element
 GenericBeanType<T> GenericBeanType.removeAllDisplayName()
          Removes the display-name element
 GenericBeanType<T> GenericBeanType.removeAllEjbLocalRef()
          Removes all ejb-local-ref elements
 GenericBeanType<T> GenericBeanType.removeAllEjbRef()
          Removes all ejb-ref elements
 GenericBeanType<T> GenericBeanType.removeAllEnvEntry()
          Removes all env-entry elements
 GenericBeanType<T> GenericBeanType.removeAllIcon()
          Removes all icon elements
 GenericBeanType<T> GenericBeanType.removeAllJndiRef()
          Removes all jndi-ref elements
 GenericBeanType<T> GenericBeanType.removeAllMessageDestinationRef()
          Removes all message-destination-ref elements
 GenericBeanType<T> GenericBeanType.removeAllPersistenceContextRef()
          Removes all persistence-context-ref elements
 GenericBeanType<T> GenericBeanType.removeAllPersistenceUnitRef()
          Removes all persistence-unit-ref elements
 GenericBeanType<T> GenericBeanType.removeAllPostConstruct()
          Removes all post-construct elements
 GenericBeanType<T> GenericBeanType.removeAllPreDestroy()
          Removes all pre-destroy elements
 GenericBeanType<T> GenericBeanType.removeAllResourceEnvRef()
          Removes all resource-env-ref elements
 GenericBeanType<T> GenericBeanType.removeAllResourceRef()
          Removes all resource-ref elements
 GenericBeanType<T> GenericBeanType.removeAllServiceRef()
          Removes all service-ref elements
 GenericBeanType<T> GenericBeanType.removeAopDomainName()
          Removes the aop-domain-name element
 GenericBeanType<T> GenericBeanType.removeEjbName()
          Removes the ejb-name element
 GenericBeanType<T> GenericBeanType.removeHomeJndiName()
          Removes the home-jndi-name element
 GenericBeanType<T> GenericBeanType.removeIgnoreDependency()
          Removes the ignore-dependency element
 GenericBeanType<T> GenericBeanType.removeJndiBindingPolicy()
          Removes the jndi-binding-policy element
 GenericBeanType<T> GenericBeanType.removeJndiName()
          Removes the jndi-name element
 GenericBeanType<T> GenericBeanType.removeLocalHomeJndiName()
          Removes the local-home-jndi-name element
 GenericBeanType<T> GenericBeanType.removeLocalJndiName()
          Removes the local-jndi-name element
 GenericBeanType<T> GenericBeanType.removeMappedName()
          Removes the mapped-name element
 GenericBeanType<T> GenericBeanType.removeMethodAttributes()
          Removes the method-attributes element
 GenericBeanType<T> GenericBeanType.removePoolConfig()
          Removes the pool-config element
 GenericBeanType<T> GenericBeanType.removePortComponent()
          Removes the port-component element
 GenericBeanType<T> GenericBeanType.removeSecurityDomain()
          Removes the security-domain element
 GenericBeanType<T> GenericBeanType.removeSecurityIdentity()
          Removes the security-identity element
 GenericBeanType<T> GenericBeanType.setAopDomainName(java.lang.String aopDomainName)
          If not already created, a new aop-domain-name element with the given value will be created.
 GenericBeanType<T> GenericBeanType.setDepends(java.lang.String depends)
          Creates a new depends element
 GenericBeanType<T> GenericBeanType.setDependsList(java.lang.String... values)
          Creates for all String objects representing depends elements, a new depends element
 GenericBeanType<T> GenericBeanType.setDescription(java.lang.String description)
          Creates a new description element
 GenericBeanType<T> GenericBeanType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 GenericBeanType<T> GenericBeanType.setDisplayName(java.lang.String displayName)
          Creates a new display-name element
 GenericBeanType<T> GenericBeanType.setDisplayNameList(java.lang.String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 GenericBeanType<T> GenericBeanType.setEjbName(java.lang.String ejbName)
          If not already created, a new ejb-name element with the given value will be created.
 GenericBeanType<T> GenericBeanType.setHomeJndiName(java.lang.String homeJndiName)
          If not already created, a new home-jndi-name element with the given value will be created.
 GenericBeanType<T> GenericBeanType.setJndiBindingPolicy(java.lang.String jndiBindingPolicy)
          If not already created, a new jndi-binding-policy element with the given value will be created.
 GenericBeanType<T> GenericBeanType.setJndiName(java.lang.String jndiName)
          If not already created, a new jndi-name element with the given value will be created.
 GenericBeanType<T> GenericBeanType.setLocalHomeJndiName(java.lang.String localHomeJndiName)
          If not already created, a new local-home-jndi-name element with the given value will be created.
 GenericBeanType<T> GenericBeanType.setLocalJndiName(java.lang.String localJndiName)
          If not already created, a new local-jndi-name element with the given value will be created.
 GenericBeanType<T> GenericBeanType.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 GenericBeanType<T> GenericBeanType.setSecurityDomain(java.lang.String securityDomain)
          If not already created, a new security-domain element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type GenericBeanType
 AnnotationType<GenericBeanType<T>> GenericBeanType.annotation()
          Returns the annotation element
 EjbLocalRefType<GenericBeanType<T>> GenericBeanType.ejbLocalRef()
          Returns the ejb-local-ref element
 EjbRefType<GenericBeanType<T>> GenericBeanType.ejbRef()
          Returns the ejb-ref element
 EnvEntryType<GenericBeanType<T>> GenericBeanType.envEntry()
          Returns the env-entry element
 java.util.List<AnnotationType<GenericBeanType<T>>> GenericBeanType.getAnnotationList()
          Returns all annotation elements
 java.util.List<GenericBeanType<EnterpriseBeansType<T>>> EnterpriseBeansType.getEjbList()
          Returns all ejb elements
 java.util.List<EjbLocalRefType<GenericBeanType<T>>> GenericBeanType.getEjbLocalRefList()
          Returns all ejb-local-ref elements
 java.util.List<EjbRefType<GenericBeanType<T>>> GenericBeanType.getEjbRefList()
          Returns all ejb-ref elements
 java.util.List<EnvEntryType<GenericBeanType<T>>> GenericBeanType.getEnvEntryList()
          Returns all env-entry elements
 java.util.List<IconType<GenericBeanType<T>>> GenericBeanType.getIconList()
          Returns all icon elements
 java.util.List<JndiRefType<GenericBeanType<T>>> GenericBeanType.getJndiRefList()
          Returns all jndi-ref elements
 java.util.List<MessageDestinationRefType<GenericBeanType<T>>> GenericBeanType.getMessageDestinationRefList()
          Returns all message-destination-ref elements
 java.util.List<PersistenceContextRefType<GenericBeanType<T>>> GenericBeanType.getPersistenceContextRefList()
          Returns all persistence-context-ref elements
 java.util.List<PersistenceUnitRefType<GenericBeanType<T>>> GenericBeanType.getPersistenceUnitRefList()
          Returns all persistence-unit-ref elements
 java.util.List<LifecycleCallbackType<GenericBeanType<T>>> GenericBeanType.getPostConstructList()
          Returns all post-construct elements
 java.util.List<LifecycleCallbackType<GenericBeanType<T>>> GenericBeanType.getPreDestroyList()
          Returns all pre-destroy elements
 java.util.List<ResourceEnvRefType<GenericBeanType<T>>> GenericBeanType.getResourceEnvRefList()
          Returns all resource-env-ref elements
 java.util.List<ResourceRefType<GenericBeanType<T>>> GenericBeanType.getResourceRefList()
          Returns all resource-ref elements
 java.util.List<ServiceRefType<GenericBeanType<T>>> GenericBeanType.getServiceRefList()
          Returns all service-ref elements
 IconType<GenericBeanType<T>> GenericBeanType.icon()
          Returns the icon element
 IgnoreDependencyType<GenericBeanType<T>> GenericBeanType.ignoreDependency()
          If not already created, a new ignore-dependency element will be created and returned.
 JndiRefType<GenericBeanType<T>> GenericBeanType.jndiRef()
          Returns the jndi-ref element
 MessageDestinationRefType<GenericBeanType<T>> GenericBeanType.messageDestinationRef()
          Returns the message-destination-ref element
 MethodAttributesType<GenericBeanType<T>> GenericBeanType.methodAttributes()
          If not already created, a new method-attributes element will be created and returned.
 PersistenceContextRefType<GenericBeanType<T>> GenericBeanType.persistenceContextRef()
          Returns the persistence-context-ref element
 PersistenceUnitRefType<GenericBeanType<T>> GenericBeanType.persistenceUnitRef()
          Returns the persistence-unit-ref element
 PoolConfigType<GenericBeanType<T>> GenericBeanType.poolConfig()
          If not already created, a new pool-config element will be created and returned.
 PortComponentType<GenericBeanType<T>> GenericBeanType.portComponent()
          If not already created, a new port-component element will be created and returned.
 LifecycleCallbackType<GenericBeanType<T>> GenericBeanType.postConstruct()
          Returns the post-construct element
 LifecycleCallbackType<GenericBeanType<T>> GenericBeanType.preDestroy()
          Returns the pre-destroy element
 ResourceEnvRefType<GenericBeanType<T>> GenericBeanType.resourceEnvRef()
          Returns the resource-env-ref element
 ResourceRefType<GenericBeanType<T>> GenericBeanType.resourceRef()
          Returns the resource-ref element
 SecurityIdentityType<GenericBeanType<T>> GenericBeanType.securityIdentity()
          If not already created, a new security-identity element will be created and returned.
 ServiceRefType<GenericBeanType<T>> GenericBeanType.serviceRef()
          Returns the service-ref element
 

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

Classes in org.jboss.shrinkwrap.descriptor.impl.jboss51 that implement GenericBeanType
 class GenericBeanTypeImpl<T>
          This class implements the generic-beanType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return GenericBeanType
 GenericBeanType<EnterpriseBeansType<T>> EnterpriseBeansTypeImpl.ejb()
          Returns the ejb element
 GenericBeanType<T> GenericBeanTypeImpl.removeAllAnnotation()
          Removes all annotation elements
 GenericBeanType<T> GenericBeanTypeImpl.removeAllDepends()
          Removes the depends element
 GenericBeanType<T> GenericBeanTypeImpl.removeAllDescription()
          Removes the description element
 GenericBeanType<T> GenericBeanTypeImpl.removeAllDisplayName()
          Removes the display-name element
 GenericBeanType<T> GenericBeanTypeImpl.removeAllEjbLocalRef()
          Removes all ejb-local-ref elements
 GenericBeanType<T> GenericBeanTypeImpl.removeAllEjbRef()
          Removes all ejb-ref elements
 GenericBeanType<T> GenericBeanTypeImpl.removeAllEnvEntry()
          Removes all env-entry elements
 GenericBeanType<T> GenericBeanTypeImpl.removeAllIcon()
          Removes all icon elements
 GenericBeanType<T> GenericBeanTypeImpl.removeAllJndiRef()
          Removes all jndi-ref elements
 GenericBeanType<T> GenericBeanTypeImpl.removeAllMessageDestinationRef()
          Removes all message-destination-ref elements
 GenericBeanType<T> GenericBeanTypeImpl.removeAllPersistenceContextRef()
          Removes all persistence-context-ref elements
 GenericBeanType<T> GenericBeanTypeImpl.removeAllPersistenceUnitRef()
          Removes all persistence-unit-ref elements
 GenericBeanType<T> GenericBeanTypeImpl.removeAllPostConstruct()
          Removes all post-construct elements
 GenericBeanType<T> GenericBeanTypeImpl.removeAllPreDestroy()
          Removes all pre-destroy elements
 GenericBeanType<T> GenericBeanTypeImpl.removeAllResourceEnvRef()
          Removes all resource-env-ref elements
 GenericBeanType<T> GenericBeanTypeImpl.removeAllResourceRef()
          Removes all resource-ref elements
 GenericBeanType<T> GenericBeanTypeImpl.removeAllServiceRef()
          Removes all service-ref elements
 GenericBeanType<T> GenericBeanTypeImpl.removeAopDomainName()
          Removes the aop-domain-name element
 GenericBeanType<T> GenericBeanTypeImpl.removeEjbName()
          Removes the ejb-name element
 GenericBeanType<T> GenericBeanTypeImpl.removeHomeJndiName()
          Removes the home-jndi-name element
 GenericBeanType<T> GenericBeanTypeImpl.removeIgnoreDependency()
          Removes the ignore-dependency element
 GenericBeanType<T> GenericBeanTypeImpl.removeJndiBindingPolicy()
          Removes the jndi-binding-policy element
 GenericBeanType<T> GenericBeanTypeImpl.removeJndiName()
          Removes the jndi-name element
 GenericBeanType<T> GenericBeanTypeImpl.removeLocalHomeJndiName()
          Removes the local-home-jndi-name element
 GenericBeanType<T> GenericBeanTypeImpl.removeLocalJndiName()
          Removes the local-jndi-name element
 GenericBeanType<T> GenericBeanTypeImpl.removeMappedName()
          Removes the mapped-name element
 GenericBeanType<T> GenericBeanTypeImpl.removeMethodAttributes()
          Removes the method-attributes element
 GenericBeanType<T> GenericBeanTypeImpl.removePoolConfig()
          Removes the pool-config element
 GenericBeanType<T> GenericBeanTypeImpl.removePortComponent()
          Removes the port-component element
 GenericBeanType<T> GenericBeanTypeImpl.removeSecurityDomain()
          Removes the security-domain element
 GenericBeanType<T> GenericBeanTypeImpl.removeSecurityIdentity()
          Removes the security-identity element
 GenericBeanType<T> GenericBeanTypeImpl.setAopDomainName(java.lang.String aopDomainName)
          If not already created, a new aop-domain-name element with the given value will be created.
 GenericBeanType<T> GenericBeanTypeImpl.setDepends(java.lang.String depends)
          Creates a new depends element
 GenericBeanType<T> GenericBeanTypeImpl.setDependsList(java.lang.String... values)
          Creates for all String objects representing depends elements, a new depends element
 GenericBeanType<T> GenericBeanTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 GenericBeanType<T> GenericBeanTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 GenericBeanType<T> GenericBeanTypeImpl.setDisplayName(java.lang.String displayName)
          Creates a new display-name element
 GenericBeanType<T> GenericBeanTypeImpl.setDisplayNameList(java.lang.String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 GenericBeanType<T> GenericBeanTypeImpl.setEjbName(java.lang.String ejbName)
          If not already created, a new ejb-name element with the given value will be created.
 GenericBeanType<T> GenericBeanTypeImpl.setHomeJndiName(java.lang.String homeJndiName)
          If not already created, a new home-jndi-name element with the given value will be created.
 GenericBeanType<T> GenericBeanTypeImpl.setJndiBindingPolicy(java.lang.String jndiBindingPolicy)
          If not already created, a new jndi-binding-policy element with the given value will be created.
 GenericBeanType<T> GenericBeanTypeImpl.setJndiName(java.lang.String jndiName)
          If not already created, a new jndi-name element with the given value will be created.
 GenericBeanType<T> GenericBeanTypeImpl.setLocalHomeJndiName(java.lang.String localHomeJndiName)
          If not already created, a new local-home-jndi-name element with the given value will be created.
 GenericBeanType<T> GenericBeanTypeImpl.setLocalJndiName(java.lang.String localJndiName)
          If not already created, a new local-jndi-name element with the given value will be created.
 GenericBeanType<T> GenericBeanTypeImpl.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 GenericBeanType<T> GenericBeanTypeImpl.setSecurityDomain(java.lang.String securityDomain)
          If not already created, a new security-domain element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type GenericBeanType
 AnnotationType<GenericBeanType<T>> GenericBeanTypeImpl.annotation()
          Returns the annotation element
 EjbLocalRefType<GenericBeanType<T>> GenericBeanTypeImpl.ejbLocalRef()
          Returns the ejb-local-ref element
 EjbRefType<GenericBeanType<T>> GenericBeanTypeImpl.ejbRef()
          Returns the ejb-ref element
 EnvEntryType<GenericBeanType<T>> GenericBeanTypeImpl.envEntry()
          Returns the env-entry element
 java.util.List<AnnotationType<GenericBeanType<T>>> GenericBeanTypeImpl.getAnnotationList()
          Returns all annotation elements
 java.util.List<GenericBeanType<EnterpriseBeansType<T>>> EnterpriseBeansTypeImpl.getEjbList()
          Returns all ejb elements
 java.util.List<EjbLocalRefType<GenericBeanType<T>>> GenericBeanTypeImpl.getEjbLocalRefList()
          Returns all ejb-local-ref elements
 java.util.List<EjbRefType<GenericBeanType<T>>> GenericBeanTypeImpl.getEjbRefList()
          Returns all ejb-ref elements
 java.util.List<EnvEntryType<GenericBeanType<T>>> GenericBeanTypeImpl.getEnvEntryList()
          Returns all env-entry elements
 java.util.List<IconType<GenericBeanType<T>>> GenericBeanTypeImpl.getIconList()
          Returns all icon elements
 java.util.List<JndiRefType<GenericBeanType<T>>> GenericBeanTypeImpl.getJndiRefList()
          Returns all jndi-ref elements
 java.util.List<MessageDestinationRefType<GenericBeanType<T>>> GenericBeanTypeImpl.getMessageDestinationRefList()
          Returns all message-destination-ref elements
 java.util.List<PersistenceContextRefType<GenericBeanType<T>>> GenericBeanTypeImpl.getPersistenceContextRefList()
          Returns all persistence-context-ref elements
 java.util.List<PersistenceUnitRefType<GenericBeanType<T>>> GenericBeanTypeImpl.getPersistenceUnitRefList()
          Returns all persistence-unit-ref elements
 java.util.List<LifecycleCallbackType<GenericBeanType<T>>> GenericBeanTypeImpl.getPostConstructList()
          Returns all post-construct elements
 java.util.List<LifecycleCallbackType<GenericBeanType<T>>> GenericBeanTypeImpl.getPreDestroyList()
          Returns all pre-destroy elements
 java.util.List<ResourceEnvRefType<GenericBeanType<T>>> GenericBeanTypeImpl.getResourceEnvRefList()
          Returns all resource-env-ref elements
 java.util.List<ResourceRefType<GenericBeanType<T>>> GenericBeanTypeImpl.getResourceRefList()
          Returns all resource-ref elements
 java.util.List<ServiceRefType<GenericBeanType<T>>> GenericBeanTypeImpl.getServiceRefList()
          Returns all service-ref elements
 IconType<GenericBeanType<T>> GenericBeanTypeImpl.icon()
          Returns the icon element
 IgnoreDependencyType<GenericBeanType<T>> GenericBeanTypeImpl.ignoreDependency()
          If not already created, a new ignore-dependency element will be created and returned.
 JndiRefType<GenericBeanType<T>> GenericBeanTypeImpl.jndiRef()
          Returns the jndi-ref element
 MessageDestinationRefType<GenericBeanType<T>> GenericBeanTypeImpl.messageDestinationRef()
          Returns the message-destination-ref element
 MethodAttributesType<GenericBeanType<T>> GenericBeanTypeImpl.methodAttributes()
          If not already created, a new method-attributes element will be created and returned.
 PersistenceContextRefType<GenericBeanType<T>> GenericBeanTypeImpl.persistenceContextRef()
          Returns the persistence-context-ref element
 PersistenceUnitRefType<GenericBeanType<T>> GenericBeanTypeImpl.persistenceUnitRef()
          Returns the persistence-unit-ref element
 PoolConfigType<GenericBeanType<T>> GenericBeanTypeImpl.poolConfig()
          If not already created, a new pool-config element will be created and returned.
 PortComponentType<GenericBeanType<T>> GenericBeanTypeImpl.portComponent()
          If not already created, a new port-component element will be created and returned.
 LifecycleCallbackType<GenericBeanType<T>> GenericBeanTypeImpl.postConstruct()
          Returns the post-construct element
 LifecycleCallbackType<GenericBeanType<T>> GenericBeanTypeImpl.preDestroy()
          Returns the pre-destroy element
 ResourceEnvRefType<GenericBeanType<T>> GenericBeanTypeImpl.resourceEnvRef()
          Returns the resource-env-ref element
 ResourceRefType<GenericBeanType<T>> GenericBeanTypeImpl.resourceRef()
          Returns the resource-ref element
 SecurityIdentityType<GenericBeanType<T>> GenericBeanTypeImpl.securityIdentity()
          If not already created, a new security-identity element will be created and returned.
 ServiceRefType<GenericBeanType<T>> GenericBeanTypeImpl.serviceRef()
          Returns the service-ref element