blob: dc094c1342b222df3bb6a23d34d8d0d1593689fc [file] [log] [blame]
/**
* Copyright (c) 2010 Mia-Software.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
*
* Nicolas Guyomar (Mia-Software) - initial API and implementation
*/
package org.eclipse.modisco.jee.webapp.webapp30;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Respect Binding Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* Corresponds to the javax.xml.ws.RespectBinding annotation
* or its corresponding javax.xml.ws.RespectBindingFeature web
* service feature. This is used to control whether a JAX-WS
* implementation must respect/honor the contents of the
* wsdl:binding in the WSDL that is associated with the service.
*
* If the "enabled" element is "true", wsdl:binding in the
* associated WSDL, if any, must be respected/honored.
*
*
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.modisco.jee.webapp.webapp30.RespectBindingType#getEnabled <em>Enabled</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.modisco.jee.webapp.webapp30.Webapp30Package#getRespectBindingType()
* @model extendedMetaData="name='respect-bindingType' kind='elementOnly'"
* @generated
*/
public interface RespectBindingType extends EObject {
/**
* Returns the value of the '<em><b>Enabled</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Enabled</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>Enabled</em>' containment reference.
* @see #setEnabled(TrueFalseType)
* @see org.eclipse.modisco.jee.webapp.webapp30.Webapp30Package#getRespectBindingType_Enabled()
* @model containment="true"
* extendedMetaData="kind='element' name='enabled' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
TrueFalseType getEnabled();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.webapp.webapp30.RespectBindingType#getEnabled <em>Enabled</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Enabled</em>' containment reference.
* @see #getEnabled()
* @generated
*/
void setEnabled(TrueFalseType value);
} // RespectBindingType