|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.sde.sdk.client.SeXmlSchemaCollection
public class SeXmlSchemaCollection
| 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 |
|---|
public SeXmlSchemaCollection()
SeException| Method Detail |
|---|
public void addXmlSchemaDoc(SeXmlSchemaDoc schemaDoc)
throws SeException
schemaDoc - The SeXmlSchemaDoc object to be added
SeException
public int getXmlSchemaDocCount()
throws SeException
SeExceptionpublic SeXmlSchemaDoc[] getXmlSchemaDoc()
SeException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||