Class SchemaImportImpl
java.lang.Object
com.ibm.wsdl.extensions.schema.SchemaReferenceImpl
com.ibm.wsdl.extensions.schema.SchemaImportImpl
- All Implemented Interfaces:
Serializable, SchemaImport, SchemaReference
- Author:
- Jeremy Hughes invalid input: '<'hughesj@uk.ibm.com>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SchemaReferenceImpl
getId, getReferencedSchema, getSchemaLocationURI, setId, setReferencedSchema, setSchemaLocationURIMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SchemaReference
getId, getReferencedSchema, getSchemaLocationURI, setId, setReferencedSchema, setSchemaLocationURI
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SchemaImportImpl
public SchemaImportImpl()
-
-
Method Details
-
getNamespaceURI
- Specified by:
getNamespaceURIin interfaceSchemaImport- Returns:
- Returns the namespace.
-
setNamespaceURI
- Specified by:
setNamespaceURIin interfaceSchemaImport- Parameters:
namespace- The namespace to set.
-