Class EjbJar

  • All Implemented Interfaces:
    NamedModule

    public class EjbJar
    extends Object
    implements NamedModule
    ejb-jar_3_1.xsd

    Java class for ejb-jarType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ejb-jarType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="module-name" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
             <group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
             <element name="enterprise-beans" type="{http://java.sun.com/xml/ns/javaee}enterprise-beansType" minOccurs="0"/>
             <element name="interceptors" type="{http://java.sun.com/xml/ns/javaee}interceptorsType" minOccurs="0"/>
             <element name="relationships" type="{http://java.sun.com/xml/ns/javaee}relationshipsType" minOccurs="0"/>
             <element name="assembly-descriptor" type="{http://java.sun.com/xml/ns/javaee}assembly-descriptorType" minOccurs="0"/>
             <element name="ejb-client-jar" type="{http://java.sun.com/xml/ns/javaee}pathType" minOccurs="0"/>
           </sequence>
           <attribute name="version" use="required" type="{http://java.sun.com/xml/ns/javaee}dewey-versionType" fixed="3.1" />
           <attribute name="metadata-complete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>