com.esri.sde.sdk.client
Class SeXmlSchemaCollection

java.lang.Object
  extended by com.esri.sde.sdk.client.SeXmlSchemaCollection

public class SeXmlSchemaCollection
extends java.lang.Object


Constructor Summary
SeXmlSchemaCollection()
          Constructor to create an empty xml schema collection object.
 
Method Summary
 void addXmlSchemaDoc(SeXmlSchemaDoc schemaDoc)
          Add a XML schema document to the collection.
 SeXmlSchemaDoc[] getXmlSchemaDoc()
          Get an array of SeXmlSchemaDoc in the SeXmlSchemaCollection object
 int getXmlSchemaDocCount()
          Get number of XmlSchemaDoc in the SeXmlSchemaCollection object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeXmlSchemaCollection

public SeXmlSchemaCollection()
Constructor to create an empty xml schema collection object.

Throws:
SeException
Method Detail

addXmlSchemaDoc

public void addXmlSchemaDoc(SeXmlSchemaDoc schemaDoc)
                     throws SeException
Add a XML schema document to the collection.

Parameters:
schemaDoc - The SeXmlSchemaDoc object to be added
Throws:
SeException

getXmlSchemaDocCount

public int getXmlSchemaDocCount()
                         throws SeException
Get number of XmlSchemaDoc in the SeXmlSchemaCollection object

Throws:
SeException

getXmlSchemaDoc

public SeXmlSchemaDoc[] getXmlSchemaDoc()
Get an array of SeXmlSchemaDoc in the SeXmlSchemaCollection object

Throws:
SeException