oracle.wsdl.internal
Interface  Documentable
- All Known Subinterfaces: 
 - Binding, BindingFault, BindingInput, BindingOperation, BindingOutput, Definitions, Fault, Input, Message, Operation, Output, Port, PortType, Service
 
- public interface Documentable
 
The interface indicates whether a documentation element can be put inside a WSDL element.
 
getDocumentation
public Documentation getDocumentation()
- Get documentation
- Returns:
 - Documentation object
 
 
 
setDocumentation
public void setDocumentation(Documentation doc)
- Set documentation
- Parameters:
 doc - the documentation to set
 
 
Copyright © 2001 Oracle SOAP. All Rights Reserved.