com.ibm.wsdl
Class InputImpl

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

public class InputImpl
extends java.lang.Object
implements Input

This class represents an input message, and contains the name of the input 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
           
 
Constructor Summary
InputImpl()
           
 
Method Summary
 org.w3c.dom.Element getDocumentationElement()
          Get the documentation element.
 Message getMessage()
           
 java.lang.String getName()
          Get the name of this input 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 input 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
Constructor Detail

InputImpl

public InputImpl()
Method Detail

setName

public void setName(java.lang.String name)
Set the name of this input message.
Specified by:
setName in interface Input
Parameters:
name - the desired name

getName

public java.lang.String getName()
Get the name of this input message.
Specified by:
getName in interface Input
Returns:
the input message name

setMessage

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

getMessage

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

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 Input
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 Input
Returns:
the documentation element

toString

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


Copyright © 2001 IBM. All Rights Reserved.