Uses of Interface
com.ebmwebsourcing.commons.wsdl.api.Documentation

Packages that use Documentation
com.ebmwebsourcing.commons.wsdl.api   
com.ebmwebsourcing.commons.wsdl.api.abstractElmt   
com.ebmwebsourcing.commons.wsdl.impl.wsdl11   
 

Uses of Documentation in com.ebmwebsourcing.commons.wsdl.api
 

Methods in com.ebmwebsourcing.commons.wsdl.api that return Documentation
 Documentation WSDLElement.createDocumentation()
          Create the documentation element.
 Documentation WSDLElement.getDocumentation()
          Get the documentation element.
 

Methods in com.ebmwebsourcing.commons.wsdl.api with parameters of type Documentation
 void WSDLElement.setDocumentation(Documentation doc)
          Set the documentation element for this document.
 

Uses of Documentation in com.ebmwebsourcing.commons.wsdl.api.abstractElmt
 

Fields in com.ebmwebsourcing.commons.wsdl.api.abstractElmt declared as Documentation
protected  Documentation AbstractWSDLElementImpl.documentation
           
 

Methods in com.ebmwebsourcing.commons.wsdl.api.abstractElmt that return Documentation
 Documentation AbstractWSDLElementImpl.createDocumentation()
          Create the documentation element.
 Documentation AbstractWSDLElementImpl.getDocumentation()
          Get the documentation.
 

Methods in com.ebmwebsourcing.commons.wsdl.api.abstractElmt with parameters of type Documentation
 void AbstractWSDLElementImpl.setDocumentation(Documentation doc)
          Set the documentation for this document.
 

Uses of Documentation in com.ebmwebsourcing.commons.wsdl.impl.wsdl11
 

Classes in com.ebmwebsourcing.commons.wsdl.impl.wsdl11 that implement Documentation
 class DocumentationImpl
           
 



Copyright © 2008 eBM WebSourcing. All Rights Reserved.