oracle.wsdl.internal
Interface  Documentation
- All Superinterfaces: 
 - java.io.Serializable, WSDLElement
 
- public interface Documentation
- extends WSDLElement
  
Documentation represents WSDL documentation element
| 
Method Summary | 
 org.w3c.dom.DocumentFragment | 
getContent()
 
          Get the documentation element | 
 void | 
setContent(org.w3c.dom.DocumentFragment content)
 
          Set documentation element | 
 
 
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.