com.ibm.wsdl

Class BindingOutputImpl

Implemented Interfaces:
BindingOutput, java.io.Serializable, ElementExtensible

public class BindingOutputImpl
extends java.lang.Object
implements BindingOutput

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

Field Summary

protected Element
docEl
protected List
extElements
protected String
name
static long
serialVersionUID

Method Summary

void
addExtensibilityElement(ExtensibilityElement extElement)
Add an extensibility element.
Element
getDocumentationElement()
Get the documentation element.
List
getExtensibilityElements()
Get all the extensibility elements defined here.
String
getName()
Get the name of this output binding.
void
setDocumentationElement(Element docEl)
Set the documentation element for this document.
void
setName(String name)
Set the name of this output binding.
String
toString()

Field Details

docEl

protected Element docEl

extElements

protected List extElements

name

protected String name

serialVersionUID

public static final long serialVersionUID
Field Value:
1L

Method Details

addExtensibilityElement

public void addExtensibilityElement(ExtensibilityElement extElement)
Add an extensibility element.
Specified by:
addExtensibilityElement in interface ElementExtensible
Parameters:
extElement - the extensibility element to be added

getDocumentationElement

public 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 BindingOutput
Returns:
the documentation element

getExtensibilityElements

public List getExtensibilityElements()
Get all the extensibility elements defined here.
Specified by:
getExtensibilityElements in interface ElementExtensible

getName

public String getName()
Get the name of this output binding.
Specified by:
getName in interface BindingOutput
Returns:
the output binding name

setDocumentationElement

public void setDocumentationElement(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 BindingOutput
Parameters:
docEl - the documentation element

setName

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

toString

public String toString()

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