javax.wsdl.extensions.schema
Interface SchemaImport

All Superinterfaces:
SchemaReference, java.io.Serializable
All Known Implementing Classes:
SchemaImportImpl

public interface SchemaImport
extends SchemaReference

Represents an import element within a schema element. Similar to an include or redefine, but includes a namespace.

Author:
Jeremy Hughes

Method Summary
 java.lang.String getNamespaceURI()
           
 void setNamespaceURI(java.lang.String namespace)
           
 
Methods inherited from interface javax.wsdl.extensions.schema.SchemaReference
getId, getReferencedSchema, getSchemaLocationURI, setId, setReferencedSchema, setSchemaLocationURI
 

Method Detail

getNamespaceURI

java.lang.String getNamespaceURI()
Returns:
Returns the namespace.

setNamespaceURI

void setNamespaceURI(java.lang.String namespace)
Parameters:
namespace - The namespace to set.


Copyright ? 2003,2006 IBM. All Rights Reserved.