Package com.ibm.wsdl.extensions.schema
Class SchemaImportImpl
- java.lang.Object
-
- com.ibm.wsdl.extensions.schema.SchemaReferenceImpl
-
- com.ibm.wsdl.extensions.schema.SchemaImportImpl
-
- All Implemented Interfaces:
java.io.Serializable
,SchemaImport
,SchemaReference
public class SchemaImportImpl extends SchemaReferenceImpl implements SchemaImport
- Author:
- Jeremy Hughes
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SchemaImportImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getNamespaceURI()
void
setNamespaceURI(java.lang.String namespace)
-
Methods inherited from class com.ibm.wsdl.extensions.schema.SchemaReferenceImpl
getId, getReferencedSchema, getSchemaLocationURI, setId, setReferencedSchema, setSchemaLocationURI
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.wsdl.extensions.schema.SchemaReference
getId, getReferencedSchema, getSchemaLocationURI, setId, setReferencedSchema, setSchemaLocationURI
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getNamespaceURI
public java.lang.String getNamespaceURI()
- Specified by:
getNamespaceURI
in interfaceSchemaImport
- Returns:
- Returns the namespace.
-
setNamespaceURI
public void setNamespaceURI(java.lang.String namespace)
- Specified by:
setNamespaceURI
in interfaceSchemaImport
- Parameters:
namespace
- The namespace to set.
-
-