org.eclipse.wst.wsdl
Interface MessageReference

All Superinterfaces:
WSDLElement
All Known Subinterfaces:
Fault, Input, Output

public interface MessageReference
extends WSDLElement

A representation of the model object 'Message Reference'.

Since:
1.0
See Also:
org.eclipse.wsdl.WSDLPackage#getMessageReference()

Method Summary
 Message getEMessage()
          Returns the value of the 'EMessage' reference
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 void setEMessage(Message value)
          Sets the value of the 'EMessage' reference
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 
Methods inherited from interface org.eclipse.wst.wsdl.WSDLElement
elementChanged, getContainer, getDocumentationElement, getElement, getEnclosingDefinition, setDocumentationElement, setElement, setEnclosingDefinition, updateElement, updateElement
 

Method Detail

getName

public java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), org.eclipse.wsdl.WSDLPackage#getMessageReference_Name()

setName

public void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getEMessage

public Message getEMessage()
Returns the value of the 'EMessage' reference.

If the meaning of the 'EMessage' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'EMessage' reference.
See Also:
setEMessage(Message), org.eclipse.wsdl.WSDLPackage#getMessageReference_EMessage()

setEMessage

public void setEMessage(Message value)
Sets the value of the 'EMessage' reference.

Parameters:
value - the new value of the 'EMessage' reference.
See Also:
getEMessage()