com.bea.wlai.common
Interface ISchemaDescriptor

All Superinterfaces:
IDescriptor, INamespaceObject, Serializable

public interface ISchemaDescriptor
extends IDescriptor, INamespaceObject, Serializable

Represents the metadata for an Schema Document


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, getDescription, getName, isReadOnly, makeReadOnly, setDescription, setName, toXML, toXML
 
Methods inherited from interface com.bea.wlai.common.INamespaceObject
equals, getDescription, getLastUpdateTime, getName, getParentNamespace, getQualifiedName, setDescription, setName, setParentNamespace, syncLastUpdateTime, touch
 

Method Detail

getSchema

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

Returns:
an SOMSchema object containing the schema.

setSchema

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

Parameters:
aDocumentSchema - an SOMSchema object containing the schema document.