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

All Superinterfaces:
J2EEEObject

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
 

Method Detail

getPortName

public 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

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