Uses of Interface
org.jboss.shrinkwrap.descriptor.api.ejbjar31.EjbJarType

Packages that use EjbJarType
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd 
 

Uses of EjbJarType in org.jboss.shrinkwrap.descriptor.api.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return EjbJarType
 EjbJarType<T> EjbJarType.removeAllDescription()
          Removes the description element
 EjbJarType<T> EjbJarType.removeAllDisplayName()
          Removes the display-name element
 EjbJarType<T> EjbJarType.removeAllIcon()
          Removes all icon elements
 EjbJarType<T> EjbJarType.removeAssemblyDescriptor()
          Removes the assembly-descriptor element
 EjbJarType<T> EjbJarType.removeEjbClientJar()
          Removes the ejb-client-jar element
 EjbJarType<T> EjbJarType.removeEnterpriseBeans()
          Removes the enterprise-beans element
 EjbJarType<T> EjbJarType.removeInterceptors()
          Removes the interceptors element
 EjbJarType<T> EjbJarType.removeMetadataComplete()
          Removes the metadata-complete attribute
 EjbJarType<T> EjbJarType.removeModuleName()
          Removes the module-name element
 EjbJarType<T> EjbJarType.removeRelationships()
          Removes the relationships element
 EjbJarType<T> EjbJarType.removeVersion()
          Removes the version attribute
 EjbJarType<T> EjbJarType.setDescription(java.lang.String description)
          Creates a new description element
 EjbJarType<T> EjbJarType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 EjbJarType<T> EjbJarType.setDisplayName(java.lang.String displayName)
          Creates a new display-name element
 EjbJarType<T> EjbJarType.setDisplayNameList(java.lang.String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 EjbJarType<T> EjbJarType.setEjbClientJar(java.lang.String ejbClientJar)
          If not already created, a new ejb-client-jar element with the given value will be created.
 EjbJarType<T> EjbJarType.setMetadataComplete(java.lang.Boolean metadataComplete)
          Sets the metadata-complete attribute
 EjbJarType<T> EjbJarType.setModuleName(java.lang.String moduleName)
          If not already created, a new module-name element with the given value will be created.
 EjbJarType<T> EjbJarType.setVersion(java.lang.String version)
          Sets the version attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type EjbJarType
 AssemblyDescriptorType<EjbJarType<T>> EjbJarType.assemblyDescriptor()
          If not already created, a new assembly-descriptor element will be created and returned.
 EnterpriseBeansType<EjbJarType<T>> EjbJarType.enterpriseBeans()
          If not already created, a new enterprise-beans element will be created and returned.
 java.util.List<IconType<EjbJarType<T>>> EjbJarType.getIconList()
          Returns all icon elements
 IconType<EjbJarType<T>> EjbJarType.icon()
          Returns the icon element
 InterceptorsType<EjbJarType<T>> EjbJarType.interceptors()
          If not already created, a new interceptors element will be created and returned.
 RelationshipsType<EjbJarType<T>> EjbJarType.relationships()
          If not already created, a new relationships element will be created and returned.
 

Uses of EjbJarType in org.jboss.shrinkwrap.descriptor.impl.ejbjar31
 

Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement EjbJarType
 class EjbJarTypeImpl<T>
          This class implements the ejb-jarType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return EjbJarType
 EjbJarType<T> EjbJarTypeImpl.removeAllDescription()
          Removes the description element
 EjbJarType<T> EjbJarTypeImpl.removeAllDisplayName()
          Removes the display-name element
 EjbJarType<T> EjbJarTypeImpl.removeAllIcon()
          Removes all icon elements
 EjbJarType<T> EjbJarTypeImpl.removeAssemblyDescriptor()
          Removes the assembly-descriptor element
 EjbJarType<T> EjbJarTypeImpl.removeEjbClientJar()
          Removes the ejb-client-jar element
 EjbJarType<T> EjbJarTypeImpl.removeEnterpriseBeans()
          Removes the enterprise-beans element
 EjbJarType<T> EjbJarTypeImpl.removeInterceptors()
          Removes the interceptors element
 EjbJarType<T> EjbJarTypeImpl.removeMetadataComplete()
          Removes the metadata-complete attribute
 EjbJarType<T> EjbJarTypeImpl.removeModuleName()
          Removes the module-name element
 EjbJarType<T> EjbJarTypeImpl.removeRelationships()
          Removes the relationships element
 EjbJarType<T> EjbJarTypeImpl.removeVersion()
          Removes the version attribute
 EjbJarType<T> EjbJarTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 EjbJarType<T> EjbJarTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 EjbJarType<T> EjbJarTypeImpl.setDisplayName(java.lang.String displayName)
          Creates a new display-name element
 EjbJarType<T> EjbJarTypeImpl.setDisplayNameList(java.lang.String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 EjbJarType<T> EjbJarTypeImpl.setEjbClientJar(java.lang.String ejbClientJar)
          If not already created, a new ejb-client-jar element with the given value will be created.
 EjbJarType<T> EjbJarTypeImpl.setMetadataComplete(java.lang.Boolean metadataComplete)
          Sets the metadata-complete attribute
 EjbJarType<T> EjbJarTypeImpl.setModuleName(java.lang.String moduleName)
          If not already created, a new module-name element with the given value will be created.
 EjbJarType<T> EjbJarTypeImpl.setVersion(java.lang.String version)
          Sets the version attribute
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return types with arguments of type EjbJarType
 AssemblyDescriptorType<EjbJarType<T>> EjbJarTypeImpl.assemblyDescriptor()
          If not already created, a new assembly-descriptor element will be created and returned.
 EnterpriseBeansType<EjbJarType<T>> EjbJarTypeImpl.enterpriseBeans()
          If not already created, a new enterprise-beans element will be created and returned.
 java.util.List<IconType<EjbJarType<T>>> EjbJarTypeImpl.getIconList()
          Returns all icon elements
 IconType<EjbJarType<T>> EjbJarTypeImpl.icon()
          Returns the icon element
 InterceptorsType<EjbJarType<T>> EjbJarTypeImpl.interceptors()
          If not already created, a new interceptors element will be created and returned.
 RelationshipsType<EjbJarType<T>> EjbJarTypeImpl.relationships()
          If not already created, a new relationships element will be created and returned.