Interface AbsItfImport<S extends AbsItfSchema>
-
- All Superinterfaces:
AbsItfInclude<S>,SchemaElement,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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNamespaceURI()Get the namespace URI of this import.voidsetNamespaceURI(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, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
-
-