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

All Superinterfaces:
J2EEEObject

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
 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
 

Method Detail

getComponentName

public 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

public 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

public 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()