|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.DataElement
com.esri.arcgisws.DEWorkspace
public class DEWorkspace
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.
| 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 |
|---|
@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)
public DEWorkspace()
| Method Detail |
|---|
public EsriWorkspaceType getWorkspaceType()
EsriWorkspaceTypepublic void setWorkspaceType(EsriWorkspaceType value)
value - allowed object is
EsriWorkspaceTypepublic String getWorkspaceFactoryProgID()
Stringpublic void setWorkspaceFactoryProgID(String value)
value - allowed object is
Stringpublic String getConnectionString()
Stringpublic void setConnectionString(String value)
value - allowed object is
Stringpublic PropertySet getConnectionInfo()
PropertySetpublic void setConnectionInfo(PropertySet value)
value - allowed object is
PropertySetpublic Domain[] getDomainArray()
[] public void setDomainArray(Domain[] value)
value - allowed object is
[] public int getMajorVersion()
public void setMajorVersion(int value)
public int getMinorVersion()
public void setMinorVersion(int value)
public int getBugfixVersion()
public void setBugfixVersion(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||