IBM Rational Software Modeler
Release 6.0

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

All Superinterfaces:
EObject, Notifier

public interface Wsdl
extends EObject

A representation of the model object 'Wsdl'. xmi:ordered=false The Wsdl class maintains a reference to the wsdl file which possess the description of the web service.

The following features are supported:

See Also:
DefaultwebserviceprofilePackage.getWsdl()

Method Summary
 Artifact getReference()
          Returns the value of the 'Reference' reference
 void setReference(Artifact value)
          Sets the value of the 'Reference' reference
 
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

getReference

public Artifact getReference()
Returns the value of the 'Reference' reference. This is the reference to the wsdl file.

Returns:
the value of the 'Reference' reference.
See Also:
setReference(Artifact), DefaultwebserviceprofilePackage.getWsdl_Reference()

setReference

public void setReference(Artifact value)
Sets the value of the 'Reference' reference.

Parameters:
value - the new value of the 'Reference' reference.
See Also:
getReference()

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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