Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetNamespaceURI()voidsetNamespaceURI(java.lang.String namespace)-
Methods inherited from interface javax.wsdl.extensions.schema.SchemaReference
getId, getReferencedSchema, getSchemaLocationURI, setId, setReferencedSchema, setSchemaLocationURI
-
-