You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by da...@apache.org on 2005/08/17 00:40:54 UTC

svn commit: r233071 [11/22] - in /geronimo/trunk/sandbox/eclipse-plugin: org.apache.geronimo.core/ org.apache.geronimo.core/src/org/apache/geronimo/core/internal/ org.apache.geronimo.deployment.model/META-INF/ org.apache.geronimo.deployment.model/emf/ ...

Propchange: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/JarPackage.java
------------------------------------------------------------------------------
    svn:executable = *

Added: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/MessageDrivenBeanType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/MessageDrivenBeanType.java?rev=233071&view=auto
==============================================================================
--- geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/MessageDrivenBeanType.java (added)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/MessageDrivenBeanType.java Tue Aug 16 15:39:15 2005
@@ -0,0 +1,242 @@
+/**
+ * Copyright 2004, 2005 The Apache Software Foundation or its licensors, as applicable
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package org.openejb.xml.ns.openejb.jar;
+
+import org.apache.geronimo.xml.ns.naming.ResourceLocatorType;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Message Driven Bean Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.MessageDrivenBeanType#getEjbName <em>Ejb Name</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.MessageDrivenBeanType#getResourceAdapter <em>Resource Adapter</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.MessageDrivenBeanType#getActivationConfig <em>Activation Config</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.MessageDrivenBeanType#getEjbRef <em>Ejb Ref</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.MessageDrivenBeanType#getEjbLocalRef <em>Ejb Local Ref</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.MessageDrivenBeanType#getServiceRef <em>Service Ref</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.MessageDrivenBeanType#getResourceRef <em>Resource Ref</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.MessageDrivenBeanType#getResourceEnvRef <em>Resource Env Ref</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.MessageDrivenBeanType#getId <em>Id</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.openejb.xml.ns.openejb.jar.JarPackage#getMessageDrivenBeanType()
+ * @model extendedMetaData="name='message-driven-beanType' kind='elementOnly'"
+ * @generated
+ */
+public interface MessageDrivenBeanType extends EObject {
+    /**
+     * Returns the value of the '<em><b>Ejb Name</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Ejb Name</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Ejb Name</em>' attribute.
+     * @see #setEjbName(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getMessageDrivenBeanType_EjbName()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
+     *        extendedMetaData="kind='element' name='ejb-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getEjbName();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.MessageDrivenBeanType#getEjbName <em>Ejb Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Ejb Name</em>' attribute.
+     * @see #getEjbName()
+     * @generated
+     */
+    void setEjbName(String value);
+
+    /**
+     * Returns the value of the '<em><b>Resource Adapter</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Resource Adapter</em>' containment reference isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Resource Adapter</em>' containment reference.
+     * @see #setResourceAdapter(ResourceLocatorType)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getMessageDrivenBeanType_ResourceAdapter()
+     * @model containment="true" resolveProxies="false" required="true"
+     *        extendedMetaData="kind='element' name='resource-adapter' namespace='http://geronimo.apache.org/xml/ns/naming'"
+     * @generated
+     */
+    ResourceLocatorType getResourceAdapter();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.MessageDrivenBeanType#getResourceAdapter <em>Resource Adapter</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Resource Adapter</em>' containment reference.
+     * @see #getResourceAdapter()
+     * @generated
+     */
+    void setResourceAdapter(ResourceLocatorType value);
+
+    /**
+     * Returns the value of the '<em><b>Activation Config</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Activation Config</em>' containment reference isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Activation Config</em>' containment reference.
+     * @see #setActivationConfig(ActivationConfigType)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getMessageDrivenBeanType_ActivationConfig()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='activation-config' namespace='##targetNamespace'"
+     * @generated
+     */
+    ActivationConfigType getActivationConfig();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.MessageDrivenBeanType#getActivationConfig <em>Activation Config</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Activation Config</em>' containment reference.
+     * @see #getActivationConfig()
+     * @generated
+     */
+    void setActivationConfig(ActivationConfigType value);
+
+    /**
+     * Returns the value of the '<em><b>Ejb Ref</b></em>' containment reference list.
+     * The list contents are of type {@link org.apache.geronimo.xml.ns.naming.EjbRefType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Ejb Ref</em>' containment reference list isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Ejb Ref</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getMessageDrivenBeanType_EjbRef()
+     * @model type="org.apache.geronimo.xml.ns.naming.EjbRefType" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='ejb-ref' namespace='http://geronimo.apache.org/xml/ns/naming'"
+     * @generated
+     */
+    EList getEjbRef();
+
+    /**
+     * Returns the value of the '<em><b>Ejb Local Ref</b></em>' containment reference list.
+     * The list contents are of type {@link org.apache.geronimo.xml.ns.naming.EjbLocalRefType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Ejb Local Ref</em>' containment reference list isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Ejb Local Ref</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getMessageDrivenBeanType_EjbLocalRef()
+     * @model type="org.apache.geronimo.xml.ns.naming.EjbLocalRefType" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='ejb-local-ref' namespace='http://geronimo.apache.org/xml/ns/naming'"
+     * @generated
+     */
+    EList getEjbLocalRef();
+
+    /**
+     * Returns the value of the '<em><b>Service Ref</b></em>' containment reference list.
+     * The list contents are of type {@link org.apache.geronimo.xml.ns.naming.ServiceRefType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Service Ref</em>' containment reference list isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Service Ref</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getMessageDrivenBeanType_ServiceRef()
+     * @model type="org.apache.geronimo.xml.ns.naming.ServiceRefType" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='service-ref' namespace='http://geronimo.apache.org/xml/ns/naming'"
+     * @generated
+     */
+    EList getServiceRef();
+
+    /**
+     * Returns the value of the '<em><b>Resource Ref</b></em>' containment reference list.
+     * The list contents are of type {@link org.apache.geronimo.xml.ns.naming.ResourceRefType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Resource Ref</em>' containment reference list isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Resource Ref</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getMessageDrivenBeanType_ResourceRef()
+     * @model type="org.apache.geronimo.xml.ns.naming.ResourceRefType" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='resource-ref' namespace='http://geronimo.apache.org/xml/ns/naming'"
+     * @generated
+     */
+    EList getResourceRef();
+
+    /**
+     * Returns the value of the '<em><b>Resource Env Ref</b></em>' containment reference list.
+     * The list contents are of type {@link org.apache.geronimo.xml.ns.naming.ResourceEnvRefType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Resource Env Ref</em>' containment reference list isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Resource Env Ref</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getMessageDrivenBeanType_ResourceEnvRef()
+     * @model type="org.apache.geronimo.xml.ns.naming.ResourceEnvRefType" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='resource-env-ref' namespace='http://geronimo.apache.org/xml/ns/naming'"
+     * @generated
+     */
+    EList getResourceEnvRef();
+
+    /**
+     * Returns the value of the '<em><b>Id</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Id</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Id</em>' attribute.
+     * @see #setId(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getMessageDrivenBeanType_Id()
+     * @model unique="false" id="true" dataType="org.eclipse.emf.ecore.xml.type.ID"
+     *        extendedMetaData="kind='attribute' name='id'"
+     * @generated
+     */
+    String getId();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.MessageDrivenBeanType#getId <em>Id</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Id</em>' attribute.
+     * @see #getId()
+     * @generated
+     */
+    void setId(String value);
+
+} // MessageDrivenBeanType

Propchange: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/MessageDrivenBeanType.java
------------------------------------------------------------------------------
    svn:executable = *

Added: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/MethodParamsType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/MethodParamsType.java?rev=233071&view=auto
==============================================================================
--- geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/MethodParamsType.java (added)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/MethodParamsType.java Tue Aug 16 15:39:15 2005
@@ -0,0 +1,56 @@
+/**
+ * Copyright 2004, 2005 The Apache Software Foundation or its licensors, as applicable
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package org.openejb.xml.ns.openejb.jar;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Method Params Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.MethodParamsType#getMethodParam <em>Method Param</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.openejb.xml.ns.openejb.jar.JarPackage#getMethodParamsType()
+ * @model extendedMetaData="name='method-params_._type' kind='elementOnly'"
+ * @generated
+ */
+public interface MethodParamsType extends EObject {
+    /**
+     * Returns the value of the '<em><b>Method Param</b></em>' attribute list.
+     * The list contents are of type {@link java.lang.String}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Method Param</em>' attribute list isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Method Param</em>' attribute list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getMethodParamsType_MethodParam()
+     * @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='method-param' namespace='##targetNamespace'"
+     * @generated
+     */
+    EList getMethodParam();
+
+} // MethodParamsType

Propchange: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/MethodParamsType.java
------------------------------------------------------------------------------
    svn:executable = *

Added: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/OpenejbJarType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/OpenejbJarType.java?rev=233071&view=auto
==============================================================================
--- geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/OpenejbJarType.java (added)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/OpenejbJarType.java Tue Aug 16 15:39:15 2005
@@ -0,0 +1,330 @@
+/**
+ * Copyright 2004, 2005 The Apache Software Foundation or its licensors, as applicable
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package org.openejb.xml.ns.openejb.jar;
+
+import org.apache.geronimo.xml.ns.naming.ResourceLocatorType;
+
+import org.apache.geronimo.xml.ns.security.SecurityType;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Openejb Jar Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.OpenejbJarType#getDependency <em>Dependency</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.OpenejbJarType#getCmpConnectionFactory <em>Cmp Connection Factory</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.OpenejbJarType#getEjbQlCompilerFactory <em>Ejb Ql Compiler Factory</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.OpenejbJarType#getDbSyntaxFactory <em>Db Syntax Factory</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.OpenejbJarType#getEnforceForeignKeyConstraints <em>Enforce Foreign Key Constraints</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.OpenejbJarType#getEnterpriseBeans <em>Enterprise Beans</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.OpenejbJarType#getRelationships <em>Relationships</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.OpenejbJarType#getSecurity <em>Security</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.OpenejbJarType#getGbean <em>Gbean</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.OpenejbJarType#getConfigId <em>Config Id</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.OpenejbJarType#getParentId <em>Parent Id</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.openejb.xml.ns.openejb.jar.JarPackage#getOpenejbJarType()
+ * @model extendedMetaData="name='openejb-jarType' kind='elementOnly'"
+ * @generated
+ */
+public interface OpenejbJarType extends EObject {
+    /**
+     * Returns the value of the '<em><b>Dependency</b></em>' containment reference list.
+     * The list contents are of type {@link org.apache.geronimo.xml.ns.deployment.DependencyType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Dependency</em>' containment reference list isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Dependency</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getOpenejbJarType_Dependency()
+     * @model type="org.apache.geronimo.xml.ns.deployment.DependencyType" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='dependency' namespace='http://geronimo.apache.org/xml/ns/deployment'"
+     * @generated
+     */
+    EList getDependency();
+
+    /**
+     * Returns the value of the '<em><b>Cmp Connection Factory</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Cmp Connection Factory</em>' containment reference isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Cmp Connection Factory</em>' containment reference.
+     * @see #setCmpConnectionFactory(ResourceLocatorType)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getOpenejbJarType_CmpConnectionFactory()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='cmp-connection-factory' namespace='http://geronimo.apache.org/xml/ns/naming'"
+     * @generated
+     */
+    ResourceLocatorType getCmpConnectionFactory();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.OpenejbJarType#getCmpConnectionFactory <em>Cmp Connection Factory</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Cmp Connection Factory</em>' containment reference.
+     * @see #getCmpConnectionFactory()
+     * @generated
+     */
+    void setCmpConnectionFactory(ResourceLocatorType value);
+
+    /**
+     * Returns the value of the '<em><b>Ejb Ql Compiler Factory</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Ejb Ql Compiler Factory</em>' containment reference isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Ejb Ql Compiler Factory</em>' containment reference.
+     * @see #setEjbQlCompilerFactory(EObject)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getOpenejbJarType_EjbQlCompilerFactory()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='ejb-ql-compiler-factory' namespace='##targetNamespace'"
+     * @generated
+     */
+    EObject getEjbQlCompilerFactory();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.OpenejbJarType#getEjbQlCompilerFactory <em>Ejb Ql Compiler Factory</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Ejb Ql Compiler Factory</em>' containment reference.
+     * @see #getEjbQlCompilerFactory()
+     * @generated
+     */
+    void setEjbQlCompilerFactory(EObject value);
+
+    /**
+     * Returns the value of the '<em><b>Db Syntax Factory</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Db Syntax Factory</em>' containment reference isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Db Syntax Factory</em>' containment reference.
+     * @see #setDbSyntaxFactory(EObject)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getOpenejbJarType_DbSyntaxFactory()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='db-syntax-factory' namespace='##targetNamespace'"
+     * @generated
+     */
+    EObject getDbSyntaxFactory();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.OpenejbJarType#getDbSyntaxFactory <em>Db Syntax Factory</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Db Syntax Factory</em>' containment reference.
+     * @see #getDbSyntaxFactory()
+     * @generated
+     */
+    void setDbSyntaxFactory(EObject value);
+
+    /**
+     * Returns the value of the '<em><b>Enforce Foreign Key Constraints</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Enforce Foreign Key Constraints</em>' containment reference isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Enforce Foreign Key Constraints</em>' containment reference.
+     * @see #setEnforceForeignKeyConstraints(EObject)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getOpenejbJarType_EnforceForeignKeyConstraints()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='enforce-foreign-key-constraints' namespace='##targetNamespace'"
+     * @generated
+     */
+    EObject getEnforceForeignKeyConstraints();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.OpenejbJarType#getEnforceForeignKeyConstraints <em>Enforce Foreign Key Constraints</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Enforce Foreign Key Constraints</em>' containment reference.
+     * @see #getEnforceForeignKeyConstraints()
+     * @generated
+     */
+    void setEnforceForeignKeyConstraints(EObject value);
+
+    /**
+     * Returns the value of the '<em><b>Enterprise Beans</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Enterprise Beans</em>' containment reference isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Enterprise Beans</em>' containment reference.
+     * @see #setEnterpriseBeans(EnterpriseBeansType)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getOpenejbJarType_EnterpriseBeans()
+     * @model containment="true" resolveProxies="false" required="true"
+     *        extendedMetaData="kind='element' name='enterprise-beans' namespace='##targetNamespace'"
+     * @generated
+     */
+    EnterpriseBeansType getEnterpriseBeans();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.OpenejbJarType#getEnterpriseBeans <em>Enterprise Beans</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Enterprise Beans</em>' containment reference.
+     * @see #getEnterpriseBeans()
+     * @generated
+     */
+    void setEnterpriseBeans(EnterpriseBeansType value);
+
+    /**
+     * Returns the value of the '<em><b>Relationships</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Relationships</em>' containment reference isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Relationships</em>' containment reference.
+     * @see #setRelationships(RelationshipsType)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getOpenejbJarType_Relationships()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='relationships' namespace='##targetNamespace'"
+     * @generated
+     */
+    RelationshipsType getRelationships();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.OpenejbJarType#getRelationships <em>Relationships</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Relationships</em>' containment reference.
+     * @see #getRelationships()
+     * @generated
+     */
+    void setRelationships(RelationshipsType value);
+
+    /**
+     * Returns the value of the '<em><b>Security</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Security</em>' containment reference isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Security</em>' containment reference.
+     * @see #setSecurity(SecurityType)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getOpenejbJarType_Security()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='security' namespace='http://geronimo.apache.org/xml/ns/security'"
+     * @generated
+     */
+    SecurityType getSecurity();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.OpenejbJarType#getSecurity <em>Security</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Security</em>' containment reference.
+     * @see #getSecurity()
+     * @generated
+     */
+    void setSecurity(SecurityType value);
+
+    /**
+     * Returns the value of the '<em><b>Gbean</b></em>' containment reference list.
+     * The list contents are of type {@link org.apache.geronimo.xml.ns.deployment.GbeanType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Gbean</em>' containment reference list isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Gbean</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getOpenejbJarType_Gbean()
+     * @model type="org.apache.geronimo.xml.ns.deployment.GbeanType" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='gbean' namespace='http://geronimo.apache.org/xml/ns/deployment'"
+     * @generated
+     */
+    EList getGbean();
+
+    /**
+     * Returns the value of the '<em><b>Config Id</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Config Id</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Config Id</em>' attribute.
+     * @see #setConfigId(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getOpenejbJarType_ConfigId()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
+     *        extendedMetaData="kind='attribute' name='configId'"
+     * @generated
+     */
+    String getConfigId();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.OpenejbJarType#getConfigId <em>Config Id</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Config Id</em>' attribute.
+     * @see #getConfigId()
+     * @generated
+     */
+    void setConfigId(String value);
+
+    /**
+     * Returns the value of the '<em><b>Parent Id</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Parent Id</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Parent Id</em>' attribute.
+     * @see #setParentId(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getOpenejbJarType_ParentId()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='attribute' name='parentId'"
+     * @generated
+     */
+    String getParentId();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.OpenejbJarType#getParentId <em>Parent Id</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Parent Id</em>' attribute.
+     * @see #getParentId()
+     * @generated
+     */
+    void setParentId(String value);
+
+} // OpenejbJarType

Propchange: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/OpenejbJarType.java
------------------------------------------------------------------------------
    svn:executable = *

Added: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/PrefetchGroupType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/PrefetchGroupType.java?rev=233071&view=auto
==============================================================================
--- geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/PrefetchGroupType.java (added)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/PrefetchGroupType.java Tue Aug 16 15:39:15 2005
@@ -0,0 +1,120 @@
+/**
+ * Copyright 2004, 2005 The Apache Software Foundation or its licensors, as applicable
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package org.openejb.xml.ns.openejb.jar;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Prefetch Group Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.PrefetchGroupType#getGroup <em>Group</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.PrefetchGroupType#getEntityGroupMapping <em>Entity Group Mapping</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.PrefetchGroupType#getCmpFieldGroupMapping <em>Cmp Field Group Mapping</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.PrefetchGroupType#getCmrFieldGroupMapping <em>Cmr Field Group Mapping</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.openejb.xml.ns.openejb.jar.JarPackage#getPrefetchGroupType()
+ * @model extendedMetaData="name='prefetch-group_._type' kind='elementOnly'"
+ * @generated
+ */
+public interface PrefetchGroupType extends EObject {
+    /**
+     * Returns the value of the '<em><b>Group</b></em>' containment reference list.
+     * The list contents are of type {@link org.openejb.xml.ns.openejb.jar.GroupType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Group</em>' containment reference list isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Group</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getPrefetchGroupType_Group()
+     * @model type="org.openejb.xml.ns.openejb.jar.GroupType" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='group' namespace='##targetNamespace'"
+     * @generated
+     */
+    EList getGroup();
+
+    /**
+     * Returns the value of the '<em><b>Entity Group Mapping</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Entity Group Mapping</em>' containment reference isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Entity Group Mapping</em>' containment reference.
+     * @see #setEntityGroupMapping(EntityGroupMappingType)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getPrefetchGroupType_EntityGroupMapping()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='entity-group-mapping' namespace='##targetNamespace'"
+     * @generated
+     */
+    EntityGroupMappingType getEntityGroupMapping();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.PrefetchGroupType#getEntityGroupMapping <em>Entity Group Mapping</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Entity Group Mapping</em>' containment reference.
+     * @see #getEntityGroupMapping()
+     * @generated
+     */
+    void setEntityGroupMapping(EntityGroupMappingType value);
+
+    /**
+     * Returns the value of the '<em><b>Cmp Field Group Mapping</b></em>' containment reference list.
+     * The list contents are of type {@link org.openejb.xml.ns.openejb.jar.CmpFieldGroupMappingType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Cmp Field Group Mapping</em>' containment reference list isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Cmp Field Group Mapping</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getPrefetchGroupType_CmpFieldGroupMapping()
+     * @model type="org.openejb.xml.ns.openejb.jar.CmpFieldGroupMappingType" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='cmp-field-group-mapping' namespace='##targetNamespace'"
+     * @generated
+     */
+    EList getCmpFieldGroupMapping();
+
+    /**
+     * Returns the value of the '<em><b>Cmr Field Group Mapping</b></em>' containment reference list.
+     * The list contents are of type {@link org.openejb.xml.ns.openejb.jar.CmrFieldGroupMappingType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Cmr Field Group Mapping</em>' containment reference list isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Cmr Field Group Mapping</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getPrefetchGroupType_CmrFieldGroupMapping()
+     * @model type="org.openejb.xml.ns.openejb.jar.CmrFieldGroupMappingType" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='cmr-field-group-mapping' namespace='##targetNamespace'"
+     * @generated
+     */
+    EList getCmrFieldGroupMapping();
+
+} // PrefetchGroupType

Propchange: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/PrefetchGroupType.java
------------------------------------------------------------------------------
    svn:executable = *

Added: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/QueryMethodType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/QueryMethodType.java?rev=233071&view=auto
==============================================================================
--- geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/QueryMethodType.java (added)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/QueryMethodType.java Tue Aug 16 15:39:15 2005
@@ -0,0 +1,92 @@
+/**
+ * Copyright 2004, 2005 The Apache Software Foundation or its licensors, as applicable
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package org.openejb.xml.ns.openejb.jar;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Query Method Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.QueryMethodType#getMethodName <em>Method Name</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.QueryMethodType#getMethodParams <em>Method Params</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.openejb.xml.ns.openejb.jar.JarPackage#getQueryMethodType()
+ * @model extendedMetaData="name='query-method_._type' kind='elementOnly'"
+ * @generated
+ */
+public interface QueryMethodType extends EObject {
+    /**
+     * Returns the value of the '<em><b>Method Name</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Method Name</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Method Name</em>' attribute.
+     * @see #setMethodName(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getQueryMethodType_MethodName()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
+     *        extendedMetaData="kind='element' name='method-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getMethodName();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.QueryMethodType#getMethodName <em>Method Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Method Name</em>' attribute.
+     * @see #getMethodName()
+     * @generated
+     */
+    void setMethodName(String value);
+
+    /**
+     * Returns the value of the '<em><b>Method Params</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Method Params</em>' containment reference isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Method Params</em>' containment reference.
+     * @see #setMethodParams(MethodParamsType)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getQueryMethodType_MethodParams()
+     * @model containment="true" resolveProxies="false" required="true"
+     *        extendedMetaData="kind='element' name='method-params' namespace='##targetNamespace'"
+     * @generated
+     */
+    MethodParamsType getMethodParams();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.QueryMethodType#getMethodParams <em>Method Params</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Method Params</em>' containment reference.
+     * @see #getMethodParams()
+     * @generated
+     */
+    void setMethodParams(MethodParamsType value);
+
+} // QueryMethodType

Propchange: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/QueryMethodType.java
------------------------------------------------------------------------------
    svn:executable = *

Added: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/QueryType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/QueryType.java?rev=233071&view=auto
==============================================================================
--- geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/QueryType.java (added)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/QueryType.java Tue Aug 16 15:39:15 2005
@@ -0,0 +1,176 @@
+/**
+ * Copyright 2004, 2005 The Apache Software Foundation or its licensors, as applicable
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package org.openejb.xml.ns.openejb.jar;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Query Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.QueryType#getQueryMethod <em>Query Method</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.QueryType#getResultTypeMapping <em>Result Type Mapping</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.QueryType#getEjbQl <em>Ejb Ql</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.QueryType#getNoCacheFlush <em>No Cache Flush</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.QueryType#getGroupName <em>Group Name</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.openejb.xml.ns.openejb.jar.JarPackage#getQueryType()
+ * @model extendedMetaData="name='queryType' kind='elementOnly'"
+ * @generated
+ */
+public interface QueryType extends EObject {
+    /**
+     * Returns the value of the '<em><b>Query Method</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Query Method</em>' containment reference isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Query Method</em>' containment reference.
+     * @see #setQueryMethod(QueryMethodType)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getQueryType_QueryMethod()
+     * @model containment="true" resolveProxies="false" required="true"
+     *        extendedMetaData="kind='element' name='query-method' namespace='##targetNamespace'"
+     * @generated
+     */
+    QueryMethodType getQueryMethod();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.QueryType#getQueryMethod <em>Query Method</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Query Method</em>' containment reference.
+     * @see #getQueryMethod()
+     * @generated
+     */
+    void setQueryMethod(QueryMethodType value);
+
+    /**
+     * Returns the value of the '<em><b>Result Type Mapping</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Result Type Mapping</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Result Type Mapping</em>' attribute.
+     * @see #setResultTypeMapping(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getQueryType_ResultTypeMapping()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='result-type-mapping' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getResultTypeMapping();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.QueryType#getResultTypeMapping <em>Result Type Mapping</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Result Type Mapping</em>' attribute.
+     * @see #getResultTypeMapping()
+     * @generated
+     */
+    void setResultTypeMapping(String value);
+
+    /**
+     * Returns the value of the '<em><b>Ejb Ql</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Ejb Ql</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Ejb Ql</em>' attribute.
+     * @see #setEjbQl(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getQueryType_EjbQl()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='ejb-ql' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getEjbQl();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.QueryType#getEjbQl <em>Ejb Ql</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Ejb Ql</em>' attribute.
+     * @see #getEjbQl()
+     * @generated
+     */
+    void setEjbQl(String value);
+
+    /**
+     * Returns the value of the '<em><b>No Cache Flush</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>No Cache Flush</em>' containment reference isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>No Cache Flush</em>' containment reference.
+     * @see #setNoCacheFlush(EObject)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getQueryType_NoCacheFlush()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='no-cache-flush' namespace='##targetNamespace'"
+     * @generated
+     */
+    EObject getNoCacheFlush();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.QueryType#getNoCacheFlush <em>No Cache Flush</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>No Cache Flush</em>' containment reference.
+     * @see #getNoCacheFlush()
+     * @generated
+     */
+    void setNoCacheFlush(EObject value);
+
+    /**
+     * Returns the value of the '<em><b>Group Name</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Group Name</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Group Name</em>' attribute.
+     * @see #setGroupName(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getQueryType_GroupName()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='group-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getGroupName();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.QueryType#getGroupName <em>Group Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Group Name</em>' attribute.
+     * @see #getGroupName()
+     * @generated
+     */
+    void setGroupName(String value);
+
+} // QueryType

Propchange: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/QueryType.java
------------------------------------------------------------------------------
    svn:executable = *

Added: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/RelationshipRoleSourceType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/RelationshipRoleSourceType.java?rev=233071&view=auto
==============================================================================
--- geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/RelationshipRoleSourceType.java (added)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/RelationshipRoleSourceType.java Tue Aug 16 15:39:15 2005
@@ -0,0 +1,64 @@
+/**
+ * Copyright 2004, 2005 The Apache Software Foundation or its licensors, as applicable
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package org.openejb.xml.ns.openejb.jar;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Relationship Role Source Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.RelationshipRoleSourceType#getEjbName <em>Ejb Name</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.openejb.xml.ns.openejb.jar.JarPackage#getRelationshipRoleSourceType()
+ * @model extendedMetaData="name='relationship-role-source_._type' kind='elementOnly'"
+ * @generated
+ */
+public interface RelationshipRoleSourceType extends EObject {
+    /**
+     * Returns the value of the '<em><b>Ejb Name</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Ejb Name</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Ejb Name</em>' attribute.
+     * @see #setEjbName(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getRelationshipRoleSourceType_EjbName()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
+     *        extendedMetaData="kind='element' name='ejb-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getEjbName();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.RelationshipRoleSourceType#getEjbName <em>Ejb Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Ejb Name</em>' attribute.
+     * @see #getEjbName()
+     * @generated
+     */
+    void setEjbName(String value);
+
+} // RelationshipRoleSourceType

Propchange: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/RelationshipRoleSourceType.java
------------------------------------------------------------------------------
    svn:executable = *

Added: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/RelationshipsType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/RelationshipsType.java?rev=233071&view=auto
==============================================================================
--- geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/RelationshipsType.java (added)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/RelationshipsType.java Tue Aug 16 15:39:15 2005
@@ -0,0 +1,56 @@
+/**
+ * Copyright 2004, 2005 The Apache Software Foundation or its licensors, as applicable
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package org.openejb.xml.ns.openejb.jar;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Relationships Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.RelationshipsType#getEjbRelation <em>Ejb Relation</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.openejb.xml.ns.openejb.jar.JarPackage#getRelationshipsType()
+ * @model extendedMetaData="name='relationshipsType' kind='elementOnly'"
+ * @generated
+ */
+public interface RelationshipsType extends EObject {
+    /**
+     * Returns the value of the '<em><b>Ejb Relation</b></em>' containment reference list.
+     * The list contents are of type {@link org.openejb.xml.ns.openejb.jar.EjbRelationType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Ejb Relation</em>' containment reference list isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Ejb Relation</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getRelationshipsType_EjbRelation()
+     * @model type="org.openejb.xml.ns.openejb.jar.EjbRelationType" containment="true" resolveProxies="false" required="true"
+     *        extendedMetaData="kind='element' name='ejb-relation' namespace='##targetNamespace'"
+     * @generated
+     */
+    EList getEjbRelation();
+
+} // RelationshipsType

Propchange: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/RelationshipsType.java
------------------------------------------------------------------------------
    svn:executable = *

Added: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/RoleMappingType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/RoleMappingType.java?rev=233071&view=auto
==============================================================================
--- geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/RoleMappingType.java (added)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/RoleMappingType.java Tue Aug 16 15:39:15 2005
@@ -0,0 +1,56 @@
+/**
+ * Copyright 2004, 2005 The Apache Software Foundation or its licensors, as applicable
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package org.openejb.xml.ns.openejb.jar;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Role Mapping Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.RoleMappingType#getCmrFieldMapping <em>Cmr Field Mapping</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.openejb.xml.ns.openejb.jar.JarPackage#getRoleMappingType()
+ * @model extendedMetaData="name='role-mapping_._type' kind='elementOnly'"
+ * @generated
+ */
+public interface RoleMappingType extends EObject {
+    /**
+     * Returns the value of the '<em><b>Cmr Field Mapping</b></em>' containment reference list.
+     * The list contents are of type {@link org.openejb.xml.ns.openejb.jar.CmrFieldMappingType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Cmr Field Mapping</em>' containment reference list isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Cmr Field Mapping</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getRoleMappingType_CmrFieldMapping()
+     * @model type="org.openejb.xml.ns.openejb.jar.CmrFieldMappingType" containment="true" resolveProxies="false" required="true"
+     *        extendedMetaData="kind='element' name='cmr-field-mapping' namespace='##targetNamespace'"
+     * @generated
+     */
+    EList getCmrFieldMapping();
+
+} // RoleMappingType

Propchange: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/RoleMappingType.java
------------------------------------------------------------------------------
    svn:executable = *

Added: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/SessionBeanType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/SessionBeanType.java?rev=233071&view=auto
==============================================================================
--- geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/SessionBeanType.java (added)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/SessionBeanType.java Tue Aug 16 15:39:15 2005
@@ -0,0 +1,360 @@
+/**
+ * Copyright 2004, 2005 The Apache Software Foundation or its licensors, as applicable
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package org.openejb.xml.ns.openejb.jar;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Session Bean Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getEjbName <em>Ejb Name</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getJndiName <em>Jndi Name</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getLocalJndiName <em>Local Jndi Name</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getTssTargetName <em>Tss Target Name</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getTssLink <em>Tss Link</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getTss <em>Tss</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getEjbRef <em>Ejb Ref</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getEjbLocalRef <em>Ejb Local Ref</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getServiceRef <em>Service Ref</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getResourceRef <em>Resource Ref</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getResourceEnvRef <em>Resource Env Ref</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getWebServiceAddress <em>Web Service Address</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getWebServiceSecurity <em>Web Service Security</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getId <em>Id</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType()
+ * @model extendedMetaData="name='session-beanType' kind='elementOnly'"
+ * @generated
+ */
+public interface SessionBeanType extends EObject {
+    /**
+     * Returns the value of the '<em><b>Ejb Name</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Ejb Name</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Ejb Name</em>' attribute.
+     * @see #setEjbName(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_EjbName()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
+     *        extendedMetaData="kind='element' name='ejb-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getEjbName();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getEjbName <em>Ejb Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Ejb Name</em>' attribute.
+     * @see #getEjbName()
+     * @generated
+     */
+    void setEjbName(String value);
+
+    /**
+     * Returns the value of the '<em><b>Jndi Name</b></em>' attribute list.
+     * The list contents are of type {@link java.lang.String}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Jndi Name</em>' attribute list isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Jndi Name</em>' attribute list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_JndiName()
+     * @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='jndi-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    EList getJndiName();
+
+    /**
+     * Returns the value of the '<em><b>Local Jndi Name</b></em>' attribute list.
+     * The list contents are of type {@link java.lang.String}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Local Jndi Name</em>' attribute list isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Local Jndi Name</em>' attribute list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_LocalJndiName()
+     * @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='local-jndi-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    EList getLocalJndiName();
+
+    /**
+     * Returns the value of the '<em><b>Tss Target Name</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Tss Target Name</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Tss Target Name</em>' attribute.
+     * @see #setTssTargetName(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_TssTargetName()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='tss-target-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getTssTargetName();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getTssTargetName <em>Tss Target Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Tss Target Name</em>' attribute.
+     * @see #getTssTargetName()
+     * @generated
+     */
+    void setTssTargetName(String value);
+
+    /**
+     * Returns the value of the '<em><b>Tss Link</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Tss Link</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Tss Link</em>' attribute.
+     * @see #setTssLink(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_TssLink()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='tss-link' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getTssLink();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getTssLink <em>Tss Link</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Tss Link</em>' attribute.
+     * @see #getTssLink()
+     * @generated
+     */
+    void setTssLink(String value);
+
+    /**
+     * Returns the value of the '<em><b>Tss</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Tss</em>' containment reference isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Tss</em>' containment reference.
+     * @see #setTss(TssType)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_Tss()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='tss' namespace='##targetNamespace'"
+     * @generated
+     */
+    TssType getTss();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getTss <em>Tss</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Tss</em>' containment reference.
+     * @see #getTss()
+     * @generated
+     */
+    void setTss(TssType value);
+
+    /**
+     * Returns the value of the '<em><b>Ejb Ref</b></em>' containment reference list.
+     * The list contents are of type {@link org.apache.geronimo.xml.ns.naming.EjbRefType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Ejb Ref</em>' containment reference list isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Ejb Ref</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_EjbRef()
+     * @model type="org.apache.geronimo.xml.ns.naming.EjbRefType" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='ejb-ref' namespace='http://geronimo.apache.org/xml/ns/naming'"
+     * @generated
+     */
+    EList getEjbRef();
+
+    /**
+     * Returns the value of the '<em><b>Ejb Local Ref</b></em>' containment reference list.
+     * The list contents are of type {@link org.apache.geronimo.xml.ns.naming.EjbLocalRefType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Ejb Local Ref</em>' containment reference list isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Ejb Local Ref</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_EjbLocalRef()
+     * @model type="org.apache.geronimo.xml.ns.naming.EjbLocalRefType" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='ejb-local-ref' namespace='http://geronimo.apache.org/xml/ns/naming'"
+     * @generated
+     */
+    EList getEjbLocalRef();
+
+    /**
+     * Returns the value of the '<em><b>Service Ref</b></em>' containment reference list.
+     * The list contents are of type {@link org.apache.geronimo.xml.ns.naming.ServiceRefType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Service Ref</em>' containment reference list isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Service Ref</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_ServiceRef()
+     * @model type="org.apache.geronimo.xml.ns.naming.ServiceRefType" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='service-ref' namespace='http://geronimo.apache.org/xml/ns/naming'"
+     * @generated
+     */
+    EList getServiceRef();
+
+    /**
+     * Returns the value of the '<em><b>Resource Ref</b></em>' containment reference list.
+     * The list contents are of type {@link org.apache.geronimo.xml.ns.naming.ResourceRefType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Resource Ref</em>' containment reference list isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Resource Ref</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_ResourceRef()
+     * @model type="org.apache.geronimo.xml.ns.naming.ResourceRefType" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='resource-ref' namespace='http://geronimo.apache.org/xml/ns/naming'"
+     * @generated
+     */
+    EList getResourceRef();
+
+    /**
+     * Returns the value of the '<em><b>Resource Env Ref</b></em>' containment reference list.
+     * The list contents are of type {@link org.apache.geronimo.xml.ns.naming.ResourceEnvRefType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Resource Env Ref</em>' containment reference list isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Resource Env Ref</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_ResourceEnvRef()
+     * @model type="org.apache.geronimo.xml.ns.naming.ResourceEnvRefType" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='resource-env-ref' namespace='http://geronimo.apache.org/xml/ns/naming'"
+     * @generated
+     */
+    EList getResourceEnvRef();
+
+    /**
+     * Returns the value of the '<em><b>Web Service Address</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Web Service Address</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Web Service Address</em>' attribute.
+     * @see #setWebServiceAddress(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_WebServiceAddress()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='web-service-address' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getWebServiceAddress();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getWebServiceAddress <em>Web Service Address</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Web Service Address</em>' attribute.
+     * @see #getWebServiceAddress()
+     * @generated
+     */
+    void setWebServiceAddress(String value);
+
+    /**
+     * Returns the value of the '<em><b>Web Service Security</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Web Service Security</em>' containment reference isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Web Service Security</em>' containment reference.
+     * @see #setWebServiceSecurity(WebServiceSecurityType)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_WebServiceSecurity()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='web-service-security' namespace='##targetNamespace'"
+     * @generated
+     */
+    WebServiceSecurityType getWebServiceSecurity();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getWebServiceSecurity <em>Web Service Security</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Web Service Security</em>' containment reference.
+     * @see #getWebServiceSecurity()
+     * @generated
+     */
+    void setWebServiceSecurity(WebServiceSecurityType value);
+
+    /**
+     * Returns the value of the '<em><b>Id</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Id</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Id</em>' attribute.
+     * @see #setId(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_Id()
+     * @model unique="false" id="true" dataType="org.eclipse.emf.ecore.xml.type.ID"
+     *        extendedMetaData="kind='attribute' name='id'"
+     * @generated
+     */
+    String getId();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getId <em>Id</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Id</em>' attribute.
+     * @see #getId()
+     * @generated
+     */
+    void setId(String value);
+
+} // SessionBeanType

Propchange: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/SessionBeanType.java
------------------------------------------------------------------------------
    svn:executable = *

Added: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/TransportGuaranteeType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/TransportGuaranteeType.java?rev=233071&view=auto
==============================================================================
--- geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/TransportGuaranteeType.java (added)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/TransportGuaranteeType.java Tue Aug 16 15:39:15 2005
@@ -0,0 +1,171 @@
+/**
+ * Copyright 2004, 2005 The Apache Software Foundation or its licensors, as applicable
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package org.openejb.xml.ns.openejb.jar;
+
+import java.util.Arrays;
+import java.util.Collections;
+import java.util.List;
+
+import org.eclipse.emf.common.util.AbstractEnumerator;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the literals of the enumeration '<em><b>Transport Guarantee Type</b></em>',
+ * and utility methods for working with them.
+ * <!-- end-user-doc -->
+ * @see org.openejb.xml.ns.openejb.jar.JarPackage#getTransportGuaranteeType()
+ * @model
+ * @generated
+ */
+public final class TransportGuaranteeType extends AbstractEnumerator {
+    /**
+     * The '<em><b>NONE</b></em>' literal value.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of '<em><b>NONE</b></em>' literal object isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @see #NONE_LITERAL
+     * @model
+     * @generated
+     * @ordered
+     */
+    public static final int NONE = 0;
+
+    /**
+     * The '<em><b>INTEGRAL</b></em>' literal value.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of '<em><b>INTEGRAL</b></em>' literal object isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @see #INTEGRAL_LITERAL
+     * @model
+     * @generated
+     * @ordered
+     */
+    public static final int INTEGRAL = 1;
+
+    /**
+     * The '<em><b>CONFIDENTIAL</b></em>' literal value.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of '<em><b>CONFIDENTIAL</b></em>' literal object isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @see #CONFIDENTIAL_LITERAL
+     * @model
+     * @generated
+     * @ordered
+     */
+    public static final int CONFIDENTIAL = 2;
+
+    /**
+     * The '<em><b>NONE</b></em>' literal object.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #NONE
+     * @generated
+     * @ordered
+     */
+    public static final TransportGuaranteeType NONE_LITERAL = new TransportGuaranteeType(NONE, "NONE");
+
+    /**
+     * The '<em><b>INTEGRAL</b></em>' literal object.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #INTEGRAL
+     * @generated
+     * @ordered
+     */
+    public static final TransportGuaranteeType INTEGRAL_LITERAL = new TransportGuaranteeType(INTEGRAL, "INTEGRAL");
+
+    /**
+     * The '<em><b>CONFIDENTIAL</b></em>' literal object.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #CONFIDENTIAL
+     * @generated
+     * @ordered
+     */
+    public static final TransportGuaranteeType CONFIDENTIAL_LITERAL = new TransportGuaranteeType(CONFIDENTIAL, "CONFIDENTIAL");
+
+    /**
+     * An array of all the '<em><b>Transport Guarantee Type</b></em>' enumerators.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    private static final TransportGuaranteeType[] VALUES_ARRAY =
+        new TransportGuaranteeType[] {
+            NONE_LITERAL,
+            INTEGRAL_LITERAL,
+            CONFIDENTIAL_LITERAL,
+        };
+
+    /**
+     * A public read-only list of all the '<em><b>Transport Guarantee Type</b></em>' enumerators.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public static final List VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY));
+
+    /**
+     * Returns the '<em><b>Transport Guarantee Type</b></em>' literal with the specified name.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public static TransportGuaranteeType get(String name) {
+        for (int i = 0; i < VALUES_ARRAY.length; ++i) {
+            TransportGuaranteeType result = VALUES_ARRAY[i];
+            if (result.toString().equals(name)) {
+                return result;
+            }
+        }
+        return null;
+    }
+
+    /**
+     * Returns the '<em><b>Transport Guarantee Type</b></em>' literal with the specified value.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public static TransportGuaranteeType get(int value) {
+        switch (value) {
+            case NONE: return NONE_LITERAL;
+            case INTEGRAL: return INTEGRAL_LITERAL;
+            case CONFIDENTIAL: return CONFIDENTIAL_LITERAL;
+        }
+        return null;	
+    }
+
+    /**
+     * Only this class can construct instances.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    private TransportGuaranteeType(int value, String name) {
+        super(value, name);
+    }
+
+} //TransportGuaranteeType

Propchange: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/TransportGuaranteeType.java
------------------------------------------------------------------------------
    svn:executable = *