Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 62035 invoked from network); 24 Aug 2005 21:39:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Aug 2005 21:39:44 -0000 Received: (qmail 35507 invoked by uid 500); 24 Aug 2005 21:38:58 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 35459 invoked by uid 500); 24 Aug 2005 21:38:57 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 35419 invoked by uid 99); 24 Aug 2005 21:38:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Aug 2005 14:38:57 -0700 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 24 Aug 2005 14:38:40 -0700 Received: (qmail 60216 invoked by uid 65534); 24 Aug 2005 21:38:17 -0000 Message-ID: <20050824213817.60215.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r239937 [63/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... Date: Wed, 24 Aug 2005 21:36:53 -0000 To: scm@geronimo.apache.org From: geirm@apache.org X-Mailer: svnmailer-1.0.3 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Modified: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/impl/TssTypeImpl.java URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/impl/TssTypeImpl.java?rev=239937&r1=239936&r2=239937&view=diff ============================================================================== --- geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/impl/TssTypeImpl.java (original) +++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/impl/TssTypeImpl.java Wed Aug 24 14:34:34 2005 @@ -1,387 +1,387 @@ -/** - * Copyright 2004, 2005 The Apache Software Foundation or its licensors, as applicable - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.openejb.xml.ns.openejb.jar.impl; - -import org.eclipse.emf.common.notify.Notification; - -import org.eclipse.emf.ecore.EClass; -import org.eclipse.emf.ecore.EStructuralFeature; - -import org.eclipse.emf.ecore.impl.ENotificationImpl; -import org.eclipse.emf.ecore.impl.EObjectImpl; - -import org.openejb.xml.ns.openejb.jar.JarPackage; -import org.openejb.xml.ns.openejb.jar.TssType; - -/** - * - * An implementation of the model object 'Tss Type'. - * - *

- * The following features are implemented: - *

    - *
  • {@link org.openejb.xml.ns.openejb.jar.impl.TssTypeImpl#getDomain Domain}
  • - *
  • {@link org.openejb.xml.ns.openejb.jar.impl.TssTypeImpl#getServer Server}
  • - *
  • {@link org.openejb.xml.ns.openejb.jar.impl.TssTypeImpl#getApplication Application}
  • - *
  • {@link org.openejb.xml.ns.openejb.jar.impl.TssTypeImpl#getModule Module}
  • - *
  • {@link org.openejb.xml.ns.openejb.jar.impl.TssTypeImpl#getName Name}
  • - *
- *

- * - * @generated - */ -public class TssTypeImpl extends EObjectImpl implements TssType { - /** - * The default value of the '{@link #getDomain() Domain}' attribute. - * - * - * @see #getDomain() - * @generated - * @ordered - */ - protected static final String DOMAIN_EDEFAULT = null; - - /** - * The cached value of the '{@link #getDomain() Domain}' attribute. - * - * - * @see #getDomain() - * @generated - * @ordered - */ - protected String domain = DOMAIN_EDEFAULT; - - /** - * The default value of the '{@link #getServer() Server}' attribute. - * - * - * @see #getServer() - * @generated - * @ordered - */ - protected static final String SERVER_EDEFAULT = null; - - /** - * The cached value of the '{@link #getServer() Server}' attribute. - * - * - * @see #getServer() - * @generated - * @ordered - */ - protected String server = SERVER_EDEFAULT; - - /** - * The default value of the '{@link #getApplication() Application}' attribute. - * - * - * @see #getApplication() - * @generated - * @ordered - */ - protected static final String APPLICATION_EDEFAULT = null; - - /** - * The cached value of the '{@link #getApplication() Application}' attribute. - * - * - * @see #getApplication() - * @generated - * @ordered - */ - protected String application = APPLICATION_EDEFAULT; - - /** - * The default value of the '{@link #getModule() Module}' attribute. - * - * - * @see #getModule() - * @generated - * @ordered - */ - protected static final String MODULE_EDEFAULT = null; - - /** - * The cached value of the '{@link #getModule() Module}' attribute. - * - * - * @see #getModule() - * @generated - * @ordered - */ - protected String module = MODULE_EDEFAULT; - - /** - * The default value of the '{@link #getName() Name}' attribute. - * - * - * @see #getName() - * @generated - * @ordered - */ - protected static final String NAME_EDEFAULT = null; - - /** - * The cached value of the '{@link #getName() Name}' attribute. - * - * - * @see #getName() - * @generated - * @ordered - */ - protected String name = NAME_EDEFAULT; - - /** - * - * - * @generated - */ - protected TssTypeImpl() { - super(); - } - - /** - * - * - * @generated - */ - protected EClass eStaticClass() { - return JarPackage.eINSTANCE.getTssType(); - } - - /** - * - * - * @generated - */ - public String getDomain() { - return domain; - } - - /** - * - * - * @generated - */ - public void setDomain(String newDomain) { - String oldDomain = domain; - domain = newDomain; - if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, JarPackage.TSS_TYPE__DOMAIN, oldDomain, domain)); - } - - /** - * - * - * @generated - */ - public String getServer() { - return server; - } - - /** - * - * - * @generated - */ - public void setServer(String newServer) { - String oldServer = server; - server = newServer; - if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, JarPackage.TSS_TYPE__SERVER, oldServer, server)); - } - - /** - * - * - * @generated - */ - public String getApplication() { - return application; - } - - /** - * - * - * @generated - */ - public void setApplication(String newApplication) { - String oldApplication = application; - application = newApplication; - if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, JarPackage.TSS_TYPE__APPLICATION, oldApplication, application)); - } - - /** - * - * - * @generated - */ - public String getModule() { - return module; - } - - /** - * - * - * @generated - */ - public void setModule(String newModule) { - String oldModule = module; - module = newModule; - if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, JarPackage.TSS_TYPE__MODULE, oldModule, module)); - } - - /** - * - * - * @generated - */ - public String getName() { - return name; - } - - /** - * - * - * @generated - */ - public void setName(String newName) { - String oldName = name; - name = newName; - if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, JarPackage.TSS_TYPE__NAME, oldName, name)); - } - - /** - * - * - * @generated - */ - public Object eGet(EStructuralFeature eFeature, boolean resolve) { - switch (eDerivedStructuralFeatureID(eFeature)) { - case JarPackage.TSS_TYPE__DOMAIN: - return getDomain(); - case JarPackage.TSS_TYPE__SERVER: - return getServer(); - case JarPackage.TSS_TYPE__APPLICATION: - return getApplication(); - case JarPackage.TSS_TYPE__MODULE: - return getModule(); - case JarPackage.TSS_TYPE__NAME: - return getName(); - } - return eDynamicGet(eFeature, resolve); - } - - /** - * - * - * @generated - */ - public void eSet(EStructuralFeature eFeature, Object newValue) { - switch (eDerivedStructuralFeatureID(eFeature)) { - case JarPackage.TSS_TYPE__DOMAIN: - setDomain((String)newValue); - return; - case JarPackage.TSS_TYPE__SERVER: - setServer((String)newValue); - return; - case JarPackage.TSS_TYPE__APPLICATION: - setApplication((String)newValue); - return; - case JarPackage.TSS_TYPE__MODULE: - setModule((String)newValue); - return; - case JarPackage.TSS_TYPE__NAME: - setName((String)newValue); - return; - } - eDynamicSet(eFeature, newValue); - } - - /** - * - * - * @generated - */ - public void eUnset(EStructuralFeature eFeature) { - switch (eDerivedStructuralFeatureID(eFeature)) { - case JarPackage.TSS_TYPE__DOMAIN: - setDomain(DOMAIN_EDEFAULT); - return; - case JarPackage.TSS_TYPE__SERVER: - setServer(SERVER_EDEFAULT); - return; - case JarPackage.TSS_TYPE__APPLICATION: - setApplication(APPLICATION_EDEFAULT); - return; - case JarPackage.TSS_TYPE__MODULE: - setModule(MODULE_EDEFAULT); - return; - case JarPackage.TSS_TYPE__NAME: - setName(NAME_EDEFAULT); - return; - } - eDynamicUnset(eFeature); - } - - /** - * - * - * @generated - */ - public boolean eIsSet(EStructuralFeature eFeature) { - switch (eDerivedStructuralFeatureID(eFeature)) { - case JarPackage.TSS_TYPE__DOMAIN: - return DOMAIN_EDEFAULT == null ? domain != null : !DOMAIN_EDEFAULT.equals(domain); - case JarPackage.TSS_TYPE__SERVER: - return SERVER_EDEFAULT == null ? server != null : !SERVER_EDEFAULT.equals(server); - case JarPackage.TSS_TYPE__APPLICATION: - return APPLICATION_EDEFAULT == null ? application != null : !APPLICATION_EDEFAULT.equals(application); - case JarPackage.TSS_TYPE__MODULE: - return MODULE_EDEFAULT == null ? module != null : !MODULE_EDEFAULT.equals(module); - case JarPackage.TSS_TYPE__NAME: - return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); - } - return eDynamicIsSet(eFeature); - } - - /** - * - * - * @generated - */ - public String toString() { - if (eIsProxy()) return super.toString(); - - StringBuffer result = new StringBuffer(super.toString()); - result.append(" (domain: "); - result.append(domain); - result.append(", server: "); - result.append(server); - result.append(", application: "); - result.append(application); - result.append(", module: "); - result.append(module); - result.append(", name: "); - result.append(name); - result.append(')'); - return result.toString(); - } - -} //TssTypeImpl +/** + * Copyright 2004, 2005 The Apache Software Foundation or its licensors, as applicable + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.openejb.xml.ns.openejb.jar.impl; + +import org.eclipse.emf.common.notify.Notification; + +import org.eclipse.emf.ecore.EClass; +import org.eclipse.emf.ecore.EStructuralFeature; + +import org.eclipse.emf.ecore.impl.ENotificationImpl; +import org.eclipse.emf.ecore.impl.EObjectImpl; + +import org.openejb.xml.ns.openejb.jar.JarPackage; +import org.openejb.xml.ns.openejb.jar.TssType; + +/** + * + * An implementation of the model object 'Tss Type'. + * + *

+ * The following features are implemented: + *

    + *
  • {@link org.openejb.xml.ns.openejb.jar.impl.TssTypeImpl#getDomain Domain}
  • + *
  • {@link org.openejb.xml.ns.openejb.jar.impl.TssTypeImpl#getServer Server}
  • + *
  • {@link org.openejb.xml.ns.openejb.jar.impl.TssTypeImpl#getApplication Application}
  • + *
  • {@link org.openejb.xml.ns.openejb.jar.impl.TssTypeImpl#getModule Module}
  • + *
  • {@link org.openejb.xml.ns.openejb.jar.impl.TssTypeImpl#getName Name}
  • + *
+ *

+ * + * @generated + */ +public class TssTypeImpl extends EObjectImpl implements TssType { + /** + * The default value of the '{@link #getDomain() Domain}' attribute. + * + * + * @see #getDomain() + * @generated + * @ordered + */ + protected static final String DOMAIN_EDEFAULT = null; + + /** + * The cached value of the '{@link #getDomain() Domain}' attribute. + * + * + * @see #getDomain() + * @generated + * @ordered + */ + protected String domain = DOMAIN_EDEFAULT; + + /** + * The default value of the '{@link #getServer() Server}' attribute. + * + * + * @see #getServer() + * @generated + * @ordered + */ + protected static final String SERVER_EDEFAULT = null; + + /** + * The cached value of the '{@link #getServer() Server}' attribute. + * + * + * @see #getServer() + * @generated + * @ordered + */ + protected String server = SERVER_EDEFAULT; + + /** + * The default value of the '{@link #getApplication() Application}' attribute. + * + * + * @see #getApplication() + * @generated + * @ordered + */ + protected static final String APPLICATION_EDEFAULT = null; + + /** + * The cached value of the '{@link #getApplication() Application}' attribute. + * + * + * @see #getApplication() + * @generated + * @ordered + */ + protected String application = APPLICATION_EDEFAULT; + + /** + * The default value of the '{@link #getModule() Module}' attribute. + * + * + * @see #getModule() + * @generated + * @ordered + */ + protected static final String MODULE_EDEFAULT = null; + + /** + * The cached value of the '{@link #getModule() Module}' attribute. + * + * + * @see #getModule() + * @generated + * @ordered + */ + protected String module = MODULE_EDEFAULT; + + /** + * The default value of the '{@link #getName() Name}' attribute. + * + * + * @see #getName() + * @generated + * @ordered + */ + protected static final String NAME_EDEFAULT = null; + + /** + * The cached value of the '{@link #getName() Name}' attribute. + * + * + * @see #getName() + * @generated + * @ordered + */ + protected String name = NAME_EDEFAULT; + + /** + * + * + * @generated + */ + protected TssTypeImpl() { + super(); + } + + /** + * + * + * @generated + */ + protected EClass eStaticClass() { + return JarPackage.eINSTANCE.getTssType(); + } + + /** + * + * + * @generated + */ + public String getDomain() { + return domain; + } + + /** + * + * + * @generated + */ + public void setDomain(String newDomain) { + String oldDomain = domain; + domain = newDomain; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, JarPackage.TSS_TYPE__DOMAIN, oldDomain, domain)); + } + + /** + * + * + * @generated + */ + public String getServer() { + return server; + } + + /** + * + * + * @generated + */ + public void setServer(String newServer) { + String oldServer = server; + server = newServer; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, JarPackage.TSS_TYPE__SERVER, oldServer, server)); + } + + /** + * + * + * @generated + */ + public String getApplication() { + return application; + } + + /** + * + * + * @generated + */ + public void setApplication(String newApplication) { + String oldApplication = application; + application = newApplication; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, JarPackage.TSS_TYPE__APPLICATION, oldApplication, application)); + } + + /** + * + * + * @generated + */ + public String getModule() { + return module; + } + + /** + * + * + * @generated + */ + public void setModule(String newModule) { + String oldModule = module; + module = newModule; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, JarPackage.TSS_TYPE__MODULE, oldModule, module)); + } + + /** + * + * + * @generated + */ + public String getName() { + return name; + } + + /** + * + * + * @generated + */ + public void setName(String newName) { + String oldName = name; + name = newName; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, JarPackage.TSS_TYPE__NAME, oldName, name)); + } + + /** + * + * + * @generated + */ + public Object eGet(EStructuralFeature eFeature, boolean resolve) { + switch (eDerivedStructuralFeatureID(eFeature)) { + case JarPackage.TSS_TYPE__DOMAIN: + return getDomain(); + case JarPackage.TSS_TYPE__SERVER: + return getServer(); + case JarPackage.TSS_TYPE__APPLICATION: + return getApplication(); + case JarPackage.TSS_TYPE__MODULE: + return getModule(); + case JarPackage.TSS_TYPE__NAME: + return getName(); + } + return eDynamicGet(eFeature, resolve); + } + + /** + * + * + * @generated + */ + public void eSet(EStructuralFeature eFeature, Object newValue) { + switch (eDerivedStructuralFeatureID(eFeature)) { + case JarPackage.TSS_TYPE__DOMAIN: + setDomain((String)newValue); + return; + case JarPackage.TSS_TYPE__SERVER: + setServer((String)newValue); + return; + case JarPackage.TSS_TYPE__APPLICATION: + setApplication((String)newValue); + return; + case JarPackage.TSS_TYPE__MODULE: + setModule((String)newValue); + return; + case JarPackage.TSS_TYPE__NAME: + setName((String)newValue); + return; + } + eDynamicSet(eFeature, newValue); + } + + /** + * + * + * @generated + */ + public void eUnset(EStructuralFeature eFeature) { + switch (eDerivedStructuralFeatureID(eFeature)) { + case JarPackage.TSS_TYPE__DOMAIN: + setDomain(DOMAIN_EDEFAULT); + return; + case JarPackage.TSS_TYPE__SERVER: + setServer(SERVER_EDEFAULT); + return; + case JarPackage.TSS_TYPE__APPLICATION: + setApplication(APPLICATION_EDEFAULT); + return; + case JarPackage.TSS_TYPE__MODULE: + setModule(MODULE_EDEFAULT); + return; + case JarPackage.TSS_TYPE__NAME: + setName(NAME_EDEFAULT); + return; + } + eDynamicUnset(eFeature); + } + + /** + * + * + * @generated + */ + public boolean eIsSet(EStructuralFeature eFeature) { + switch (eDerivedStructuralFeatureID(eFeature)) { + case JarPackage.TSS_TYPE__DOMAIN: + return DOMAIN_EDEFAULT == null ? domain != null : !DOMAIN_EDEFAULT.equals(domain); + case JarPackage.TSS_TYPE__SERVER: + return SERVER_EDEFAULT == null ? server != null : !SERVER_EDEFAULT.equals(server); + case JarPackage.TSS_TYPE__APPLICATION: + return APPLICATION_EDEFAULT == null ? application != null : !APPLICATION_EDEFAULT.equals(application); + case JarPackage.TSS_TYPE__MODULE: + return MODULE_EDEFAULT == null ? module != null : !MODULE_EDEFAULT.equals(module); + case JarPackage.TSS_TYPE__NAME: + return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); + } + return eDynamicIsSet(eFeature); + } + + /** + * + * + * @generated + */ + public String toString() { + if (eIsProxy()) return super.toString(); + + StringBuffer result = new StringBuffer(super.toString()); + result.append(" (domain: "); + result.append(domain); + result.append(", server: "); + result.append(server); + result.append(", application: "); + result.append(application); + result.append(", module: "); + result.append(module); + result.append(", name: "); + result.append(name); + result.append(')'); + return result.toString(); + } + +} //TssTypeImpl Propchange: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/impl/TssTypeImpl.java ------------------------------------------------------------------------------ svn:eol-style = native Modified: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/impl/WebServiceSecurityTypeImpl.java URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/impl/WebServiceSecurityTypeImpl.java?rev=239937&r1=239936&r2=239937&view=diff ============================================================================== --- geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/impl/WebServiceSecurityTypeImpl.java (original) +++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/impl/WebServiceSecurityTypeImpl.java Wed Aug 24 14:34:34 2005 @@ -1,368 +1,368 @@ -/** - * Copyright 2004, 2005 The Apache Software Foundation or its licensors, as applicable - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.openejb.xml.ns.openejb.jar.impl; - -import org.eclipse.emf.common.notify.Notification; - -import org.eclipse.emf.ecore.EClass; -import org.eclipse.emf.ecore.EStructuralFeature; - -import org.eclipse.emf.ecore.impl.ENotificationImpl; -import org.eclipse.emf.ecore.impl.EObjectImpl; - -import org.openejb.xml.ns.openejb.jar.JarPackage; -import org.openejb.xml.ns.openejb.jar.TransportGuaranteeType; -import org.openejb.xml.ns.openejb.jar.WebServiceSecurityType; - -/** - * - * An implementation of the model object 'Web Service Security Type'. - * - *

- * The following features are implemented: - *

    - *
  • {@link org.openejb.xml.ns.openejb.jar.impl.WebServiceSecurityTypeImpl#getSecurityRealmName Security Realm Name}
  • - *
  • {@link org.openejb.xml.ns.openejb.jar.impl.WebServiceSecurityTypeImpl#getRealmName Realm Name}
  • - *
  • {@link org.openejb.xml.ns.openejb.jar.impl.WebServiceSecurityTypeImpl#getTransportGuarantee Transport Guarantee}
  • - *
  • {@link org.openejb.xml.ns.openejb.jar.impl.WebServiceSecurityTypeImpl#getAuthMethod Auth Method}
  • - *
- *

- * - * @generated - */ -public class WebServiceSecurityTypeImpl extends EObjectImpl implements WebServiceSecurityType { - /** - * The default value of the '{@link #getSecurityRealmName() Security Realm Name}' attribute. - * - * - * @see #getSecurityRealmName() - * @generated - * @ordered - */ - protected static final String SECURITY_REALM_NAME_EDEFAULT = null; - - /** - * The cached value of the '{@link #getSecurityRealmName() Security Realm Name}' attribute. - * - * - * @see #getSecurityRealmName() - * @generated - * @ordered - */ - protected String securityRealmName = SECURITY_REALM_NAME_EDEFAULT; - - /** - * The default value of the '{@link #getRealmName() Realm Name}' attribute. - * - * - * @see #getRealmName() - * @generated - * @ordered - */ - protected static final String REALM_NAME_EDEFAULT = null; - - /** - * The cached value of the '{@link #getRealmName() Realm Name}' attribute. - * - * - * @see #getRealmName() - * @generated - * @ordered - */ - protected String realmName = REALM_NAME_EDEFAULT; - - /** - * The default value of the '{@link #getTransportGuarantee() Transport Guarantee}' attribute. - * - * - * @see #getTransportGuarantee() - * @generated - * @ordered - */ - protected static final TransportGuaranteeType TRANSPORT_GUARANTEE_EDEFAULT = TransportGuaranteeType.NONE_LITERAL; - - /** - * The cached value of the '{@link #getTransportGuarantee() Transport Guarantee}' attribute. - * - * - * @see #getTransportGuarantee() - * @generated - * @ordered - */ - protected TransportGuaranteeType transportGuarantee = TRANSPORT_GUARANTEE_EDEFAULT; - - /** - * This is true if the Transport Guarantee attribute has been set. - * - * - * @generated - * @ordered - */ - protected boolean transportGuaranteeESet = false; - - /** - * The default value of the '{@link #getAuthMethod() Auth Method}' attribute. - * - * - * @see #getAuthMethod() - * @generated - * @ordered - */ - protected static final String AUTH_METHOD_EDEFAULT = null; - - /** - * The cached value of the '{@link #getAuthMethod() Auth Method}' attribute. - * - * - * @see #getAuthMethod() - * @generated - * @ordered - */ - protected String authMethod = AUTH_METHOD_EDEFAULT; - - /** - * - * - * @generated - */ - protected WebServiceSecurityTypeImpl() { - super(); - } - - /** - * - * - * @generated - */ - protected EClass eStaticClass() { - return JarPackage.eINSTANCE.getWebServiceSecurityType(); - } - - /** - * - * - * @generated - */ - public String getSecurityRealmName() { - return securityRealmName; - } - - /** - * - * - * @generated - */ - public void setSecurityRealmName(String newSecurityRealmName) { - String oldSecurityRealmName = securityRealmName; - securityRealmName = newSecurityRealmName; - if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, JarPackage.WEB_SERVICE_SECURITY_TYPE__SECURITY_REALM_NAME, oldSecurityRealmName, securityRealmName)); - } - - /** - * - * - * @generated - */ - public String getRealmName() { - return realmName; - } - - /** - * - * - * @generated - */ - public void setRealmName(String newRealmName) { - String oldRealmName = realmName; - realmName = newRealmName; - if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, JarPackage.WEB_SERVICE_SECURITY_TYPE__REALM_NAME, oldRealmName, realmName)); - } - - /** - * - * - * @generated - */ - public TransportGuaranteeType getTransportGuarantee() { - return transportGuarantee; - } - - /** - * - * - * @generated - */ - public void setTransportGuarantee(TransportGuaranteeType newTransportGuarantee) { - TransportGuaranteeType oldTransportGuarantee = transportGuarantee; - transportGuarantee = newTransportGuarantee == null ? TRANSPORT_GUARANTEE_EDEFAULT : newTransportGuarantee; - boolean oldTransportGuaranteeESet = transportGuaranteeESet; - transportGuaranteeESet = true; - if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, JarPackage.WEB_SERVICE_SECURITY_TYPE__TRANSPORT_GUARANTEE, oldTransportGuarantee, transportGuarantee, !oldTransportGuaranteeESet)); - } - - /** - * - * - * @generated - */ - public void unsetTransportGuarantee() { - TransportGuaranteeType oldTransportGuarantee = transportGuarantee; - boolean oldTransportGuaranteeESet = transportGuaranteeESet; - transportGuarantee = TRANSPORT_GUARANTEE_EDEFAULT; - transportGuaranteeESet = false; - if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.UNSET, JarPackage.WEB_SERVICE_SECURITY_TYPE__TRANSPORT_GUARANTEE, oldTransportGuarantee, TRANSPORT_GUARANTEE_EDEFAULT, oldTransportGuaranteeESet)); - } - - /** - * - * - * @generated - */ - public boolean isSetTransportGuarantee() { - return transportGuaranteeESet; - } - - /** - * - * - * @generated - */ - public String getAuthMethod() { - return authMethod; - } - - /** - * - * - * @generated - */ - public void setAuthMethod(String newAuthMethod) { - String oldAuthMethod = authMethod; - authMethod = newAuthMethod; - if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, JarPackage.WEB_SERVICE_SECURITY_TYPE__AUTH_METHOD, oldAuthMethod, authMethod)); - } - - /** - * - * - * @generated - */ - public Object eGet(EStructuralFeature eFeature, boolean resolve) { - switch (eDerivedStructuralFeatureID(eFeature)) { - case JarPackage.WEB_SERVICE_SECURITY_TYPE__SECURITY_REALM_NAME: - return getSecurityRealmName(); - case JarPackage.WEB_SERVICE_SECURITY_TYPE__REALM_NAME: - return getRealmName(); - case JarPackage.WEB_SERVICE_SECURITY_TYPE__TRANSPORT_GUARANTEE: - return getTransportGuarantee(); - case JarPackage.WEB_SERVICE_SECURITY_TYPE__AUTH_METHOD: - return getAuthMethod(); - } - return eDynamicGet(eFeature, resolve); - } - - /** - * - * - * @generated - */ - public void eSet(EStructuralFeature eFeature, Object newValue) { - switch (eDerivedStructuralFeatureID(eFeature)) { - case JarPackage.WEB_SERVICE_SECURITY_TYPE__SECURITY_REALM_NAME: - setSecurityRealmName((String)newValue); - return; - case JarPackage.WEB_SERVICE_SECURITY_TYPE__REALM_NAME: - setRealmName((String)newValue); - return; - case JarPackage.WEB_SERVICE_SECURITY_TYPE__TRANSPORT_GUARANTEE: - setTransportGuarantee((TransportGuaranteeType)newValue); - return; - case JarPackage.WEB_SERVICE_SECURITY_TYPE__AUTH_METHOD: - setAuthMethod((String)newValue); - return; - } - eDynamicSet(eFeature, newValue); - } - - /** - * - * - * @generated - */ - public void eUnset(EStructuralFeature eFeature) { - switch (eDerivedStructuralFeatureID(eFeature)) { - case JarPackage.WEB_SERVICE_SECURITY_TYPE__SECURITY_REALM_NAME: - setSecurityRealmName(SECURITY_REALM_NAME_EDEFAULT); - return; - case JarPackage.WEB_SERVICE_SECURITY_TYPE__REALM_NAME: - setRealmName(REALM_NAME_EDEFAULT); - return; - case JarPackage.WEB_SERVICE_SECURITY_TYPE__TRANSPORT_GUARANTEE: - unsetTransportGuarantee(); - return; - case JarPackage.WEB_SERVICE_SECURITY_TYPE__AUTH_METHOD: - setAuthMethod(AUTH_METHOD_EDEFAULT); - return; - } - eDynamicUnset(eFeature); - } - - /** - * - * - * @generated - */ - public boolean eIsSet(EStructuralFeature eFeature) { - switch (eDerivedStructuralFeatureID(eFeature)) { - case JarPackage.WEB_SERVICE_SECURITY_TYPE__SECURITY_REALM_NAME: - return SECURITY_REALM_NAME_EDEFAULT == null ? securityRealmName != null : !SECURITY_REALM_NAME_EDEFAULT.equals(securityRealmName); - case JarPackage.WEB_SERVICE_SECURITY_TYPE__REALM_NAME: - return REALM_NAME_EDEFAULT == null ? realmName != null : !REALM_NAME_EDEFAULT.equals(realmName); - case JarPackage.WEB_SERVICE_SECURITY_TYPE__TRANSPORT_GUARANTEE: - return isSetTransportGuarantee(); - case JarPackage.WEB_SERVICE_SECURITY_TYPE__AUTH_METHOD: - return AUTH_METHOD_EDEFAULT == null ? authMethod != null : !AUTH_METHOD_EDEFAULT.equals(authMethod); - } - return eDynamicIsSet(eFeature); - } - - /** - * - * - * @generated - */ - public String toString() { - if (eIsProxy()) return super.toString(); - - StringBuffer result = new StringBuffer(super.toString()); - result.append(" (securityRealmName: "); - result.append(securityRealmName); - result.append(", realmName: "); - result.append(realmName); - result.append(", transportGuarantee: "); - if (transportGuaranteeESet) result.append(transportGuarantee); else result.append(""); - result.append(", authMethod: "); - result.append(authMethod); - result.append(')'); - return result.toString(); - } - -} //WebServiceSecurityTypeImpl +/** + * Copyright 2004, 2005 The Apache Software Foundation or its licensors, as applicable + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.openejb.xml.ns.openejb.jar.impl; + +import org.eclipse.emf.common.notify.Notification; + +import org.eclipse.emf.ecore.EClass; +import org.eclipse.emf.ecore.EStructuralFeature; + +import org.eclipse.emf.ecore.impl.ENotificationImpl; +import org.eclipse.emf.ecore.impl.EObjectImpl; + +import org.openejb.xml.ns.openejb.jar.JarPackage; +import org.openejb.xml.ns.openejb.jar.TransportGuaranteeType; +import org.openejb.xml.ns.openejb.jar.WebServiceSecurityType; + +/** + * + * An implementation of the model object 'Web Service Security Type'. + * + *

+ * The following features are implemented: + *

    + *
  • {@link org.openejb.xml.ns.openejb.jar.impl.WebServiceSecurityTypeImpl#getSecurityRealmName Security Realm Name}
  • + *
  • {@link org.openejb.xml.ns.openejb.jar.impl.WebServiceSecurityTypeImpl#getRealmName Realm Name}
  • + *
  • {@link org.openejb.xml.ns.openejb.jar.impl.WebServiceSecurityTypeImpl#getTransportGuarantee Transport Guarantee}
  • + *
  • {@link org.openejb.xml.ns.openejb.jar.impl.WebServiceSecurityTypeImpl#getAuthMethod Auth Method}
  • + *
+ *

+ * + * @generated + */ +public class WebServiceSecurityTypeImpl extends EObjectImpl implements WebServiceSecurityType { + /** + * The default value of the '{@link #getSecurityRealmName() Security Realm Name}' attribute. + * + * + * @see #getSecurityRealmName() + * @generated + * @ordered + */ + protected static final String SECURITY_REALM_NAME_EDEFAULT = null; + + /** + * The cached value of the '{@link #getSecurityRealmName() Security Realm Name}' attribute. + * + * + * @see #getSecurityRealmName() + * @generated + * @ordered + */ + protected String securityRealmName = SECURITY_REALM_NAME_EDEFAULT; + + /** + * The default value of the '{@link #getRealmName() Realm Name}' attribute. + * + * + * @see #getRealmName() + * @generated + * @ordered + */ + protected static final String REALM_NAME_EDEFAULT = null; + + /** + * The cached value of the '{@link #getRealmName() Realm Name}' attribute. + * + * + * @see #getRealmName() + * @generated + * @ordered + */ + protected String realmName = REALM_NAME_EDEFAULT; + + /** + * The default value of the '{@link #getTransportGuarantee() Transport Guarantee}' attribute. + * + * + * @see #getTransportGuarantee() + * @generated + * @ordered + */ + protected static final TransportGuaranteeType TRANSPORT_GUARANTEE_EDEFAULT = TransportGuaranteeType.NONE_LITERAL; + + /** + * The cached value of the '{@link #getTransportGuarantee() Transport Guarantee}' attribute. + * + * + * @see #getTransportGuarantee() + * @generated + * @ordered + */ + protected TransportGuaranteeType transportGuarantee = TRANSPORT_GUARANTEE_EDEFAULT; + + /** + * This is true if the Transport Guarantee attribute has been set. + * + * + * @generated + * @ordered + */ + protected boolean transportGuaranteeESet = false; + + /** + * The default value of the '{@link #getAuthMethod() Auth Method}' attribute. + * + * + * @see #getAuthMethod() + * @generated + * @ordered + */ + protected static final String AUTH_METHOD_EDEFAULT = null; + + /** + * The cached value of the '{@link #getAuthMethod() Auth Method}' attribute. + * + * + * @see #getAuthMethod() + * @generated + * @ordered + */ + protected String authMethod = AUTH_METHOD_EDEFAULT; + + /** + * + * + * @generated + */ + protected WebServiceSecurityTypeImpl() { + super(); + } + + /** + * + * + * @generated + */ + protected EClass eStaticClass() { + return JarPackage.eINSTANCE.getWebServiceSecurityType(); + } + + /** + * + * + * @generated + */ + public String getSecurityRealmName() { + return securityRealmName; + } + + /** + * + * + * @generated + */ + public void setSecurityRealmName(String newSecurityRealmName) { + String oldSecurityRealmName = securityRealmName; + securityRealmName = newSecurityRealmName; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, JarPackage.WEB_SERVICE_SECURITY_TYPE__SECURITY_REALM_NAME, oldSecurityRealmName, securityRealmName)); + } + + /** + * + * + * @generated + */ + public String getRealmName() { + return realmName; + } + + /** + * + * + * @generated + */ + public void setRealmName(String newRealmName) { + String oldRealmName = realmName; + realmName = newRealmName; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, JarPackage.WEB_SERVICE_SECURITY_TYPE__REALM_NAME, oldRealmName, realmName)); + } + + /** + * + * + * @generated + */ + public TransportGuaranteeType getTransportGuarantee() { + return transportGuarantee; + } + + /** + * + * + * @generated + */ + public void setTransportGuarantee(TransportGuaranteeType newTransportGuarantee) { + TransportGuaranteeType oldTransportGuarantee = transportGuarantee; + transportGuarantee = newTransportGuarantee == null ? TRANSPORT_GUARANTEE_EDEFAULT : newTransportGuarantee; + boolean oldTransportGuaranteeESet = transportGuaranteeESet; + transportGuaranteeESet = true; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, JarPackage.WEB_SERVICE_SECURITY_TYPE__TRANSPORT_GUARANTEE, oldTransportGuarantee, transportGuarantee, !oldTransportGuaranteeESet)); + } + + /** + * + * + * @generated + */ + public void unsetTransportGuarantee() { + TransportGuaranteeType oldTransportGuarantee = transportGuarantee; + boolean oldTransportGuaranteeESet = transportGuaranteeESet; + transportGuarantee = TRANSPORT_GUARANTEE_EDEFAULT; + transportGuaranteeESet = false; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.UNSET, JarPackage.WEB_SERVICE_SECURITY_TYPE__TRANSPORT_GUARANTEE, oldTransportGuarantee, TRANSPORT_GUARANTEE_EDEFAULT, oldTransportGuaranteeESet)); + } + + /** + * + * + * @generated + */ + public boolean isSetTransportGuarantee() { + return transportGuaranteeESet; + } + + /** + * + * + * @generated + */ + public String getAuthMethod() { + return authMethod; + } + + /** + * + * + * @generated + */ + public void setAuthMethod(String newAuthMethod) { + String oldAuthMethod = authMethod; + authMethod = newAuthMethod; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, JarPackage.WEB_SERVICE_SECURITY_TYPE__AUTH_METHOD, oldAuthMethod, authMethod)); + } + + /** + * + * + * @generated + */ + public Object eGet(EStructuralFeature eFeature, boolean resolve) { + switch (eDerivedStructuralFeatureID(eFeature)) { + case JarPackage.WEB_SERVICE_SECURITY_TYPE__SECURITY_REALM_NAME: + return getSecurityRealmName(); + case JarPackage.WEB_SERVICE_SECURITY_TYPE__REALM_NAME: + return getRealmName(); + case JarPackage.WEB_SERVICE_SECURITY_TYPE__TRANSPORT_GUARANTEE: + return getTransportGuarantee(); + case JarPackage.WEB_SERVICE_SECURITY_TYPE__AUTH_METHOD: + return getAuthMethod(); + } + return eDynamicGet(eFeature, resolve); + } + + /** + * + * + * @generated + */ + public void eSet(EStructuralFeature eFeature, Object newValue) { + switch (eDerivedStructuralFeatureID(eFeature)) { + case JarPackage.WEB_SERVICE_SECURITY_TYPE__SECURITY_REALM_NAME: + setSecurityRealmName((String)newValue); + return; + case JarPackage.WEB_SERVICE_SECURITY_TYPE__REALM_NAME: + setRealmName((String)newValue); + return; + case JarPackage.WEB_SERVICE_SECURITY_TYPE__TRANSPORT_GUARANTEE: + setTransportGuarantee((TransportGuaranteeType)newValue); + return; + case JarPackage.WEB_SERVICE_SECURITY_TYPE__AUTH_METHOD: + setAuthMethod((String)newValue); + return; + } + eDynamicSet(eFeature, newValue); + } + + /** + * + * + * @generated + */ + public void eUnset(EStructuralFeature eFeature) { + switch (eDerivedStructuralFeatureID(eFeature)) { + case JarPackage.WEB_SERVICE_SECURITY_TYPE__SECURITY_REALM_NAME: + setSecurityRealmName(SECURITY_REALM_NAME_EDEFAULT); + return; + case JarPackage.WEB_SERVICE_SECURITY_TYPE__REALM_NAME: + setRealmName(REALM_NAME_EDEFAULT); + return; + case JarPackage.WEB_SERVICE_SECURITY_TYPE__TRANSPORT_GUARANTEE: + unsetTransportGuarantee(); + return; + case JarPackage.WEB_SERVICE_SECURITY_TYPE__AUTH_METHOD: + setAuthMethod(AUTH_METHOD_EDEFAULT); + return; + } + eDynamicUnset(eFeature); + } + + /** + * + * + * @generated + */ + public boolean eIsSet(EStructuralFeature eFeature) { + switch (eDerivedStructuralFeatureID(eFeature)) { + case JarPackage.WEB_SERVICE_SECURITY_TYPE__SECURITY_REALM_NAME: + return SECURITY_REALM_NAME_EDEFAULT == null ? securityRealmName != null : !SECURITY_REALM_NAME_EDEFAULT.equals(securityRealmName); + case JarPackage.WEB_SERVICE_SECURITY_TYPE__REALM_NAME: + return REALM_NAME_EDEFAULT == null ? realmName != null : !REALM_NAME_EDEFAULT.equals(realmName); + case JarPackage.WEB_SERVICE_SECURITY_TYPE__TRANSPORT_GUARANTEE: + return isSetTransportGuarantee(); + case JarPackage.WEB_SERVICE_SECURITY_TYPE__AUTH_METHOD: + return AUTH_METHOD_EDEFAULT == null ? authMethod != null : !AUTH_METHOD_EDEFAULT.equals(authMethod); + } + return eDynamicIsSet(eFeature); + } + + /** + * + * + * @generated + */ + public String toString() { + if (eIsProxy()) return super.toString(); + + StringBuffer result = new StringBuffer(super.toString()); + result.append(" (securityRealmName: "); + result.append(securityRealmName); + result.append(", realmName: "); + result.append(realmName); + result.append(", transportGuarantee: "); + if (transportGuaranteeESet) result.append(transportGuarantee); else result.append(""); + result.append(", authMethod: "); + result.append(authMethod); + result.append(')'); + return result.toString(); + } + +} //WebServiceSecurityTypeImpl Propchange: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/impl/WebServiceSecurityTypeImpl.java ------------------------------------------------------------------------------ svn:eol-style = native