com.ibm.wsdl
Class InputImpl
java.lang.Object
|
+--com.ibm.wsdl.InputImpl
- 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
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
InputImpl
public InputImpl()
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 © 2003 IBM. All Rights Reserved.