com.ibm.wsdl
Class OutputImpl
java.lang.Object
|
+--com.ibm.wsdl.OutputImpl
- 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
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
name
protected java.lang.String name
message
protected Message message
docEl
protected org.w3c.dom.Element docEl
serialVersionUID
public static final long serialVersionUID
OutputImpl
public OutputImpl()
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.