org.eclipse.jst.j2ee.webservice.wscommon
Interface PortName

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

public interface PortName
extends J2EEEObject

A representation of the model object 'Port Name'.

The following features are supported:

See Also:
WscommonPackage.getPortName()

Method Summary
 java.lang.String getPortName()
          Returns the value of the 'Port Name' attribute
 void setPortName(java.lang.String value)
          Sets the value of the 'Port 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

getPortName

java.lang.String getPortName()
Returns the value of the 'Port Name' attribute.

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

Returns:
the value of the 'Port Name' attribute.
See Also:
setPortName(String), WscommonPackage.getPortName_PortName()

setPortName

void setPortName(java.lang.String value)
Sets the value of the 'Port Name' attribute.

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