Package javax.wsdl.extensions.schema
Interface SchemaImport
- All Superinterfaces:
SchemaReference
,Serializable
- All Known Implementing Classes:
SchemaImportImpl
Represents an import element within a schema element.
Similar to an include or redefine, but includes a namespace.
- Author:
- Jeremy Hughes <hughesj@uk.ibm.com>
-
Method Summary
Methods inherited from interface javax.wsdl.extensions.schema.SchemaReference
getId, getReferencedSchema, getSchemaLocationURI, setId, setReferencedSchema, setSchemaLocationURI
-
Method Details
-
getNamespaceURI
String getNamespaceURI()- Returns:
- Returns the namespace.
-
setNamespaceURI
- Parameters:
namespace
- The namespace to set.
-