com.ibm.wsdl

Class InputImpl

Implemented Interfaces:
AttributeExtensible, ElementExtensible, Input, java.io.Serializable, WSDLElement

public class InputImpl
extends AbstractWSDLElement
implements Input

This class represents an input message, and contains the name of the input and the message itself.
Author:
Matthew J. Duftler

Field Summary

protected Message
message
protected String
name
protected List
nativeAttributeNames
static long
serialVersionUID

Fields inherited from class com.ibm.wsdl.AbstractWSDLElement

docEl, extElements, extensionAttributes

Fields inherited from interface javax.wsdl.extensions.AttributeExtensible

LIST_OF_QNAMES_TYPE, LIST_OF_STRINGS_TYPE, NO_DECLARED_TYPE, QNAME_TYPE, STRING_TYPE

Method Summary

Message
getMessage()
String
getName()
Get the name of this input message.
List
getNativeAttributeNames()
Get the list of local attribute names defined for this element in the WSDL specification.
void
setMessage(Message message)
void
setName(String name)
Set the name of this input message.
String
toString()

Methods inherited from class com.ibm.wsdl.AbstractWSDLElement

addExtensibilityElement, getDocumentationElement, getExtensibilityElements, getExtensionAttribute, getExtensionAttributes, removeExtensibilityElement, setDocumentationElement, setExtensionAttribute, toString

Field Details

message

protected Message message

name

protected String name

nativeAttributeNames

protected List nativeAttributeNames

serialVersionUID

public static final long serialVersionUID
Field Value:
1L

Method Details

getMessage

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

getName

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

getNativeAttributeNames

public List getNativeAttributeNames()
Get the list of local attribute names defined for this element in the WSDL specification.
Specified by:
getNativeAttributeNames in interface AttributeExtensible
Returns:
a List of Strings, one for each local attribute name

setMessage

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

setName

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

toString

public String toString()
Overrides:
toString in interface AbstractWSDLElement

Copyright B) 2003,2006 IBM. All Rights Reserved.