WebLogic Integration


com.bea.wlai.common
Interface ISchemaDescriptor

All Known Implementing Classes:
SchemaDescriptor

public interface ISchemaDescriptor
extends IDescriptor, INamespaceObject, java.io.Serializable

Represents the metadata for an Schema Document

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 SOMSchema getSchema()
          Get the schema document associated with this schema descriptor.
 void setSchema(SOMSchema aDocumentSchema)
          Set the schema document for this schema descriptor.
 
Methods inherited from interface com.bea.wlai.common.IDescriptor
fromXML, fromXML, fromXML, getDescription, getName, isReadOnly, makeReadOnly, setDescription, setName, toXML, toXML, toXML
 
Methods inherited from interface com.bea.wlai.common.INamespaceObject
equals, getParentNamespace, getQualifiedName, setParentNamespace
 

Method Detail

getSchema

public SOMSchema getSchema()
Get the schema document associated with this schema descriptor.

Returns:
an SOMSchema object containing the schema.

setSchema

public void setSchema(SOMSchema aDocumentSchema)
Set the schema document for this schema descriptor.

Parameters:
an - SOMSchema object containing the schema document.

WebLogic Integration

WebLogic Integration (WLI)