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 (hughesj@uk.ibm.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-