org.jbind.xml.schema.instantiation
Interface IImportJobHelper

All Superinterfaces:
IHasBindingAttributes, IHasLocation, IJobHelper, ISourceJobHelper, ITopLevelJobHelper
All Known Subinterfaces:
IImport
All Known Implementing Classes:
Import

public interface IImportJobHelper
extends ISourceJobHelper, IHasBindingAttributes


Method Summary
 java.lang.String getNamespace()
          Gets the imported namespace.
 
Methods inherited from interface org.jbind.xml.schema.instantiation.ISourceJobHelper
getSchemaLocation
 
Methods inherited from interface org.jbind.xml.schema.instantiation.ITopLevelJobHelper
createAndAddJob
 
Methods inherited from interface org.jbind.xml.base.IHasLocation
getLocation
 
Methods inherited from interface org.jbind.xml.base.IHasBindingAttributes
getBindingAttribute, getDefaultedLocalBindingAttribute, getDefaultedLocalStringBindingAttribute, getLocalBindingAttribute, getLocalStringBindingAttribute, getStringBindingAttribute
 

Method Detail

getNamespace

public java.lang.String getNamespace()
Gets the imported namespace.

Returns:
(required). A namespace. If the namespace attribute is not specified then INamespaces.NO is returned.