IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.ras.profile.defauld.webservice.defaultwebserviceprofile
Interface InterfaceSpec

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

public interface InterfaceSpec
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Interface Spec'. xmi:ordered=false The InterfaceSpec class names the interface of the web service. There may be multiple interfaces defined on the web service, so multiple instances of this class may be required. The name attribute is the user-consumable name of the interface. The wsdlName is the name of the section within the wsdl file that describes the interface; in essence it is an index into the wsdl file.

The following features are supported:

See Also:
DefaultwebserviceprofilePackage.getInterfaceSpec()

Method Summary
 String getName()
          Returns the value of the 'Name' attribute
 String getWsdlName()
          Returns the value of the 'Wsdl Name' attribute
 void setName(String value)
          Sets the value of the 'Name' attribute
 void setWsdlName(String value)
          Sets the value of the 'Wsdl 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

getName

public String getName()
Returns the value of the 'Name' attribute. This is the name of the interface.

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), DefaultwebserviceprofilePackage.getInterfaceSpec_Name()

setName

public void setName(String value)
Sets the value of the 'Name' attribute.

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

getWsdlName

public String getWsdlName()
Returns the value of the 'Wsdl Name' attribute. This containts a description of the interface.

Returns:
the value of the 'Wsdl Name' attribute.
See Also:
setWsdlName(String), DefaultwebserviceprofilePackage.getInterfaceSpec_WsdlName()

setWsdlName

public void setWsdlName(String value)
Sets the value of the 'Wsdl Name' attribute.

Parameters:
value - the new value of the 'Wsdl Name' attribute.
See Also:
getWsdlName()

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.