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 [19/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/naming/EjbRefType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/naming/EjbRefType.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/naming/EjbRefType.java (original)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/naming/EjbRefType.java Wed Aug 24 14:34:34 2005
@@ -1,431 +1,431 @@
-/**
- * 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.naming;
-
-import org.eclipse.emf.ecore.EObject;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Ejb Ref Type</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getRefName <em>Ref Name</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getDomain <em>Domain</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getServer <em>Server</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getApplication <em>Application</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getModule <em>Module</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getType <em>Type</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getName <em>Name</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getNsCorbaloc <em>Ns Corbaloc</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getName1 <em>Name1</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getCss <em>Css</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getCssLink <em>Css Link</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getCssName <em>Css Name</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getEjbLink <em>Ejb Link</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getTargetName <em>Target Name</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType()
- * @model extendedMetaData="name='ejb-refType' kind='elementOnly'"
- * @generated
- */
-public interface EjbRefType extends EObject{
-    /**
-     * Returns the value of the '<em><b>Ref Name</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Ref 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>Ref Name</em>' attribute.
-     * @see #setRefName(String)
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_RefName()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
-     *        extendedMetaData="kind='element' name='ref-name' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getRefName();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getRefName <em>Ref Name</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Ref Name</em>' attribute.
-     * @see #getRefName()
-     * @generated
-     */
-    void setRefName(String value);
-
-    /**
-     * Returns the value of the '<em><b>Domain</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Domain</em>' attribute isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Domain</em>' attribute.
-     * @see #setDomain(String)
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_Domain()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='domain' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getDomain();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getDomain <em>Domain</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Domain</em>' attribute.
-     * @see #getDomain()
-     * @generated
-     */
-    void setDomain(String value);
-
-    /**
-     * Returns the value of the '<em><b>Server</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Server</em>' attribute isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Server</em>' attribute.
-     * @see #setServer(String)
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_Server()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='server' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getServer();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getServer <em>Server</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Server</em>' attribute.
-     * @see #getServer()
-     * @generated
-     */
-    void setServer(String value);
-
-    /**
-     * Returns the value of the '<em><b>Application</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Application</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</em>' attribute.
-     * @see #setApplication(String)
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_Application()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='application' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getApplication();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getApplication <em>Application</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Application</em>' attribute.
-     * @see #getApplication()
-     * @generated
-     */
-    void setApplication(String value);
-
-    /**
-     * Returns the value of the '<em><b>Module</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Module</em>' attribute isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Module</em>' attribute.
-     * @see #setModule(String)
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_Module()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='module' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getModule();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getModule <em>Module</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Module</em>' attribute.
-     * @see #getModule()
-     * @generated
-     */
-    void setModule(String value);
-
-    /**
-     * Returns the value of the '<em><b>Type</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Type</em>' attribute isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Type</em>' attribute.
-     * @see #setType(String)
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_Type()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='type' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getType();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getType <em>Type</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Type</em>' attribute.
-     * @see #getType()
-     * @generated
-     */
-    void setType(String value);
-
-    /**
-     * Returns the value of the '<em><b>Name</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>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>Name</em>' attribute.
-     * @see #setName(String)
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_Name()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='name' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getName();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getName <em>Name</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Name</em>' attribute.
-     * @see #getName()
-     * @generated
-     */
-    void setName(String value);
-
-    /**
-     * Returns the value of the '<em><b>Ns Corbaloc</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * <!-- begin-model-doc -->
-     * 
-     *                         The corbaloc used to access the CORBA name server.
-     *                     
-     * <!-- end-model-doc -->
-     * @return the value of the '<em>Ns Corbaloc</em>' attribute.
-     * @see #setNsCorbaloc(String)
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_NsCorbaloc()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.AnyURI"
-     *        extendedMetaData="kind='element' name='ns-corbaloc' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getNsCorbaloc();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getNsCorbaloc <em>Ns Corbaloc</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Ns Corbaloc</em>' attribute.
-     * @see #getNsCorbaloc()
-     * @generated
-     */
-    void setNsCorbaloc(String value);
-
-    /**
-     * Returns the value of the '<em><b>Name1</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * <!-- begin-model-doc -->
-     * 
-     *                         The name of the object in the name server.
-     *                     
-     * <!-- end-model-doc -->
-     * @return the value of the '<em>Name1</em>' attribute.
-     * @see #setName1(String)
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_Name1()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='name' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getName1();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getName1 <em>Name1</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Name1</em>' attribute.
-     * @see #getName1()
-     * @generated
-     */
-    void setName1(String value);
-
-    /**
-     * Returns the value of the '<em><b>Css</b></em>' containment reference.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Css</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>Css</em>' containment reference.
-     * @see #setCss(CssType)
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_Css()
-     * @model containment="true" resolveProxies="false"
-     *        extendedMetaData="kind='element' name='css' namespace='##targetNamespace'"
-     * @generated
-     */
-    CssType getCss();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getCss <em>Css</em>}' containment reference.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Css</em>' containment reference.
-     * @see #getCss()
-     * @generated
-     */
-    void setCss(CssType value);
-
-    /**
-     * Returns the value of the '<em><b>Css Link</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Css 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>Css Link</em>' attribute.
-     * @see #setCssLink(String)
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_CssLink()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='css-link' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getCssLink();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getCssLink <em>Css Link</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Css Link</em>' attribute.
-     * @see #getCssLink()
-     * @generated
-     */
-    void setCssLink(String value);
-
-    /**
-     * Returns the value of the '<em><b>Css Name</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * <!-- begin-model-doc -->
-     * 
-     *                         The GBean name of the client security server used to make interop calls.
-     *                         
-     * <!-- end-model-doc -->
-     * @return the value of the '<em>Css Name</em>' attribute.
-     * @see #setCssName(String)
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_CssName()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='css-name' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getCssName();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getCssName <em>Css Name</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Css Name</em>' attribute.
-     * @see #getCssName()
-     * @generated
-     */
-    void setCssName(String value);
-
-    /**
-     * Returns the value of the '<em><b>Ejb Link</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Ejb 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>Ejb Link</em>' attribute.
-     * @see #setEjbLink(String)
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_EjbLink()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='ejb-link' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getEjbLink();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getEjbLink <em>Ejb Link</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Ejb Link</em>' attribute.
-     * @see #getEjbLink()
-     * @generated
-     */
-    void setEjbLink(String value);
-
-    /**
-     * Returns the value of the '<em><b>Target Name</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>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>Target Name</em>' attribute.
-     * @see #setTargetName(String)
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_TargetName()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='target-name' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getTargetName();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getTargetName <em>Target Name</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Target Name</em>' attribute.
-     * @see #getTargetName()
-     * @generated
-     */
-    void setTargetName(String value);
-
-} // EjbRefType
+/**
+ * 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.naming;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Ejb Ref Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getRefName <em>Ref Name</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getDomain <em>Domain</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getServer <em>Server</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getApplication <em>Application</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getModule <em>Module</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getType <em>Type</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getName <em>Name</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getNsCorbaloc <em>Ns Corbaloc</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getName1 <em>Name1</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getCss <em>Css</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getCssLink <em>Css Link</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getCssName <em>Css Name</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getEjbLink <em>Ejb Link</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getTargetName <em>Target Name</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType()
+ * @model extendedMetaData="name='ejb-refType' kind='elementOnly'"
+ * @generated
+ */
+public interface EjbRefType extends EObject{
+    /**
+     * Returns the value of the '<em><b>Ref Name</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Ref 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>Ref Name</em>' attribute.
+     * @see #setRefName(String)
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_RefName()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
+     *        extendedMetaData="kind='element' name='ref-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getRefName();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getRefName <em>Ref Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Ref Name</em>' attribute.
+     * @see #getRefName()
+     * @generated
+     */
+    void setRefName(String value);
+
+    /**
+     * Returns the value of the '<em><b>Domain</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Domain</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Domain</em>' attribute.
+     * @see #setDomain(String)
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_Domain()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='domain' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getDomain();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getDomain <em>Domain</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Domain</em>' attribute.
+     * @see #getDomain()
+     * @generated
+     */
+    void setDomain(String value);
+
+    /**
+     * Returns the value of the '<em><b>Server</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Server</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Server</em>' attribute.
+     * @see #setServer(String)
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_Server()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='server' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getServer();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getServer <em>Server</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Server</em>' attribute.
+     * @see #getServer()
+     * @generated
+     */
+    void setServer(String value);
+
+    /**
+     * Returns the value of the '<em><b>Application</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Application</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</em>' attribute.
+     * @see #setApplication(String)
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_Application()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='application' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getApplication();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getApplication <em>Application</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Application</em>' attribute.
+     * @see #getApplication()
+     * @generated
+     */
+    void setApplication(String value);
+
+    /**
+     * Returns the value of the '<em><b>Module</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Module</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Module</em>' attribute.
+     * @see #setModule(String)
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_Module()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='module' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getModule();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getModule <em>Module</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Module</em>' attribute.
+     * @see #getModule()
+     * @generated
+     */
+    void setModule(String value);
+
+    /**
+     * Returns the value of the '<em><b>Type</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Type</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Type</em>' attribute.
+     * @see #setType(String)
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_Type()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='type' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getType();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getType <em>Type</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Type</em>' attribute.
+     * @see #getType()
+     * @generated
+     */
+    void setType(String value);
+
+    /**
+     * Returns the value of the '<em><b>Name</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>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>Name</em>' attribute.
+     * @see #setName(String)
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_Name()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='name' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getName();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getName <em>Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Name</em>' attribute.
+     * @see #getName()
+     * @generated
+     */
+    void setName(String value);
+
+    /**
+     * Returns the value of the '<em><b>Ns Corbaloc</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * <!-- begin-model-doc -->
+     * 
+     *                         The corbaloc used to access the CORBA name server.
+     *                     
+     * <!-- end-model-doc -->
+     * @return the value of the '<em>Ns Corbaloc</em>' attribute.
+     * @see #setNsCorbaloc(String)
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_NsCorbaloc()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.AnyURI"
+     *        extendedMetaData="kind='element' name='ns-corbaloc' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getNsCorbaloc();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getNsCorbaloc <em>Ns Corbaloc</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Ns Corbaloc</em>' attribute.
+     * @see #getNsCorbaloc()
+     * @generated
+     */
+    void setNsCorbaloc(String value);
+
+    /**
+     * Returns the value of the '<em><b>Name1</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * <!-- begin-model-doc -->
+     * 
+     *                         The name of the object in the name server.
+     *                     
+     * <!-- end-model-doc -->
+     * @return the value of the '<em>Name1</em>' attribute.
+     * @see #setName1(String)
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_Name1()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='name' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getName1();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getName1 <em>Name1</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Name1</em>' attribute.
+     * @see #getName1()
+     * @generated
+     */
+    void setName1(String value);
+
+    /**
+     * Returns the value of the '<em><b>Css</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Css</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>Css</em>' containment reference.
+     * @see #setCss(CssType)
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_Css()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='css' namespace='##targetNamespace'"
+     * @generated
+     */
+    CssType getCss();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getCss <em>Css</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Css</em>' containment reference.
+     * @see #getCss()
+     * @generated
+     */
+    void setCss(CssType value);
+
+    /**
+     * Returns the value of the '<em><b>Css Link</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Css 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>Css Link</em>' attribute.
+     * @see #setCssLink(String)
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_CssLink()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='css-link' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getCssLink();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getCssLink <em>Css Link</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Css Link</em>' attribute.
+     * @see #getCssLink()
+     * @generated
+     */
+    void setCssLink(String value);
+
+    /**
+     * Returns the value of the '<em><b>Css Name</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * <!-- begin-model-doc -->
+     * 
+     *                         The GBean name of the client security server used to make interop calls.
+     *                         
+     * <!-- end-model-doc -->
+     * @return the value of the '<em>Css Name</em>' attribute.
+     * @see #setCssName(String)
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_CssName()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='css-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getCssName();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getCssName <em>Css Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Css Name</em>' attribute.
+     * @see #getCssName()
+     * @generated
+     */
+    void setCssName(String value);
+
+    /**
+     * Returns the value of the '<em><b>Ejb Link</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Ejb 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>Ejb Link</em>' attribute.
+     * @see #setEjbLink(String)
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_EjbLink()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='ejb-link' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getEjbLink();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getEjbLink <em>Ejb Link</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Ejb Link</em>' attribute.
+     * @see #getEjbLink()
+     * @generated
+     */
+    void setEjbLink(String value);
+
+    /**
+     * Returns the value of the '<em><b>Target Name</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>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>Target Name</em>' attribute.
+     * @see #setTargetName(String)
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getEjbRefType_TargetName()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='target-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getTargetName();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.EjbRefType#getTargetName <em>Target Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Target Name</em>' attribute.
+     * @see #getTargetName()
+     * @generated
+     */
+    void setTargetName(String value);
+
+} // EjbRefType

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

Modified: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/naming/GbeanLocatorType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/naming/GbeanLocatorType.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/naming/GbeanLocatorType.java (original)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/naming/GbeanLocatorType.java Wed Aug 24 14:34:34 2005
@@ -1,260 +1,260 @@
-/**
- * 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.naming;
-
-import org.eclipse.emf.ecore.EObject;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Gbean Locator Type</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getDomain <em>Domain</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getServer <em>Server</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getApplication <em>Application</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getModule <em>Module</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getType <em>Type</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getName <em>Name</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getGbeanLink <em>Gbean Link</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getTargetName <em>Target Name</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanLocatorType()
- * @model extendedMetaData="name='gbean-locatorType' kind='elementOnly'"
- * @generated
- */
-public interface GbeanLocatorType extends EObject{
-    /**
-     * Returns the value of the '<em><b>Domain</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Domain</em>' attribute isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Domain</em>' attribute.
-     * @see #setDomain(String)
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanLocatorType_Domain()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='domain' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getDomain();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getDomain <em>Domain</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Domain</em>' attribute.
-     * @see #getDomain()
-     * @generated
-     */
-    void setDomain(String value);
-
-    /**
-     * Returns the value of the '<em><b>Server</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Server</em>' attribute isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Server</em>' attribute.
-     * @see #setServer(String)
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanLocatorType_Server()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='server' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getServer();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getServer <em>Server</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Server</em>' attribute.
-     * @see #getServer()
-     * @generated
-     */
-    void setServer(String value);
-
-    /**
-     * Returns the value of the '<em><b>Application</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Application</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</em>' attribute.
-     * @see #setApplication(String)
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanLocatorType_Application()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='application' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getApplication();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getApplication <em>Application</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Application</em>' attribute.
-     * @see #getApplication()
-     * @generated
-     */
-    void setApplication(String value);
-
-    /**
-     * Returns the value of the '<em><b>Module</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Module</em>' attribute isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Module</em>' attribute.
-     * @see #setModule(String)
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanLocatorType_Module()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='module' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getModule();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getModule <em>Module</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Module</em>' attribute.
-     * @see #getModule()
-     * @generated
-     */
-    void setModule(String value);
-
-    /**
-     * Returns the value of the '<em><b>Type</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Type</em>' attribute isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Type</em>' attribute.
-     * @see #setType(String)
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanLocatorType_Type()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='type' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getType();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getType <em>Type</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Type</em>' attribute.
-     * @see #getType()
-     * @generated
-     */
-    void setType(String value);
-
-    /**
-     * Returns the value of the '<em><b>Name</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>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>Name</em>' attribute.
-     * @see #setName(String)
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanLocatorType_Name()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='name' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getName();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getName <em>Name</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Name</em>' attribute.
-     * @see #getName()
-     * @generated
-     */
-    void setName(String value);
-
-    /**
-     * Returns the value of the '<em><b>Gbean Link</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Gbean 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>Gbean Link</em>' attribute.
-     * @see #setGbeanLink(String)
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanLocatorType_GbeanLink()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='gbean-link' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getGbeanLink();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getGbeanLink <em>Gbean Link</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Gbean Link</em>' attribute.
-     * @see #getGbeanLink()
-     * @generated
-     */
-    void setGbeanLink(String value);
-
-    /**
-     * Returns the value of the '<em><b>Target Name</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>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>Target Name</em>' attribute.
-     * @see #setTargetName(String)
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanLocatorType_TargetName()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='target-name' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getTargetName();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getTargetName <em>Target Name</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Target Name</em>' attribute.
-     * @see #getTargetName()
-     * @generated
-     */
-    void setTargetName(String value);
-
-} // GbeanLocatorType
+/**
+ * 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.naming;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Gbean Locator Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getDomain <em>Domain</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getServer <em>Server</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getApplication <em>Application</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getModule <em>Module</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getType <em>Type</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getName <em>Name</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getGbeanLink <em>Gbean Link</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getTargetName <em>Target Name</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanLocatorType()
+ * @model extendedMetaData="name='gbean-locatorType' kind='elementOnly'"
+ * @generated
+ */
+public interface GbeanLocatorType extends EObject{
+    /**
+     * Returns the value of the '<em><b>Domain</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Domain</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Domain</em>' attribute.
+     * @see #setDomain(String)
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanLocatorType_Domain()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='domain' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getDomain();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getDomain <em>Domain</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Domain</em>' attribute.
+     * @see #getDomain()
+     * @generated
+     */
+    void setDomain(String value);
+
+    /**
+     * Returns the value of the '<em><b>Server</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Server</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Server</em>' attribute.
+     * @see #setServer(String)
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanLocatorType_Server()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='server' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getServer();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getServer <em>Server</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Server</em>' attribute.
+     * @see #getServer()
+     * @generated
+     */
+    void setServer(String value);
+
+    /**
+     * Returns the value of the '<em><b>Application</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Application</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</em>' attribute.
+     * @see #setApplication(String)
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanLocatorType_Application()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='application' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getApplication();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getApplication <em>Application</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Application</em>' attribute.
+     * @see #getApplication()
+     * @generated
+     */
+    void setApplication(String value);
+
+    /**
+     * Returns the value of the '<em><b>Module</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Module</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Module</em>' attribute.
+     * @see #setModule(String)
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanLocatorType_Module()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='module' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getModule();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getModule <em>Module</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Module</em>' attribute.
+     * @see #getModule()
+     * @generated
+     */
+    void setModule(String value);
+
+    /**
+     * Returns the value of the '<em><b>Type</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Type</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Type</em>' attribute.
+     * @see #setType(String)
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanLocatorType_Type()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='type' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getType();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getType <em>Type</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Type</em>' attribute.
+     * @see #getType()
+     * @generated
+     */
+    void setType(String value);
+
+    /**
+     * Returns the value of the '<em><b>Name</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>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>Name</em>' attribute.
+     * @see #setName(String)
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanLocatorType_Name()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='name' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getName();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getName <em>Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Name</em>' attribute.
+     * @see #getName()
+     * @generated
+     */
+    void setName(String value);
+
+    /**
+     * Returns the value of the '<em><b>Gbean Link</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Gbean 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>Gbean Link</em>' attribute.
+     * @see #setGbeanLink(String)
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanLocatorType_GbeanLink()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='gbean-link' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getGbeanLink();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getGbeanLink <em>Gbean Link</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Gbean Link</em>' attribute.
+     * @see #getGbeanLink()
+     * @generated
+     */
+    void setGbeanLink(String value);
+
+    /**
+     * Returns the value of the '<em><b>Target Name</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>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>Target Name</em>' attribute.
+     * @see #setTargetName(String)
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanLocatorType_TargetName()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='target-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getTargetName();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.GbeanLocatorType#getTargetName <em>Target Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Target Name</em>' attribute.
+     * @see #getTargetName()
+     * @generated
+     */
+    void setTargetName(String value);
+
+} // GbeanLocatorType

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

Modified: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/naming/GbeanRefType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/naming/GbeanRefType.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/naming/GbeanRefType.java (original)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/naming/GbeanRefType.java Wed Aug 24 14:34:34 2005
@@ -1,268 +1,268 @@
-/**
- * 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.naming;
-
-import org.eclipse.emf.common.util.EList;
-
-import org.eclipse.emf.ecore.EObject;
-
-import org.eclipse.emf.ecore.util.FeatureMap;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Gbean Ref Type</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getRefName <em>Ref Name</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getRefType <em>Ref Type</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getProxyType <em>Proxy Type</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getGroup <em>Group</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getDomain <em>Domain</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getServer <em>Server</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getApplication <em>Application</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getModule <em>Module</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getType <em>Type</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getName <em>Name</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getTargetName <em>Target Name</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanRefType()
- * @model extendedMetaData="name='gbean-refType' kind='elementOnly'"
- * @generated
- */
-public interface GbeanRefType extends EObject{
-    /**
-     * Returns the value of the '<em><b>Ref Name</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Ref 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>Ref Name</em>' attribute.
-     * @see #setRefName(String)
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanRefType_RefName()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
-     *        extendedMetaData="kind='element' name='ref-name' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getRefName();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getRefName <em>Ref Name</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Ref Name</em>' attribute.
-     * @see #getRefName()
-     * @generated
-     */
-    void setRefName(String value);
-
-    /**
-     * Returns the value of the '<em><b>Ref Type</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Ref Type</em>' attribute isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Ref Type</em>' attribute.
-     * @see #setRefType(String)
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanRefType_RefType()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
-     *        extendedMetaData="kind='element' name='ref-type' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getRefType();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getRefType <em>Ref Type</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Ref Type</em>' attribute.
-     * @see #getRefType()
-     * @generated
-     */
-    void setRefType(String value);
-
-    /**
-     * Returns the value of the '<em><b>Proxy Type</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Proxy Type</em>' attribute isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Proxy Type</em>' attribute.
-     * @see #setProxyType(String)
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanRefType_ProxyType()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='proxy-type' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getProxyType();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getProxyType <em>Proxy Type</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Proxy Type</em>' attribute.
-     * @see #getProxyType()
-     * @generated
-     */
-    void setProxyType(String value);
-
-    /**
-     * Returns the value of the '<em><b>Group</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>Group</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>Group</em>' attribute list.
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanRefType_Group()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true"
-     *        extendedMetaData="kind='group' name='group:3'"
-     * @generated
-     */
-    FeatureMap getGroup();
-
-    /**
-     * Returns the value of the '<em><b>Domain</b></em>' attribute list.
-     * The list contents are of type {@link java.lang.String}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Domain</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>Domain</em>' attribute list.
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanRefType_Domain()
-     * @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" transient="true" volatile="true" derived="true"
-     *        extendedMetaData="kind='element' name='domain' namespace='##targetNamespace' group='#group:3'"
-     * @generated
-     */
-    EList getDomain();
-
-    /**
-     * Returns the value of the '<em><b>Server</b></em>' attribute list.
-     * The list contents are of type {@link java.lang.String}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Server</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>Server</em>' attribute list.
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanRefType_Server()
-     * @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" transient="true" volatile="true" derived="true"
-     *        extendedMetaData="kind='element' name='server' namespace='##targetNamespace' group='#group:3'"
-     * @generated
-     */
-    EList getServer();
-
-    /**
-     * Returns the value of the '<em><b>Application</b></em>' attribute list.
-     * The list contents are of type {@link java.lang.String}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Application</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>Application</em>' attribute list.
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanRefType_Application()
-     * @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" transient="true" volatile="true" derived="true"
-     *        extendedMetaData="kind='element' name='application' namespace='##targetNamespace' group='#group:3'"
-     * @generated
-     */
-    EList getApplication();
-
-    /**
-     * Returns the value of the '<em><b>Module</b></em>' attribute list.
-     * The list contents are of type {@link java.lang.String}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Module</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>Module</em>' attribute list.
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanRefType_Module()
-     * @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" transient="true" volatile="true" derived="true"
-     *        extendedMetaData="kind='element' name='module' namespace='##targetNamespace' group='#group:3'"
-     * @generated
-     */
-    EList getModule();
-
-    /**
-     * Returns the value of the '<em><b>Type</b></em>' attribute list.
-     * The list contents are of type {@link java.lang.String}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Type</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>Type</em>' attribute list.
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanRefType_Type()
-     * @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" transient="true" volatile="true" derived="true"
-     *        extendedMetaData="kind='element' name='type' namespace='##targetNamespace' group='#group:3'"
-     * @generated
-     */
-    EList getType();
-
-    /**
-     * Returns the value of the '<em><b>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>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>Name</em>' attribute list.
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanRefType_Name()
-     * @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" transient="true" volatile="true" derived="true"
-     *        extendedMetaData="kind='element' name='name' namespace='##targetNamespace' group='#group:3'"
-     * @generated
-     */
-    EList getName();
-
-    /**
-     * Returns the value of the '<em><b>Target 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>Target 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>Target Name</em>' attribute list.
-     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanRefType_TargetName()
-     * @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" transient="true" volatile="true" derived="true"
-     *        extendedMetaData="kind='element' name='target-name' namespace='##targetNamespace' group='#group:3'"
-     * @generated
-     */
-    EList getTargetName();
-
-} // GbeanRefType
+/**
+ * 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.naming;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.emf.ecore.EObject;
+
+import org.eclipse.emf.ecore.util.FeatureMap;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Gbean Ref Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getRefName <em>Ref Name</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getRefType <em>Ref Type</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getProxyType <em>Proxy Type</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getGroup <em>Group</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getDomain <em>Domain</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getServer <em>Server</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getApplication <em>Application</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getModule <em>Module</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getType <em>Type</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getName <em>Name</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getTargetName <em>Target Name</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanRefType()
+ * @model extendedMetaData="name='gbean-refType' kind='elementOnly'"
+ * @generated
+ */
+public interface GbeanRefType extends EObject{
+    /**
+     * Returns the value of the '<em><b>Ref Name</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Ref 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>Ref Name</em>' attribute.
+     * @see #setRefName(String)
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanRefType_RefName()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
+     *        extendedMetaData="kind='element' name='ref-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getRefName();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getRefName <em>Ref Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Ref Name</em>' attribute.
+     * @see #getRefName()
+     * @generated
+     */
+    void setRefName(String value);
+
+    /**
+     * Returns the value of the '<em><b>Ref Type</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Ref Type</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Ref Type</em>' attribute.
+     * @see #setRefType(String)
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanRefType_RefType()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
+     *        extendedMetaData="kind='element' name='ref-type' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getRefType();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getRefType <em>Ref Type</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Ref Type</em>' attribute.
+     * @see #getRefType()
+     * @generated
+     */
+    void setRefType(String value);
+
+    /**
+     * Returns the value of the '<em><b>Proxy Type</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Proxy Type</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Proxy Type</em>' attribute.
+     * @see #setProxyType(String)
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanRefType_ProxyType()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='proxy-type' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getProxyType();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.naming.GbeanRefType#getProxyType <em>Proxy Type</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Proxy Type</em>' attribute.
+     * @see #getProxyType()
+     * @generated
+     */
+    void setProxyType(String value);
+
+    /**
+     * Returns the value of the '<em><b>Group</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>Group</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>Group</em>' attribute list.
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanRefType_Group()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true"
+     *        extendedMetaData="kind='group' name='group:3'"
+     * @generated
+     */
+    FeatureMap getGroup();
+
+    /**
+     * Returns the value of the '<em><b>Domain</b></em>' attribute list.
+     * The list contents are of type {@link java.lang.String}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Domain</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>Domain</em>' attribute list.
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanRefType_Domain()
+     * @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" transient="true" volatile="true" derived="true"
+     *        extendedMetaData="kind='element' name='domain' namespace='##targetNamespace' group='#group:3'"
+     * @generated
+     */
+    EList getDomain();
+
+    /**
+     * Returns the value of the '<em><b>Server</b></em>' attribute list.
+     * The list contents are of type {@link java.lang.String}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Server</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>Server</em>' attribute list.
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanRefType_Server()
+     * @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" transient="true" volatile="true" derived="true"
+     *        extendedMetaData="kind='element' name='server' namespace='##targetNamespace' group='#group:3'"
+     * @generated
+     */
+    EList getServer();
+
+    /**
+     * Returns the value of the '<em><b>Application</b></em>' attribute list.
+     * The list contents are of type {@link java.lang.String}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Application</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>Application</em>' attribute list.
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanRefType_Application()
+     * @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" transient="true" volatile="true" derived="true"
+     *        extendedMetaData="kind='element' name='application' namespace='##targetNamespace' group='#group:3'"
+     * @generated
+     */
+    EList getApplication();
+
+    /**
+     * Returns the value of the '<em><b>Module</b></em>' attribute list.
+     * The list contents are of type {@link java.lang.String}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Module</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>Module</em>' attribute list.
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanRefType_Module()
+     * @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" transient="true" volatile="true" derived="true"
+     *        extendedMetaData="kind='element' name='module' namespace='##targetNamespace' group='#group:3'"
+     * @generated
+     */
+    EList getModule();
+
+    /**
+     * Returns the value of the '<em><b>Type</b></em>' attribute list.
+     * The list contents are of type {@link java.lang.String}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Type</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>Type</em>' attribute list.
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanRefType_Type()
+     * @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" transient="true" volatile="true" derived="true"
+     *        extendedMetaData="kind='element' name='type' namespace='##targetNamespace' group='#group:3'"
+     * @generated
+     */
+    EList getType();
+
+    /**
+     * Returns the value of the '<em><b>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>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>Name</em>' attribute list.
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanRefType_Name()
+     * @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" transient="true" volatile="true" derived="true"
+     *        extendedMetaData="kind='element' name='name' namespace='##targetNamespace' group='#group:3'"
+     * @generated
+     */
+    EList getName();
+
+    /**
+     * Returns the value of the '<em><b>Target 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>Target 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>Target Name</em>' attribute list.
+     * @see org.apache.geronimo.xml.ns.naming.NamingPackage#getGbeanRefType_TargetName()
+     * @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" transient="true" volatile="true" derived="true"
+     *        extendedMetaData="kind='element' name='target-name' namespace='##targetNamespace' group='#group:3'"
+     * @generated
+     */
+    EList getTargetName();
+
+} // GbeanRefType

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