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

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

public interface ComponentScopedRefs
extends J2EEEObject

A representation of the model object 'Component Scoped Refs'.

Version:
J2EE1.4 deprecated

The following features are supported:

See Also:
Webservice_clientPackage.getComponentScopedRefs()

Method Summary
 java.lang.String getComponentName()
          Returns the value of the 'Component Name' attribute
 org.eclipse.emf.common.util.EList getServiceRefs()
          Returns the value of the 'Service Refs' containment reference list.
 void setComponentName(java.lang.String value)
          Sets the value of the 'Component Name' attribute
 
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

getComponentName

java.lang.String getComponentName()
Returns the value of the 'Component Name' attribute.

If the meaning of the 'Component Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Component Name' attribute.
See Also:
setComponentName(String), Webservice_clientPackage.getComponentScopedRefs_ComponentName()

setComponentName

void setComponentName(java.lang.String value)
Sets the value of the 'Component Name' attribute.

Parameters:
value - the new value of the 'Component Name' attribute.
See Also:
getComponentName()

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.getComponentScopedRefs_ServiceRefs()