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

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

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

getId

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

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

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

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

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

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

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

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