oracle.wsdl.internal
Interface Documentation

All Superinterfaces:
java.io.Serializable, WSDLElement

public interface Documentation
extends WSDLElement

Documentation represents WSDL documentation element


Method Summary
TypeMethod
 org.w3c.dom.DocumentFragment getContent()
          Get the documentation element
 void setContent(org.w3c.dom.DocumentFragment content)
          Set documentation element
 
Methods inherited from interface oracle.wsdl.internal.WSDLElement
getOwnerDefinitions, getParent, serialize
 

Method Detail

getContent

public org.w3c.dom.DocumentFragment getContent()
Get the documentation element
Returns:
the documentation element

setContent

public void setContent(org.w3c.dom.DocumentFragment content)
Set documentation element
Parameters:
docElement - the documentation element to set


Copyright © 2001 Oracle SOAP. All Rights Reserved.