org.eclipse.jst.j2ee.webservice.jaxrpcmap
Interface PortMapping

All Superinterfaces:
J2EEEObject

public interface PortMapping
extends J2EEEObject

A representation of the model object 'Port Mapping'. The port-mapping defines the mapping of the WSDL port name attribute to the Java name used to generate the Generated Service Interface method get. Used in: service-interface-mapping

The following features are supported:

See Also:
JaxrpcmapPackage.getPortMapping()

Method Summary
 java.lang.String getId()
          Returns the value of the 'Id' attribute
 java.lang.String getJavaPortName()
          Returns the value of the 'Java Port Name' attribute
 java.lang.String getPortName()
          Returns the value of the 'Port Name' attribute
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute
 void setJavaPortName(java.lang.String value)
          Sets the value of the 'Java Port Name' attribute
 void setPortName(java.lang.String value)
          Sets the value of the 'Port Name' attribute
 

Method Detail

getId

public java.lang.String getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), JaxrpcmapPackage.getPortMapping_Id()

setId

public void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()

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

The port-name is the attribute value of a name attribute of a WSDL port element. Used in: port-mapping

Returns:
the value of the 'Port Name' attribute.
See Also:
setPortName(String), JaxrpcmapPackage.getPortMapping_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()

getJavaPortName

public java.lang.String getJavaPortName()
Returns the value of the 'Java Port Name' attribute.

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

The java-port-name element is the string to use as the port name in Java. It is used in generating the Generated Service Interface method get. Used in: port-mapping

Returns:
the value of the 'Java Port Name' attribute.
See Also:
setJavaPortName(String), JaxrpcmapPackage.getPortMapping_JavaPortName()

setJavaPortName

public void setJavaPortName(java.lang.String value)
Sets the value of the 'Java Port Name' attribute.

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