com.esri.arcgisws
Class DEWorkspace

java.lang.Object
  extended by com.esri.arcgisws.DataElement
      extended by com.esri.arcgisws.DEWorkspace
All Implemented Interfaces:
Serializable

public class DEWorkspace
extends DataElement
implements Serializable

Database Data Element object.

Java class for DEWorkspace complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DEWorkspace">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}DataElement">
       <sequence>
         <element name="WorkspaceType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriWorkspaceType"/>
         <element name="WorkspaceFactoryProgID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ConnectionString" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ConnectionInfo" type="{http://www.esri.com/schemas/ArcGIS/10.0}PropertySet"/>
         <element name="DomainArray" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDomain"/>
         <element name="MajorVersion" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="MinorVersion" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="BugfixVersion" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Database Data Element object.

See Also:
Serialized Form

Constructor Summary
DEWorkspace()
          DEWorkspace default constructor.
DEWorkspace(String catalogPath, String name, Boolean childrenExpanded, Boolean fullPropsRetrieved, Boolean metadataRetrieved, XmlPropertySet metadata, DataElement[] children, EsriWorkspaceType workspaceType, String workspaceFactoryProgID, String connectionString, PropertySet connectionInfo, Domain[] domainArray, int majorVersion, int minorVersion, int bugfixVersion)
          Deprecated. 
 
Method Summary
 int getBugfixVersion()
          The bugfix version of the release.
 PropertySet getConnectionInfo()
          Gets the value of the connectionInfo property.
 String getConnectionString()
          The connection string.
 Domain[] getDomainArray()
          Gets the value of the domainArray property.
 int getMajorVersion()
          The major version of the release.
 int getMinorVersion()
          The minor version of the release.
 String getWorkspaceFactoryProgID()
          The workspace factory prog id.
 EsriWorkspaceType getWorkspaceType()
          The workspace type.
 void setBugfixVersion(int value)
          The bugfix version of the release.
 void setConnectionInfo(PropertySet value)
          Sets the value of the connectionInfo property.
 void setConnectionString(String value)
          The connection string.
 void setDomainArray(Domain[] value)
          Sets the value of the domainArray property.
 void setMajorVersion(int value)
          The major version of the release.
 void setMinorVersion(int value)
          The minor version of the release.
 void setWorkspaceFactoryProgID(String value)
          The workspace factory prog id.
 void setWorkspaceType(EsriWorkspaceType value)
          The workspace type.
 
Methods inherited from class com.esri.arcgisws.DataElement
getCatalogPath, getChildren, getChildrenExpanded, getFullPropsRetrieved, getMetadata, getMetadataRetrieved, getName, isChildrenExpanded, isFullPropsRetrieved, isMetadataRetrieved, setCatalogPath, setChildren, setChildrenExpanded, setFullPropsRetrieved, setMetadata, setMetadataRetrieved, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DEWorkspace

@Deprecated
public DEWorkspace(String catalogPath,
                              String name,
                              Boolean childrenExpanded,
                              Boolean fullPropsRetrieved,
                              Boolean metadataRetrieved,
                              XmlPropertySet metadata,
                              DataElement[] children,
                              EsriWorkspaceType workspaceType,
                              String workspaceFactoryProgID,
                              String connectionString,
                              PropertySet connectionInfo,
                              Domain[] domainArray,
                              int majorVersion,
                              int minorVersion,
                              int bugfixVersion)
Deprecated. 

DEWorkspace constructor.


DEWorkspace

public DEWorkspace()
DEWorkspace default constructor.

Method Detail

getWorkspaceType

public EsriWorkspaceType getWorkspaceType()
The workspace type. Gets the value of the workspaceType property.

Returns:
possible object is EsriWorkspaceType

setWorkspaceType

public void setWorkspaceType(EsriWorkspaceType value)
The workspace type. Sets the value of the workspaceType property.

Parameters:
value - allowed object is EsriWorkspaceType

getWorkspaceFactoryProgID

public String getWorkspaceFactoryProgID()
The workspace factory prog id. Gets the value of the workspaceFactoryProgID property.

Returns:
possible object is String

setWorkspaceFactoryProgID

public void setWorkspaceFactoryProgID(String value)
The workspace factory prog id. Sets the value of the workspaceFactoryProgID property.

Parameters:
value - allowed object is String

getConnectionString

public String getConnectionString()
The connection string. Gets the value of the connectionString property.

Returns:
possible object is String

setConnectionString

public void setConnectionString(String value)
The connection string. Sets the value of the connectionString property.

Parameters:
value - allowed object is String

getConnectionInfo

public PropertySet getConnectionInfo()
Gets the value of the connectionInfo property.

Returns:
possible object is PropertySet

setConnectionInfo

public void setConnectionInfo(PropertySet value)
Sets the value of the connectionInfo property.

Parameters:
value - allowed object is PropertySet

getDomainArray

public Domain[] getDomainArray()
Gets the value of the domainArray property.

Returns:
possible object is []

setDomainArray

public void setDomainArray(Domain[] value)
Sets the value of the domainArray property.

Parameters:
value - allowed object is []

getMajorVersion

public int getMajorVersion()
The major version of the release. Gets the value of the majorVersion property.


setMajorVersion

public void setMajorVersion(int value)
The major version of the release. Sets the value of the majorVersion property.


getMinorVersion

public int getMinorVersion()
The minor version of the release. Gets the value of the minorVersion property.


setMinorVersion

public void setMinorVersion(int value)
The minor version of the release. Sets the value of the minorVersion property.


getBugfixVersion

public int getBugfixVersion()
The bugfix version of the release. Gets the value of the bugfixVersion property.


setBugfixVersion

public void setBugfixVersion(int value)
The bugfix version of the release. Sets the value of the bugfixVersion property.