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

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

setNamespaceURI

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


Copyright © 2003,2005 IBM. All Rights Reserved.