com.ebmwebsourcing.commons.schema.api
Interface Import

All Superinterfaces:
Include, SchemaElement, java.io.Serializable
All Known Implementing Classes:
AbstractImport, Import

public interface Import
extends Include

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.schema.api.Include
getLocationURI, getSchema, setLocationURI, setSchema
 
Methods inherited from interface com.ebmwebsourcing.commons.schema.api.SchemaElement
createDocumentation, getDocumentation, 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.