org.ow2.easywsdl.wsdl.api.abstractItf
Interface AbsItfImport<D extends AbsItfDescription>
- All Superinterfaces:
- AbsItfInclude<D>, org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, WSDLElement, org.ow2.easywsdl.schema.api.XMLElement
- All Known Subinterfaces:
- Import
- All Known Implementing Classes:
- AbstractImportImpl, ImportImpl, ImportImpl
public interface AbsItfImport<D extends AbsItfDescription>
- extends AbsItfInclude<D>
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 org.ow2.easywsdl.schema.api.XMLElement |
addOtherElements, getOtherElements |
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation |
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-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.