com.esri.arcgisws
Class DEWorkspace

java.lang.Object
  extended bycom.esri.arcgisws.DataElement
      extended bycom.esri.arcgisws.DEWorkspace
All Implemented Interfaces:
java.io.Serializable

public class DEWorkspace
extends DataElement
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DEWorkspace()
           
DEWorkspace(java.lang.String catalogPath, java.lang.String name, java.lang.Boolean childrenExpanded, java.lang.Boolean fullPropsRetrieved, java.lang.Boolean metadataRetrieved, XmlPropertySet metadata, DataElement[] children, EsriWorkspaceType workspaceType, java.lang.String workspaceFactoryProgID, java.lang.String connectionString, PropertySet connectionInfo, Domain[] domainArray)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 PropertySet getConnectionInfo()
          Gets the connectionInfo value for this DEWorkspace.
 java.lang.String getConnectionString()
          Gets the connectionString value for this DEWorkspace.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Domain[] getDomainArray()
          Gets the domainArray value for this DEWorkspace.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getWorkspaceFactoryProgID()
          Gets the workspaceFactoryProgID value for this DEWorkspace.
 EsriWorkspaceType getWorkspaceType()
          Gets the workspaceType value for this DEWorkspace.
 int hashCode()
           
 void setConnectionInfo(PropertySet connectionInfo)
          Sets the connectionInfo value for this DEWorkspace.
 void setConnectionString(java.lang.String connectionString)
          Sets the connectionString value for this DEWorkspace.
 void setDomainArray(Domain[] domainArray)
          Sets the domainArray value for this DEWorkspace.
 void setWorkspaceFactoryProgID(java.lang.String workspaceFactoryProgID)
          Sets the workspaceFactoryProgID value for this DEWorkspace.
 void setWorkspaceType(EsriWorkspaceType workspaceType)
          Sets the workspaceType value for this DEWorkspace.
 
Methods inherited from class com.esri.arcgisws.DataElement
getCatalogPath, getChildren, getChildrenExpanded, getFullPropsRetrieved, getMetadata, getMetadataRetrieved, getName, setCatalogPath, setChildren, setChildrenExpanded, setFullPropsRetrieved, setMetadata, setMetadataRetrieved, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DEWorkspace

public DEWorkspace()

DEWorkspace

public DEWorkspace(java.lang.String catalogPath,
                   java.lang.String name,
                   java.lang.Boolean childrenExpanded,
                   java.lang.Boolean fullPropsRetrieved,
                   java.lang.Boolean metadataRetrieved,
                   XmlPropertySet metadata,
                   DataElement[] children,
                   EsriWorkspaceType workspaceType,
                   java.lang.String workspaceFactoryProgID,
                   java.lang.String connectionString,
                   PropertySet connectionInfo,
                   Domain[] domainArray)
Method Detail

getWorkspaceType

public EsriWorkspaceType getWorkspaceType()
Gets the workspaceType value for this DEWorkspace.

Returns:
workspaceType

setWorkspaceType

public void setWorkspaceType(EsriWorkspaceType workspaceType)
Sets the workspaceType value for this DEWorkspace.

Parameters:
workspaceType -

getWorkspaceFactoryProgID

public java.lang.String getWorkspaceFactoryProgID()
Gets the workspaceFactoryProgID value for this DEWorkspace.

Returns:
workspaceFactoryProgID

setWorkspaceFactoryProgID

public void setWorkspaceFactoryProgID(java.lang.String workspaceFactoryProgID)
Sets the workspaceFactoryProgID value for this DEWorkspace.

Parameters:
workspaceFactoryProgID -

getConnectionString

public java.lang.String getConnectionString()
Gets the connectionString value for this DEWorkspace.

Returns:
connectionString

setConnectionString

public void setConnectionString(java.lang.String connectionString)
Sets the connectionString value for this DEWorkspace.

Parameters:
connectionString -

getConnectionInfo

public PropertySet getConnectionInfo()
Gets the connectionInfo value for this DEWorkspace.

Returns:
connectionInfo

setConnectionInfo

public void setConnectionInfo(PropertySet connectionInfo)
Sets the connectionInfo value for this DEWorkspace.

Parameters:
connectionInfo -

getDomainArray

public Domain[] getDomainArray()
Gets the domainArray value for this DEWorkspace.

Returns:
domainArray

setDomainArray

public void setDomainArray(Domain[] domainArray)
Sets the domainArray value for this DEWorkspace.

Parameters:
domainArray -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class DataElement

hashCode

public int hashCode()
Overrides:
hashCode in class DataElement

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer