com.ibm.wsdl

Class BindingInputImpl

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

public class BindingInputImpl
extends AbstractWSDLElement
implements BindingInput

This class represents an input binding. That is, it contains the information that would be specified in an input element contained within an operation element contained within a binding element.
Author:
Matthew J. Duftler

Field Summary

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

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

Methods inherited from class com.ibm.wsdl.AbstractWSDLElement

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

Field Details

name

protected String name

nativeAttributeNames

protected List nativeAttributeNames

serialVersionUID

public static final long serialVersionUID
Field Value:
1L

Method Details

getName

public String getName()
Get the name of this input binding.
Specified by:
getName in interface BindingInput
Returns:
the input binding 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

setName

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

toString

public String toString()
Overrides:
toString in interface AbstractWSDLElement

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