org.ow2.easywsdl.extensions.sawsdl.api.schema
Interface Import

All Superinterfaces:
org.ow2.easywsdl.schema.api.absItf.AbsItfImport<Schema>, org.ow2.easywsdl.schema.api.absItf.AbsItfInclude<Schema>, SAWSDLElement, org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable
All Known Implementing Classes:
ImportImpl

public interface Import
extends SAWSDLElement, org.ow2.easywsdl.schema.api.absItf.AbsItfImport<Schema>

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.extensions.sawsdl.api.SAWSDLElement
addLiftingSchemaMapping, addLoweringSchemaMapping, addModelReference, getAttrExtensions, getLiftingSchemaMapping, getLoweringSchemaMapping, getModelReference, removeAllLiftingSchemaMappings, removeAllLoweringSchemaMappings, removeAllModelReferences, removeLiftingSchemaMapping, removeLoweringSchemaMapping, removeModelReference
 
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.

Specified by:
setNamespaceURI in interface org.ow2.easywsdl.schema.api.absItf.AbsItfImport<Schema>
Parameters:
namespaceURI - the desired namespace URI

getNamespaceURI

java.lang.String getNamespaceURI()
Get the namespace URI of this import.

Specified by:
getNamespaceURI in interface org.ow2.easywsdl.schema.api.absItf.AbsItfImport<Schema>


Copyright © 2008 eBM WebSourcing. All Rights Reserved.