com.ebmwebsourcing.commons.wsdl.api
Interface Import

All Superinterfaces:
Include, java.io.Serializable, WSDLElement
All Known Implementing Classes:
AbstractImportImpl, ImportImpl, ImportImpl

public interface Import
extends Include

This interface represents an import, and may contain a reference to the imported definition.

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 java.lang.String getNamespaceURI()
          Get the namespace URI of this import.
 void setNamespaceURI(java.lang.String namespaceURI)
          Set the namespace URI of this import.
 
Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.Include
getDescription, getLocationURI, setDescription, setLocationURI
 
Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.WSDLElement
createDocumentation, getDocumentation, getOtherAttributes, getOtherElements, setDocumentation
 

Method Detail

setNamespaceURI

void setNamespaceURI(java.lang.String namespaceURI)
Set the namespace URI of this import.

Parameters:
namespaceURI - the desired namespace URI

getNamespaceURI

java.lang.String getNamespaceURI()
Get the namespace URI of this import.



Copyright © 2008 eBM WebSourcing. All Rights Reserved.