public class OutputImpl extends AbstractWSDLElement implements Output
| Modifier and Type | Field and Description |
|---|---|
protected Message |
message |
protected java.lang.String |
name |
protected java.util.List |
nativeAttributeNames |
static long |
serialVersionUID |
docEl, extElements, extensionAttributesLIST_OF_QNAMES_TYPE, LIST_OF_STRINGS_TYPE, NO_DECLARED_TYPE, QNAME_TYPE, STRING_TYPE| Constructor and Description |
|---|
OutputImpl() |
| Modifier and Type | Method and Description |
|---|---|
Message |
getMessage() |
java.lang.String |
getName()
Get the name of this output message.
|
java.util.List |
getNativeAttributeNames()
Get the list of local attribute names defined for this element in
the WSDL specification.
|
void |
setMessage(Message message) |
void |
setName(java.lang.String name)
Set the name of this output message.
|
java.lang.String |
toString() |
addExtensibilityElement, getDocumentationElement, getExtensibilityElements, getExtensionAttribute, getExtensionAttributes, removeExtensibilityElement, setDocumentationElement, setExtensionAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDocumentationElement, setDocumentationElementgetExtensionAttribute, getExtensionAttributes, setExtensionAttributeaddExtensibilityElement, getExtensibilityElements, removeExtensibilityElementprotected java.lang.String name
protected Message message
protected java.util.List nativeAttributeNames
public static final long serialVersionUID
public void setName(java.lang.String name)
public java.lang.String getName()
public void setMessage(Message message)
setMessage in interface Outputpublic Message getMessage()
getMessage in interface Outputpublic java.util.List getNativeAttributeNames()
getNativeAttributeNames in interface AttributeExtensiblepublic java.lang.String toString()
toString in class AbstractWSDLElementCopyright ? 2003, 2013 IBM. All Rights Reserved.