org.ow2.easywsdl.schema.api.absItf
Interface AbsItfImport<S extends AbsItfSchema>

All Superinterfaces:
AbsItfInclude<S>, SchemaElement, java.io.Serializable
All Known Subinterfaces:
Import
All Known Implementing Classes:
AbstractImportImpl, ImportImpl

public interface AbsItfImport<S extends AbsItfSchema>
extends AbsItfInclude<S>

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.absItf.AbsItfInclude
getLocationURI, getSchema, setLocationURI, setSchema
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, 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-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.