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

All Superinterfaces:
J2EEEObject

public interface MethodParamPartsMapping
extends J2EEEObject

A representation of the model object 'Method Param Parts Mapping'. The method-param-parts-mapping element defines the mapping between a Java method parameters and a wsdl-message. Used in: service-endpoint-method-mapping

The following features are supported:

See Also:
JaxrpcmapPackage.getMethodParamPartsMapping()

Method Summary
 java.lang.String getId()
          Returns the value of the 'Id' attribute
 java.lang.String getParamPosition()
          Returns the value of the 'Param Position' attribute
 java.lang.String getParamType()
          Returns the value of the 'Param Type' attribute
 WSDLMessageMapping getWsdlMessageMapping()
          Returns the value of the 'Wsdl Message Mapping' containment reference
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute
 void setParamPosition(java.lang.String value)
          Sets the value of the 'Param Position' attribute
 void setParamType(java.lang.String value)
          Sets the value of the 'Param Type' attribute
 void setWsdlMessageMapping(WSDLMessageMapping value)
          Sets the value of the 'Wsdl Message Mapping' containment reference
 

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.getMethodParamPartsMapping_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()

getParamPosition

public java.lang.String getParamPosition()
Returns the value of the 'Param Position' attribute.

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

The param-position element defines the position of a parameter within a Java method. It must be an integer starting from 0. Used in: method-param-parts-mapping

Returns:
the value of the 'Param Position' attribute.
See Also:
setParamPosition(String), JaxrpcmapPackage.getMethodParamPartsMapping_ParamPosition()

setParamPosition

public void setParamPosition(java.lang.String value)
Sets the value of the 'Param Position' attribute.

Parameters:
value - the new value of the 'Param Position' attribute.
See Also:
getParamPosition()

getParamType

public java.lang.String getParamType()
Returns the value of the 'Param Type' attribute.

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

The param-type element defines the Java type of a parameter within a Java method. It must be defined by a fully qualified name of a class. Used in: method-param-parts-mapping

Returns:
the value of the 'Param Type' attribute.
See Also:
setParamType(String), JaxrpcmapPackage.getMethodParamPartsMapping_ParamType()

setParamType

public void setParamType(java.lang.String value)
Sets the value of the 'Param Type' attribute.

Parameters:
value - the new value of the 'Param Type' attribute.
See Also:
getParamType()

getWsdlMessageMapping

public WSDLMessageMapping getWsdlMessageMapping()
Returns the value of the 'Wsdl Message Mapping' containment reference.

If the meaning of the 'Wsdl Message Mapping' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Wsdl Message Mapping' containment reference.
See Also:
setWsdlMessageMapping(WSDLMessageMapping), JaxrpcmapPackage.getMethodParamPartsMapping_WsdlMessageMapping()

setWsdlMessageMapping

public void setWsdlMessageMapping(WSDLMessageMapping value)
Sets the value of the 'Wsdl Message Mapping' containment reference.

Parameters:
value - the new value of the 'Wsdl Message Mapping' containment reference.
See Also:
getWsdlMessageMapping()