|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MethodParamPartsMapping
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:
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 |
---|
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
JaxrpcmapPackage.getMethodParamPartsMapping_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
java.lang.String getParamPosition()
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
setParamPosition(String)
,
JaxrpcmapPackage.getMethodParamPartsMapping_ParamPosition()
void setParamPosition(java.lang.String value)
Param Position
' attribute.
value
- the new value of the 'Param Position' attribute.getParamPosition()
java.lang.String getParamType()
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
setParamType(String)
,
JaxrpcmapPackage.getMethodParamPartsMapping_ParamType()
void setParamType(java.lang.String value)
Param Type
' attribute.
value
- the new value of the 'Param Type' attribute.getParamType()
WSDLMessageMapping getWsdlMessageMapping()
If the meaning of the 'Wsdl Message Mapping' containment reference isn't clear, there really should be more of a description here...
setWsdlMessageMapping(WSDLMessageMapping)
,
JaxrpcmapPackage.getMethodParamPartsMapping_WsdlMessageMapping()
void setWsdlMessageMapping(WSDLMessageMapping value)
Wsdl Message Mapping
' containment reference.
value
- the new value of the 'Wsdl Message Mapping' containment reference.getWsdlMessageMapping()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |