javax.wsdl.extensions.schema

Interface SchemaImport

All Superinterfaces:
SchemaReference, Serializable
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

String
getNamespaceURI()
void
setNamespaceURI(String namespace)

Methods inherited from interface javax.wsdl.extensions.schema.SchemaReference

getId, getReferencedSchema, getSchemaLocationURI, setId, setReferencedSchema, setSchemaLocationURI

Method Details

getNamespaceURI

public String getNamespaceURI()

Returns:
Returns the namespace.


setNamespaceURI

public void setNamespaceURI(String namespace)

Parameters:
namespace - The namespace to set.


Copyright B) 2003,2005 IBM. All Rights Reserved.