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

All Superinterfaces:
J2EEEObject

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
 

Method Detail

getSoapRole

public 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

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