com.ibm.wsdl
Class OutputImpl

java.lang.Object
  |
  +--com.ibm.wsdl.OutputImpl
All Implemented Interfaces:
Output, java.io.Serializable

public class OutputImpl
extends java.lang.Object
implements Output

This class represents an output message, and contains the name of the output and the message itself.

Author:
Matthew J. Duftler
See Also:
Serialized Form

Field Summary
protected  org.w3c.dom.Element docEl
           
protected  Message message
           
protected  java.lang.String name
           
static long serialVersionUID
           
 
Constructor Summary
OutputImpl()
           
 
Method Summary
 org.w3c.dom.Element getDocumentationElement()
          Get the documentation element.
 Message getMessage()
           
 java.lang.String getName()
          Get the name of this output message.
 void setDocumentationElement(org.w3c.dom.Element docEl)
          Set the documentation element for this document.
 void setMessage(Message message)
           
 void setName(java.lang.String name)
          Set the name of this output message.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

message

protected Message message

docEl

protected org.w3c.dom.Element docEl

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

OutputImpl

public OutputImpl()
Method Detail

setName

public void setName(java.lang.String name)
Set the name of this output message.

Specified by:
setName in interface Output
Parameters:
name - the desired name

getName

public java.lang.String getName()
Get the name of this output message.

Specified by:
getName in interface Output
Returns:
the output message name

setMessage

public void setMessage(Message message)
Specified by:
setMessage in interface Output

getMessage

public Message getMessage()
Specified by:
getMessage in interface Output

setDocumentationElement

public void setDocumentationElement(org.w3c.dom.Element docEl)
Set the documentation element for this document. This dependency on org.w3c.dom.Element should eventually be removed when a more appropriate way of representing this information is employed.

Specified by:
setDocumentationElement in interface Output
Parameters:
docEl - the documentation element

getDocumentationElement

public org.w3c.dom.Element getDocumentationElement()
Get the documentation element. This dependency on org.w3c.dom.Element should eventually be removed when a more appropriate way of representing this information is employed.

Specified by:
getDocumentationElement in interface Output
Returns:
the documentation element

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright ? 2003 IBM. All Rights Reserved.