|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--com.ibm.wsdl.OutputImpl
This class represents an output message, and contains the name of the output and the message itself.
| 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 |
protected java.lang.String name
protected Message message
protected org.w3c.dom.Element docEl
public static final long serialVersionUID
| Constructor Detail |
public OutputImpl()
| Method Detail |
public void setName(java.lang.String name)
setName in interface Outputname - the desired namepublic java.lang.String getName()
getName in interface Outputpublic void setMessage(Message message)
setMessage in interface Outputpublic Message getMessage()
getMessage in interface Outputpublic void setDocumentationElement(org.w3c.dom.Element docEl)
setDocumentationElement in interface OutputdocEl - the documentation elementpublic org.w3c.dom.Element getDocumentationElement()
getDocumentationElement in interface Outputpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||