You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@apache.org on 2005/08/24 23:36:53 UTC

svn commit: r239937 [13/73] - in /geronimo/trunk/sandbox/eclipse-plugin: org.apache.geronimo.core/src/org/apache/geronimo/core/internal/ org.apache.geronimo.core/src/org/apache/geronimo/core/operations/ org.apache.geronimo.deployment.model/src/org/apac...

Modified: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/ApplicationType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/ApplicationType.java?rev=239937&r1=239936&r2=239937&view=diff
==============================================================================
--- geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/ApplicationType.java (original)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/ApplicationType.java Wed Aug 24 14:34:34 2005
@@ -1,226 +1,226 @@
-/**
- * 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.apache.geronimo.xml.ns.j2ee.application;
-
-import java.lang.String;
-
-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>Type</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ApplicationType#getDependency <em>Dependency</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ApplicationType#getModule <em>Module</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ApplicationType#getExtModule <em>Ext Module</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ApplicationType#getSecurity <em>Security</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ApplicationType#getGbean <em>Gbean</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ApplicationType#getApplicationName <em>Application Name</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ApplicationType#getConfigId <em>Config Id</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ApplicationType#getParentId <em>Parent Id</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getApplicationType()
- * @model extendedMetaData="name='applicationType' kind='elementOnly'"
- * @generated
- */
-public interface ApplicationType 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.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getApplicationType_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>Module</b></em>' containment reference list.
-     * The list contents are of type {@link org.apache.geronimo.xml.ns.j2ee.application.ModuleType}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Module</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>Module</em>' containment reference list.
-     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getApplicationType_Module()
-     * @model type="org.apache.geronimo.xml.ns.j2ee.application.ModuleType" containment="true" resolveProxies="false"
-     *        extendedMetaData="kind='element' name='module' namespace='##targetNamespace'"
-     * @generated
-     */
-    EList getModule();
-
-    /**
-     * Returns the value of the '<em><b>Ext Module</b></em>' containment reference list.
-     * The list contents are of type {@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Ext Module</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>Ext Module</em>' containment reference list.
-     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getApplicationType_ExtModule()
-     * @model type="org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType" containment="true" resolveProxies="false"
-     *        extendedMetaData="kind='element' name='ext-module' namespace='##targetNamespace'"
-     * @generated
-     */
-    EList getExtModule();
-
-    /**
-     * 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.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getApplicationType_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.apache.geronimo.xml.ns.j2ee.application.ApplicationType#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.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getApplicationType_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>Application Name</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Application 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>Application Name</em>' attribute.
-     * @see #setApplicationName(String)
-     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getApplicationType_ApplicationName()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='attribute' name='application-name'"
-     * @generated
-     */
-    String getApplicationName();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.ApplicationType#getApplicationName <em>Application Name</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Application Name</em>' attribute.
-     * @see #getApplicationName()
-     * @generated
-     */
-    void setApplicationName(String value);
-
-    /**
-     * 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.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getApplicationType_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.apache.geronimo.xml.ns.j2ee.application.ApplicationType#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.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getApplicationType_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.apache.geronimo.xml.ns.j2ee.application.ApplicationType#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);
-
-} // ApplicationType
+/**
+ * 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.apache.geronimo.xml.ns.j2ee.application;
+
+import java.lang.String;
+
+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>Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ApplicationType#getDependency <em>Dependency</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ApplicationType#getModule <em>Module</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ApplicationType#getExtModule <em>Ext Module</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ApplicationType#getSecurity <em>Security</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ApplicationType#getGbean <em>Gbean</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ApplicationType#getApplicationName <em>Application Name</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ApplicationType#getConfigId <em>Config Id</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ApplicationType#getParentId <em>Parent Id</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getApplicationType()
+ * @model extendedMetaData="name='applicationType' kind='elementOnly'"
+ * @generated
+ */
+public interface ApplicationType 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.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getApplicationType_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>Module</b></em>' containment reference list.
+     * The list contents are of type {@link org.apache.geronimo.xml.ns.j2ee.application.ModuleType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Module</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>Module</em>' containment reference list.
+     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getApplicationType_Module()
+     * @model type="org.apache.geronimo.xml.ns.j2ee.application.ModuleType" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='module' namespace='##targetNamespace'"
+     * @generated
+     */
+    EList getModule();
+
+    /**
+     * Returns the value of the '<em><b>Ext Module</b></em>' containment reference list.
+     * The list contents are of type {@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Ext Module</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>Ext Module</em>' containment reference list.
+     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getApplicationType_ExtModule()
+     * @model type="org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='ext-module' namespace='##targetNamespace'"
+     * @generated
+     */
+    EList getExtModule();
+
+    /**
+     * 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.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getApplicationType_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.apache.geronimo.xml.ns.j2ee.application.ApplicationType#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.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getApplicationType_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>Application Name</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Application 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>Application Name</em>' attribute.
+     * @see #setApplicationName(String)
+     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getApplicationType_ApplicationName()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='attribute' name='application-name'"
+     * @generated
+     */
+    String getApplicationName();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.ApplicationType#getApplicationName <em>Application Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Application Name</em>' attribute.
+     * @see #getApplicationName()
+     * @generated
+     */
+    void setApplicationName(String value);
+
+    /**
+     * 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.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getApplicationType_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.apache.geronimo.xml.ns.j2ee.application.ApplicationType#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.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getApplicationType_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.apache.geronimo.xml.ns.j2ee.application.ApplicationType#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);
+
+} // ApplicationType

Propchange: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/ApplicationType.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/DocumentRoot.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/DocumentRoot.java?rev=239937&r1=239936&r2=239937&view=diff
==============================================================================
--- geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/DocumentRoot.java (original)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/DocumentRoot.java Wed Aug 24 14:34:34 2005
@@ -1,124 +1,124 @@
-/**
- * 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.apache.geronimo.xml.ns.j2ee.application;
-
-import org.eclipse.emf.common.util.EMap;
-
-import org.eclipse.emf.ecore.EObject;
-
-import org.eclipse.emf.ecore.util.FeatureMap;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Document Root</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.DocumentRoot#getMixed <em>Mixed</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.DocumentRoot#getXMLNSPrefixMap <em>XMLNS Prefix Map</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.DocumentRoot#getXSISchemaLocation <em>XSI Schema Location</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.DocumentRoot#getApplication <em>Application</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getDocumentRoot()
- * @model extendedMetaData="name='' kind='mixed'"
- * @generated
- */
-public interface DocumentRoot extends EObject {
-    /**
-     * Returns the value of the '<em><b>Mixed</b></em>' attribute list.
-     * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Mixed</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>Mixed</em>' attribute list.
-     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getDocumentRoot_Mixed()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true"
-     *        extendedMetaData="kind='elementWildcard' name=':mixed'"
-     * @generated
-     */
-    FeatureMap getMixed();
-
-    /**
-     * Returns the value of the '<em><b>XMLNS Prefix Map</b></em>' map.
-     * The key is of type {@link java.lang.String},
-     * and the value is of type {@link java.lang.String},
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>XMLNS Prefix Map</em>' map isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>XMLNS Prefix Map</em>' map.
-     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getDocumentRoot_XMLNSPrefixMap()
-     * @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" keyType="java.lang.String" valueType="java.lang.String" transient="true"
-     *        extendedMetaData="kind='attribute' name='xmlns:prefix'"
-     * @generated
-     */
-    EMap getXMLNSPrefixMap();
-
-    /**
-     * Returns the value of the '<em><b>XSI Schema Location</b></em>' map.
-     * The key is of type {@link java.lang.String},
-     * and the value is of type {@link java.lang.String},
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>XSI Schema Location</em>' map isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>XSI Schema Location</em>' map.
-     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getDocumentRoot_XSISchemaLocation()
-     * @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" keyType="java.lang.String" valueType="java.lang.String" transient="true"
-     *        extendedMetaData="kind='attribute' name='xsi:schemaLocation'"
-     * @generated
-     */
-    EMap getXSISchemaLocation();
-
-    /**
-     * Returns the value of the '<em><b>Application</b></em>' containment reference.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Application</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>Application</em>' containment reference.
-     * @see #setApplication(ApplicationType)
-     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getDocumentRoot_Application()
-     * @model containment="true" resolveProxies="false" upper="-2" transient="true" volatile="true" derived="true"
-     *        extendedMetaData="kind='element' name='application' namespace='##targetNamespace'"
-     * @generated
-     */
-    ApplicationType getApplication();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.DocumentRoot#getApplication <em>Application</em>}' containment reference.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Application</em>' containment reference.
-     * @see #getApplication()
-     * @generated
-     */
-    void setApplication(ApplicationType value);
-
-} // DocumentRoot
+/**
+ * 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.apache.geronimo.xml.ns.j2ee.application;
+
+import org.eclipse.emf.common.util.EMap;
+
+import org.eclipse.emf.ecore.EObject;
+
+import org.eclipse.emf.ecore.util.FeatureMap;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Document Root</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.DocumentRoot#getMixed <em>Mixed</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.DocumentRoot#getXMLNSPrefixMap <em>XMLNS Prefix Map</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.DocumentRoot#getXSISchemaLocation <em>XSI Schema Location</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.DocumentRoot#getApplication <em>Application</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getDocumentRoot()
+ * @model extendedMetaData="name='' kind='mixed'"
+ * @generated
+ */
+public interface DocumentRoot extends EObject {
+    /**
+     * Returns the value of the '<em><b>Mixed</b></em>' attribute list.
+     * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Mixed</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>Mixed</em>' attribute list.
+     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getDocumentRoot_Mixed()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true"
+     *        extendedMetaData="kind='elementWildcard' name=':mixed'"
+     * @generated
+     */
+    FeatureMap getMixed();
+
+    /**
+     * Returns the value of the '<em><b>XMLNS Prefix Map</b></em>' map.
+     * The key is of type {@link java.lang.String},
+     * and the value is of type {@link java.lang.String},
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>XMLNS Prefix Map</em>' map isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>XMLNS Prefix Map</em>' map.
+     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getDocumentRoot_XMLNSPrefixMap()
+     * @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" keyType="java.lang.String" valueType="java.lang.String" transient="true"
+     *        extendedMetaData="kind='attribute' name='xmlns:prefix'"
+     * @generated
+     */
+    EMap getXMLNSPrefixMap();
+
+    /**
+     * Returns the value of the '<em><b>XSI Schema Location</b></em>' map.
+     * The key is of type {@link java.lang.String},
+     * and the value is of type {@link java.lang.String},
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>XSI Schema Location</em>' map isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>XSI Schema Location</em>' map.
+     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getDocumentRoot_XSISchemaLocation()
+     * @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" keyType="java.lang.String" valueType="java.lang.String" transient="true"
+     *        extendedMetaData="kind='attribute' name='xsi:schemaLocation'"
+     * @generated
+     */
+    EMap getXSISchemaLocation();
+
+    /**
+     * Returns the value of the '<em><b>Application</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Application</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>Application</em>' containment reference.
+     * @see #setApplication(ApplicationType)
+     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getDocumentRoot_Application()
+     * @model containment="true" resolveProxies="false" upper="-2" transient="true" volatile="true" derived="true"
+     *        extendedMetaData="kind='element' name='application' namespace='##targetNamespace'"
+     * @generated
+     */
+    ApplicationType getApplication();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.DocumentRoot#getApplication <em>Application</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Application</em>' containment reference.
+     * @see #getApplication()
+     * @generated
+     */
+    void setApplication(ApplicationType value);
+
+} // DocumentRoot

Propchange: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/DocumentRoot.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/ExtModuleType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/ExtModuleType.java?rev=239937&r1=239936&r2=239937&view=diff
==============================================================================
--- geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/ExtModuleType.java (original)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/ExtModuleType.java Wed Aug 24 14:34:34 2005
@@ -1,233 +1,233 @@
-/**
- * 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.apache.geronimo.xml.ns.j2ee.application;
-
-import java.lang.String;
-
-import org.eclipse.emf.ecore.EObject;
-
-import org.eclipse.emf.ecore.util.FeatureMap;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Ext Module Type</b></em>'.
- * <!-- end-user-doc -->
- *
- * <!-- begin-model-doc -->
- * 
- * 	Mirrors the moduleType defined by application_1_4.xsd and adds an
- * 	optional alt-dd element defining a Geronimo specific deployment descriptor.
- *             
- * <!-- end-model-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType#getConnector <em>Connector</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType#getEjb <em>Ejb</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType#getJava <em>Java</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType#getWeb <em>Web</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType#getInternalPath <em>Internal Path</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType#getExternalPath <em>External Path</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType#getAny <em>Any</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getExtModuleType()
- * @model extendedMetaData="name='ext-moduleType' kind='elementOnly'"
- * @generated
- */
-public interface ExtModuleType extends EObject {
-    /**
-     * Returns the value of the '<em><b>Connector</b></em>' containment reference.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Connector</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>Connector</em>' containment reference.
-     * @see #setConnector(PathType)
-     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getExtModuleType_Connector()
-     * @model containment="true" resolveProxies="false"
-     *        extendedMetaData="kind='element' name='connector' namespace='##targetNamespace'"
-     * @generated
-     */
-    PathType getConnector();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType#getConnector <em>Connector</em>}' containment reference.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Connector</em>' containment reference.
-     * @see #getConnector()
-     * @generated
-     */
-    void setConnector(PathType value);
-
-    /**
-     * Returns the value of the '<em><b>Ejb</b></em>' containment reference.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Ejb</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</em>' containment reference.
-     * @see #setEjb(PathType)
-     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getExtModuleType_Ejb()
-     * @model containment="true" resolveProxies="false"
-     *        extendedMetaData="kind='element' name='ejb' namespace='##targetNamespace'"
-     * @generated
-     */
-    PathType getEjb();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType#getEjb <em>Ejb</em>}' containment reference.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Ejb</em>' containment reference.
-     * @see #getEjb()
-     * @generated
-     */
-    void setEjb(PathType value);
-
-    /**
-     * Returns the value of the '<em><b>Java</b></em>' containment reference.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Java</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>Java</em>' containment reference.
-     * @see #setJava(PathType)
-     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getExtModuleType_Java()
-     * @model containment="true" resolveProxies="false"
-     *        extendedMetaData="kind='element' name='java' namespace='##targetNamespace'"
-     * @generated
-     */
-    PathType getJava();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType#getJava <em>Java</em>}' containment reference.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Java</em>' containment reference.
-     * @see #getJava()
-     * @generated
-     */
-    void setJava(PathType value);
-
-    /**
-     * Returns the value of the '<em><b>Web</b></em>' containment reference.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Web</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</em>' containment reference.
-     * @see #setWeb(PathType)
-     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getExtModuleType_Web()
-     * @model containment="true" resolveProxies="false"
-     *        extendedMetaData="kind='element' name='web' namespace='##targetNamespace'"
-     * @generated
-     */
-    PathType getWeb();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType#getWeb <em>Web</em>}' containment reference.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Web</em>' containment reference.
-     * @see #getWeb()
-     * @generated
-     */
-    void setWeb(PathType value);
-
-    /**
-     * Returns the value of the '<em><b>Internal Path</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Internal Path</em>' attribute isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Internal Path</em>' attribute.
-     * @see #setInternalPath(String)
-     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getExtModuleType_InternalPath()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token"
-     *        extendedMetaData="kind='element' name='internal-path' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getInternalPath();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType#getInternalPath <em>Internal Path</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Internal Path</em>' attribute.
-     * @see #getInternalPath()
-     * @generated
-     */
-    void setInternalPath(String value);
-
-    /**
-     * Returns the value of the '<em><b>External Path</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>External Path</em>' attribute isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>External Path</em>' attribute.
-     * @see #setExternalPath(String)
-     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getExtModuleType_ExternalPath()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token"
-     *        extendedMetaData="kind='element' name='external-path' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getExternalPath();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType#getExternalPath <em>External Path</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>External Path</em>' attribute.
-     * @see #getExternalPath()
-     * @generated
-     */
-    void setExternalPath(String value);
-
-    /**
-     * Returns the value of the '<em><b>Any</b></em>' attribute list.
-     * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Any</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>Any</em>' attribute list.
-     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getExtModuleType_Any()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" required="true"
-     *        extendedMetaData="kind='elementWildcard' wildcards='##other' name=':6' processing='lax'"
-     * @generated
-     */
-    FeatureMap getAny();
-
-} // ExtModuleType
+/**
+ * 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.apache.geronimo.xml.ns.j2ee.application;
+
+import java.lang.String;
+
+import org.eclipse.emf.ecore.EObject;
+
+import org.eclipse.emf.ecore.util.FeatureMap;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Ext Module Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <!-- begin-model-doc -->
+ * 
+ * 	Mirrors the moduleType defined by application_1_4.xsd and adds an
+ * 	optional alt-dd element defining a Geronimo specific deployment descriptor.
+ *             
+ * <!-- end-model-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType#getConnector <em>Connector</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType#getEjb <em>Ejb</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType#getJava <em>Java</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType#getWeb <em>Web</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType#getInternalPath <em>Internal Path</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType#getExternalPath <em>External Path</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType#getAny <em>Any</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getExtModuleType()
+ * @model extendedMetaData="name='ext-moduleType' kind='elementOnly'"
+ * @generated
+ */
+public interface ExtModuleType extends EObject {
+    /**
+     * Returns the value of the '<em><b>Connector</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Connector</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>Connector</em>' containment reference.
+     * @see #setConnector(PathType)
+     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getExtModuleType_Connector()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='connector' namespace='##targetNamespace'"
+     * @generated
+     */
+    PathType getConnector();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType#getConnector <em>Connector</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Connector</em>' containment reference.
+     * @see #getConnector()
+     * @generated
+     */
+    void setConnector(PathType value);
+
+    /**
+     * Returns the value of the '<em><b>Ejb</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Ejb</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</em>' containment reference.
+     * @see #setEjb(PathType)
+     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getExtModuleType_Ejb()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='ejb' namespace='##targetNamespace'"
+     * @generated
+     */
+    PathType getEjb();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType#getEjb <em>Ejb</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Ejb</em>' containment reference.
+     * @see #getEjb()
+     * @generated
+     */
+    void setEjb(PathType value);
+
+    /**
+     * Returns the value of the '<em><b>Java</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Java</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>Java</em>' containment reference.
+     * @see #setJava(PathType)
+     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getExtModuleType_Java()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='java' namespace='##targetNamespace'"
+     * @generated
+     */
+    PathType getJava();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType#getJava <em>Java</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Java</em>' containment reference.
+     * @see #getJava()
+     * @generated
+     */
+    void setJava(PathType value);
+
+    /**
+     * Returns the value of the '<em><b>Web</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Web</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</em>' containment reference.
+     * @see #setWeb(PathType)
+     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getExtModuleType_Web()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='web' namespace='##targetNamespace'"
+     * @generated
+     */
+    PathType getWeb();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType#getWeb <em>Web</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Web</em>' containment reference.
+     * @see #getWeb()
+     * @generated
+     */
+    void setWeb(PathType value);
+
+    /**
+     * Returns the value of the '<em><b>Internal Path</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Internal Path</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Internal Path</em>' attribute.
+     * @see #setInternalPath(String)
+     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getExtModuleType_InternalPath()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token"
+     *        extendedMetaData="kind='element' name='internal-path' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getInternalPath();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType#getInternalPath <em>Internal Path</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Internal Path</em>' attribute.
+     * @see #getInternalPath()
+     * @generated
+     */
+    void setInternalPath(String value);
+
+    /**
+     * Returns the value of the '<em><b>External Path</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>External Path</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>External Path</em>' attribute.
+     * @see #setExternalPath(String)
+     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getExtModuleType_ExternalPath()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token"
+     *        extendedMetaData="kind='element' name='external-path' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getExternalPath();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.ExtModuleType#getExternalPath <em>External Path</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>External Path</em>' attribute.
+     * @see #getExternalPath()
+     * @generated
+     */
+    void setExternalPath(String value);
+
+    /**
+     * Returns the value of the '<em><b>Any</b></em>' attribute list.
+     * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Any</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>Any</em>' attribute list.
+     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getExtModuleType_Any()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" required="true"
+     *        extendedMetaData="kind='elementWildcard' wildcards='##other' name=':6' processing='lax'"
+     * @generated
+     */
+    FeatureMap getAny();
+
+} // ExtModuleType

Propchange: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/ExtModuleType.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/ModuleType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/ModuleType.java?rev=239937&r1=239936&r2=239937&view=diff
==============================================================================
--- geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/ModuleType.java (original)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/ModuleType.java Wed Aug 24 14:34:34 2005
@@ -1,205 +1,205 @@
-/**
- * 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.apache.geronimo.xml.ns.j2ee.application;
-
-import org.eclipse.emf.ecore.EObject;
-
-import org.eclipse.emf.ecore.util.FeatureMap;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Module Type</b></em>'.
- * <!-- end-user-doc -->
- *
- * <!-- begin-model-doc -->
- * 
- * 	Mirrors the moduleType defined by application_1_4.xsd and adds an
- * 	optional alt-dd element defining a Geronimo specific deployment descriptor.
- *             
- * <!-- end-model-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ModuleType#getConnector <em>Connector</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ModuleType#getEjb <em>Ejb</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ModuleType#getJava <em>Java</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ModuleType#getWeb <em>Web</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ModuleType#getAltDd <em>Alt Dd</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ModuleType#getAny <em>Any</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getModuleType()
- * @model extendedMetaData="name='moduleType' kind='elementOnly'"
- * @generated
- */
-public interface ModuleType extends EObject {
-    /**
-     * Returns the value of the '<em><b>Connector</b></em>' containment reference.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Connector</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>Connector</em>' containment reference.
-     * @see #setConnector(PathType)
-     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getModuleType_Connector()
-     * @model containment="true" resolveProxies="false"
-     *        extendedMetaData="kind='element' name='connector' namespace='##targetNamespace'"
-     * @generated
-     */
-    PathType getConnector();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.ModuleType#getConnector <em>Connector</em>}' containment reference.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Connector</em>' containment reference.
-     * @see #getConnector()
-     * @generated
-     */
-    void setConnector(PathType value);
-
-    /**
-     * Returns the value of the '<em><b>Ejb</b></em>' containment reference.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Ejb</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</em>' containment reference.
-     * @see #setEjb(PathType)
-     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getModuleType_Ejb()
-     * @model containment="true" resolveProxies="false"
-     *        extendedMetaData="kind='element' name='ejb' namespace='##targetNamespace'"
-     * @generated
-     */
-    PathType getEjb();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.ModuleType#getEjb <em>Ejb</em>}' containment reference.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Ejb</em>' containment reference.
-     * @see #getEjb()
-     * @generated
-     */
-    void setEjb(PathType value);
-
-    /**
-     * Returns the value of the '<em><b>Java</b></em>' containment reference.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Java</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>Java</em>' containment reference.
-     * @see #setJava(PathType)
-     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getModuleType_Java()
-     * @model containment="true" resolveProxies="false"
-     *        extendedMetaData="kind='element' name='java' namespace='##targetNamespace'"
-     * @generated
-     */
-    PathType getJava();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.ModuleType#getJava <em>Java</em>}' containment reference.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Java</em>' containment reference.
-     * @see #getJava()
-     * @generated
-     */
-    void setJava(PathType value);
-
-    /**
-     * Returns the value of the '<em><b>Web</b></em>' containment reference.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Web</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</em>' containment reference.
-     * @see #setWeb(PathType)
-     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getModuleType_Web()
-     * @model containment="true" resolveProxies="false"
-     *        extendedMetaData="kind='element' name='web' namespace='##targetNamespace'"
-     * @generated
-     */
-    PathType getWeb();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.ModuleType#getWeb <em>Web</em>}' containment reference.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Web</em>' containment reference.
-     * @see #getWeb()
-     * @generated
-     */
-    void setWeb(PathType value);
-
-    /**
-     * Returns the value of the '<em><b>Alt Dd</b></em>' containment reference.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * <!-- begin-model-doc -->
-     * 
-     *   Specifies an optional URI to the post-assembly version of the Geronimo
-     *   specific deployment descriptor file for a particular J2EE module.
-     *                         
-     * <!-- end-model-doc -->
-     * @return the value of the '<em>Alt Dd</em>' containment reference.
-     * @see #setAltDd(PathType)
-     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getModuleType_AltDd()
-     * @model containment="true" resolveProxies="false"
-     *        extendedMetaData="kind='element' name='alt-dd' namespace='##targetNamespace'"
-     * @generated
-     */
-    PathType getAltDd();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.ModuleType#getAltDd <em>Alt Dd</em>}' containment reference.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Alt Dd</em>' containment reference.
-     * @see #getAltDd()
-     * @generated
-     */
-    void setAltDd(PathType value);
-
-    /**
-     * Returns the value of the '<em><b>Any</b></em>' attribute list.
-     * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Any</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>Any</em>' attribute list.
-     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getModuleType_Any()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry"
-     *        extendedMetaData="kind='elementWildcard' wildcards='##other' name=':5' processing='lax'"
-     * @generated
-     */
-    FeatureMap getAny();
-
-} // ModuleType
+/**
+ * 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.apache.geronimo.xml.ns.j2ee.application;
+
+import org.eclipse.emf.ecore.EObject;
+
+import org.eclipse.emf.ecore.util.FeatureMap;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Module Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <!-- begin-model-doc -->
+ * 
+ * 	Mirrors the moduleType defined by application_1_4.xsd and adds an
+ * 	optional alt-dd element defining a Geronimo specific deployment descriptor.
+ *             
+ * <!-- end-model-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ModuleType#getConnector <em>Connector</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ModuleType#getEjb <em>Ejb</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ModuleType#getJava <em>Java</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ModuleType#getWeb <em>Web</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ModuleType#getAltDd <em>Alt Dd</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.ModuleType#getAny <em>Any</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getModuleType()
+ * @model extendedMetaData="name='moduleType' kind='elementOnly'"
+ * @generated
+ */
+public interface ModuleType extends EObject {
+    /**
+     * Returns the value of the '<em><b>Connector</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Connector</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>Connector</em>' containment reference.
+     * @see #setConnector(PathType)
+     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getModuleType_Connector()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='connector' namespace='##targetNamespace'"
+     * @generated
+     */
+    PathType getConnector();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.ModuleType#getConnector <em>Connector</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Connector</em>' containment reference.
+     * @see #getConnector()
+     * @generated
+     */
+    void setConnector(PathType value);
+
+    /**
+     * Returns the value of the '<em><b>Ejb</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Ejb</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</em>' containment reference.
+     * @see #setEjb(PathType)
+     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getModuleType_Ejb()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='ejb' namespace='##targetNamespace'"
+     * @generated
+     */
+    PathType getEjb();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.ModuleType#getEjb <em>Ejb</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Ejb</em>' containment reference.
+     * @see #getEjb()
+     * @generated
+     */
+    void setEjb(PathType value);
+
+    /**
+     * Returns the value of the '<em><b>Java</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Java</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>Java</em>' containment reference.
+     * @see #setJava(PathType)
+     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getModuleType_Java()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='java' namespace='##targetNamespace'"
+     * @generated
+     */
+    PathType getJava();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.ModuleType#getJava <em>Java</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Java</em>' containment reference.
+     * @see #getJava()
+     * @generated
+     */
+    void setJava(PathType value);
+
+    /**
+     * Returns the value of the '<em><b>Web</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Web</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</em>' containment reference.
+     * @see #setWeb(PathType)
+     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getModuleType_Web()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='web' namespace='##targetNamespace'"
+     * @generated
+     */
+    PathType getWeb();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.ModuleType#getWeb <em>Web</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Web</em>' containment reference.
+     * @see #getWeb()
+     * @generated
+     */
+    void setWeb(PathType value);
+
+    /**
+     * Returns the value of the '<em><b>Alt Dd</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * <!-- begin-model-doc -->
+     * 
+     *   Specifies an optional URI to the post-assembly version of the Geronimo
+     *   specific deployment descriptor file for a particular J2EE module.
+     *                         
+     * <!-- end-model-doc -->
+     * @return the value of the '<em>Alt Dd</em>' containment reference.
+     * @see #setAltDd(PathType)
+     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getModuleType_AltDd()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='alt-dd' namespace='##targetNamespace'"
+     * @generated
+     */
+    PathType getAltDd();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.ModuleType#getAltDd <em>Alt Dd</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Alt Dd</em>' containment reference.
+     * @see #getAltDd()
+     * @generated
+     */
+    void setAltDd(PathType value);
+
+    /**
+     * Returns the value of the '<em><b>Any</b></em>' attribute list.
+     * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Any</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>Any</em>' attribute list.
+     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getModuleType_Any()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry"
+     *        extendedMetaData="kind='elementWildcard' wildcards='##other' name=':5' processing='lax'"
+     * @generated
+     */
+    FeatureMap getAny();
+
+} // ModuleType

Propchange: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/ModuleType.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/PathType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/PathType.java?rev=239937&r1=239936&r2=239937&view=diff
==============================================================================
--- geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/PathType.java (original)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/PathType.java Wed Aug 24 14:34:34 2005
@@ -1,36 +1,36 @@
-/**
- * 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.apache.geronimo.xml.ns.j2ee.application;
-
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Path Type</b></em>'.
- * <!-- end-user-doc -->
- *
- * <!-- begin-model-doc -->
- * 
- *   Mirrors j2ee:pathType.
- *             
- * <!-- end-model-doc -->
- *
- *
- * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getPathType()
- * @model extendedMetaData="name='pathType' kind='simple'"
- * @generated
- */
-public interface PathType extends org.apache.geronimo.xml.ns.j2ee.application.String {
-} // PathType
+/**
+ * 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.apache.geronimo.xml.ns.j2ee.application;
+
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Path Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <!-- begin-model-doc -->
+ * 
+ *   Mirrors j2ee:pathType.
+ *             
+ * <!-- end-model-doc -->
+ *
+ *
+ * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getPathType()
+ * @model extendedMetaData="name='pathType' kind='simple'"
+ * @generated
+ */
+public interface PathType extends org.apache.geronimo.xml.ns.j2ee.application.String {
+} // PathType

Propchange: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/PathType.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/String.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/String.java?rev=239937&r1=239936&r2=239937&view=diff
==============================================================================
--- geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/String.java (original)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/String.java Wed Aug 24 14:34:34 2005
@@ -1,98 +1,98 @@
-/**
- * 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.apache.geronimo.xml.ns.j2ee.application;
-
-import org.eclipse.emf.ecore.EObject;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>String</b></em>'.
- * <!-- end-user-doc -->
- *
- * <!-- begin-model-doc -->
- * 
- *    Mirrors j2ee:string.
- *             
- * <!-- end-model-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.String#getValue <em>Value</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.String#getId <em>Id</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getString()
- * @model extendedMetaData="name='string' kind='simple'"
- * @generated
- */
-public interface String extends EObject {
-    /**
-     * Returns the value of the '<em><b>Value</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Value</em>' attribute isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Value</em>' attribute.
-     * @see #setValue(java.lang.String)
-     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getString_Value()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token"
-     *        extendedMetaData="name=':0' kind='simple'"
-     * @generated
-     */
-    java.lang.String getValue();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.String#getValue <em>Value</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Value</em>' attribute.
-     * @see #getValue()
-     * @generated
-     */
-    void setValue(java.lang.String 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(java.lang.String)
-     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getString_Id()
-     * @model unique="false" id="true" dataType="org.eclipse.emf.ecore.xml.type.ID"
-     *        extendedMetaData="kind='attribute' name='id'"
-     * @generated
-     */
-    java.lang.String getId();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.String#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(java.lang.String value);
-
-} // String
+/**
+ * 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.apache.geronimo.xml.ns.j2ee.application;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>String</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <!-- begin-model-doc -->
+ * 
+ *    Mirrors j2ee:string.
+ *             
+ * <!-- end-model-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.String#getValue <em>Value</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.j2ee.application.String#getId <em>Id</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getString()
+ * @model extendedMetaData="name='string' kind='simple'"
+ * @generated
+ */
+public interface String extends EObject {
+    /**
+     * Returns the value of the '<em><b>Value</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Value</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Value</em>' attribute.
+     * @see #setValue(java.lang.String)
+     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getString_Value()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token"
+     *        extendedMetaData="name=':0' kind='simple'"
+     * @generated
+     */
+    java.lang.String getValue();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.String#getValue <em>Value</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Value</em>' attribute.
+     * @see #getValue()
+     * @generated
+     */
+    void setValue(java.lang.String 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(java.lang.String)
+     * @see org.apache.geronimo.xml.ns.j2ee.application.ApplicationPackage#getString_Id()
+     * @model unique="false" id="true" dataType="org.eclipse.emf.ecore.xml.type.ID"
+     *        extendedMetaData="kind='attribute' name='id'"
+     * @generated
+     */
+    java.lang.String getId();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.j2ee.application.String#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(java.lang.String value);
+
+} // String

Propchange: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/j2ee/application/String.java
------------------------------------------------------------------------------
    svn:eol-style = native