com.esri.sde.sdk.client
Class SeXmlSchemaDoc

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

public class SeXmlSchemaDoc
extends java.lang.Object


Constructor Summary
SeXmlSchemaDoc()
          Construct an empty SeXmlSchemaDoc object.
 
Method Summary
 int getLength()
          Gets the lenght of the XML schema's text string.
 java.lang.String getLlocation()
          Get location of the SeXmlSchemaDoc object.
 int getPropertyLength()
          Get the xml lenght of the property.
 java.lang.String getPropertyText()
          Gets the XML schema document property text
 java.lang.String getText()
          Sets the XML schema's text string.
 void setLocation(java.lang.String location)
          Sets the XML Schema doc location.
 void setPropertyText(java.lang.String text)
          Sets the XML schema document property text
 void setText(java.lang.String text)
          Sets the XML schema's text string.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeXmlSchemaDoc

public SeXmlSchemaDoc()
Construct an empty SeXmlSchemaDoc object.

Throws:
SeException
Method Detail

setText

public void setText(java.lang.String text)
             throws SeException
Sets the XML schema's text string.

Parameters:
text - document text for the SeXmlSchemaDoc object.
Throws:
SeException

getText

public java.lang.String getText()
                         throws SeException
Sets the XML schema's text string.

Throws:
SeException*
SeException

getLength

public int getLength()
              throws SeException
Gets the lenght of the XML schema's text string.

Throws:
SeException*
SeException

getLlocation

public java.lang.String getLlocation()
                              throws SeException
Get location of the SeXmlSchemaDoc object.

Throws:
SeException* - *
SeException

setLocation

public void setLocation(java.lang.String location)
                 throws SeException
Sets the XML Schema doc location.

Parameters:
location - The location of the schema.
Throws:
SeException

setPropertyText

public void setPropertyText(java.lang.String text)
                     throws SeException
Sets the XML schema document property text

Parameters:
text - The xml text for the property.
Throws:
SeException

getPropertyText

public java.lang.String getPropertyText()
                                 throws SeException
Gets the XML schema document property text

Throws:
SeException*
SeException

getPropertyLength

public int getPropertyLength()
                      throws SeException
Get the xml lenght of the property.

Throws:
SeException*
SeException