javax.wsdl

Interface WSDLElement

public interface WSDLElement extends Serializable, AttributeExtensible, ElementExtensible

This interface represents all WSDL Elements
Method Summary
ElementgetDocumentationElement()
Get the documentation element.
voidsetDocumentationElement(Element docEl)
Set the documentation element for this document.

Method Detail

getDocumentationElement

public Element getDocumentationElement()
Get the documentation element.

Returns: the documentation element

setDocumentationElement

public void setDocumentationElement(Element docEl)
Set the documentation element for this document.

Parameters: docEl the documentation element

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