public class XMLSchema extends AbstractSchemaObject
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupport| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
TYPE  | 
| Constructor and Description | 
|---|
XMLSchema()  | 
| Modifier and Type | Method and Description | 
|---|---|
XMLSchemaElement[] | 
getElements()  | 
java.lang.String | 
getInternalName()
Returns the internal name of the XML Schema (used in ALL_OBJECTS) 
 | 
java.lang.String | 
getName()
Returns the URL of this XML Schema as the name. 
 | 
java.lang.String | 
getQualifiedURL()
Gets the qualified URL for this XML schema. 
 | 
java.lang.String | 
getSchemaText()
Retrieves the schema text as a String. 
 | 
java.lang.String | 
getType()
Returns the type of this object. 
 | 
boolean | 
isLocal()
Returns whether this schema is local to the database. 
 | 
void | 
setElements(XMLSchemaElement[] elements)  | 
void | 
setInternalName(java.lang.String internalName)
Sets the internal name of the XML Schema (used in ALL_OBJECTS) 
 | 
void | 
setLocal(boolean local)
Sets whether this schema is local to the database. 
 | 
void | 
setName(java.lang.String name)
Returns the name of this XML Schema. 
 | 
void | 
setQualifiedURL(java.lang.String qualifiedURL)
Sets the qualified URL for this XML schema. 
 | 
void | 
setSchemaText(java.lang.String schemaText)
Sets the schema text as a String. 
 | 
getSchema, setSchemafireObjectUpdatedcheckInit, checkInit, copyToImpl, equalsImpl, getOwnedObjectsImpl, getProperties, getReferenceIDsImpl, needsInitializationaddObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, findOwnedObject, findParent, firePropertyChanged, getChildSupport, getID, getOwnedObjects, getOwnedObjects, getParent, getProperty, getProperty, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeObjectListener, removeObjectListener, removeObjectListener, removeOwnedObject, removeThisAsParent, replaceReferenceIDs, setID, setProperties, setProperty, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddObjectListener, removeObjectListeneraddObjectListener, fireObjectUpdated, removeObjectListeneraddObjectListener, copyTo, copyTo, copyTo, findOwnedObject, findOwnedObject, findOwnedObject, getID, getOwnedObjects, getOwnedObjects, getParent, getProperties, getReferenceIDs, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setIDgetProperty, getProperty, setProperties, setPropertypublic static final java.lang.String TYPE
public java.lang.String getName()
getName in interface DBObjectgetName in class AbstractDBObjectpublic void setName(java.lang.String name)
setName in interface DBObjectsetName in class AbstractDBObjectname - a string containing the new name for this object.public java.lang.String getType()
DBObjectpublic java.lang.String getInternalName()
public void setInternalName(java.lang.String internalName)
public java.lang.String getSchemaText()
public void setSchemaText(java.lang.String schemaText)
public boolean isLocal()
public void setLocal(boolean local)
public java.lang.String getQualifiedURL()
public void setQualifiedURL(java.lang.String qualifiedURL)
public void setElements(XMLSchemaElement[] elements)
public XMLSchemaElement[] getElements()