|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDocumentDescriptor
This is an interface describing a class of documents that all conform to the same schema, and have the same root element name.
| Method Summary | |
|---|---|
QualifiedName |
getQualifiedName()
Get the qualified name corresponding to this document descriptor. |
String |
getRootElementName()
Get the name of the root element for the documents of this type. |
String |
getSchemaNameString()
Get the name of the schema for the document type represented by this descriptor. |
boolean |
isNull()
Indicates whether this IDocumentDescriptor represents a null (non-existent) document. |
void |
setRootElementName(String name)
Set the name of the root element for the documents of this type. |
void |
setSchemaNameString(String name)
Set the name of the schema for the document type represented by this descriptor. |
| Methods inherited from interface com.bea.wlai.common.IDescriptor |
|---|
fromXML, fromXML, getDescription, getName, isReadOnly, makeReadOnly, setDescription, setName, toXML, toXML |
| Method Detail |
|---|
boolean isNull()
String getSchemaNameString()
void setSchemaNameString(String name)
name - The name of the schema for the document type for this
descriptor.String getRootElementName()
void setRootElementName(String name)
name - The name of the root element present in the documents of this
type.QualifiedName getQualifiedName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||