org.eclipse.jst.j2ee.webservice.wsclient
Interface WebServicesClient

All Superinterfaces:
org.eclipse.emf.ecore.EObject, J2EEEObject, org.eclipse.emf.common.notify.Notifier

public interface WebServicesClient
extends J2EEEObject

A representation of the model object 'Web Services Client'.

Version:
J2EE1.4 deprecated

The following features are supported:

See Also:
Webservice_clientPackage.getWebServicesClient()

Method Summary
 org.eclipse.emf.common.util.EList getComponentScopedRefs()
          Returns the value of the 'Component Scoped Refs' containment reference list.
 org.eclipse.emf.common.util.EList getServiceRefs()
          Returns the value of the 'Service Refs' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getComponentScopedRefs

org.eclipse.emf.common.util.EList getComponentScopedRefs()
Returns the value of the 'Component Scoped Refs' containment reference list. The list contents are of type ComponentScopedRefs.

If the meaning of the 'Component Scoped Refs' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Component Scoped Refs' containment reference list.
See Also:
Webservice_clientPackage.getWebServicesClient_ComponentScopedRefs()

getServiceRefs

org.eclipse.emf.common.util.EList getServiceRefs()
Returns the value of the 'Service Refs' containment reference list. The list contents are of type ServiceRef.

If the meaning of the 'Service Refs' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Service Refs' containment reference list.
See Also:
Webservice_clientPackage.getWebServicesClient_ServiceRefs()