com.ibm.wsdl

Class TypesImpl

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

public class TypesImpl
extends java.lang.Object
implements Types

This class represents the <types> section of a WSDL document.
Author:
Matthew J. Duftler (duftler@us.ibm.com)

Field Summary

protected Element
docEl
protected List
extElements
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.
void
setDocumentationElement(Element docEl)
Set the documentation element for this document.
String
toString()

Field Details

docEl

protected Element docEl

extElements

protected List extElements

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

getExtensibilityElements

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

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 Types
Parameters:
docEl - the documentation element

toString

public String toString()