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

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

public interface SOAPRole
extends J2EEEObject

A representation of the model object 'SOAP Role'. The soap-role element contains a SOAP actor definition that the Handler will play as a role.

The following features are supported:

See Also:
WscommonPackage.getSOAPRole()

Method Summary
 java.lang.String getSoapRole()
          Returns the value of the 'Soap Role' attribute
 void setSoapRole(java.lang.String value)
          Sets the value of the 'Soap Role' attribute
 
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

getSoapRole

java.lang.String getSoapRole()
Returns the value of the 'Soap Role' attribute.

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

Returns:
the value of the 'Soap Role' attribute.
See Also:
setSoapRole(String), WscommonPackage.getSOAPRole_SoapRole()

setSoapRole

void setSoapRole(java.lang.String value)
Sets the value of the 'Soap Role' attribute.

Parameters:
value - the new value of the 'Soap Role' attribute.
See Also:
getSoapRole()