com.esri.arcgisws
Class DEDataset

java.lang.Object
  extended bycom.esri.arcgisws.DataElement
      extended bycom.esri.arcgisws.DEDataset
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DEGeoDataset, DERepresentationClass, DETable, DEToolbox

public class DEDataset
extends DataElement
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DEDataset()
           
DEDataset(java.lang.String catalogPath, java.lang.String name, java.lang.Boolean childrenExpanded, java.lang.Boolean fullPropsRetrieved, java.lang.Boolean metadataRetrieved, XmlPropertySet metadata, DataElement[] children, EsriDatasetType datasetType, java.lang.Integer DSID, java.lang.Boolean versioned, java.lang.Boolean canVersion)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Boolean getCanVersion()
          Gets the canVersion value for this DEDataset.
 EsriDatasetType getDatasetType()
          Gets the datasetType value for this DEDataset.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.Integer getDSID()
          Gets the DSID value for this DEDataset.
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.Boolean getVersioned()
          Gets the versioned value for this DEDataset.
 int hashCode()
           
 void setCanVersion(java.lang.Boolean canVersion)
          Sets the canVersion value for this DEDataset.
 void setDatasetType(EsriDatasetType datasetType)
          Sets the datasetType value for this DEDataset.
 void setDSID(java.lang.Integer DSID)
          Sets the DSID value for this DEDataset.
 void setVersioned(java.lang.Boolean versioned)
          Sets the versioned value for this DEDataset.
 
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

DEDataset

public DEDataset()

DEDataset

public DEDataset(java.lang.String catalogPath,
                 java.lang.String name,
                 java.lang.Boolean childrenExpanded,
                 java.lang.Boolean fullPropsRetrieved,
                 java.lang.Boolean metadataRetrieved,
                 XmlPropertySet metadata,
                 DataElement[] children,
                 EsriDatasetType datasetType,
                 java.lang.Integer DSID,
                 java.lang.Boolean versioned,
                 java.lang.Boolean canVersion)
Method Detail

getDatasetType

public EsriDatasetType getDatasetType()
Gets the datasetType value for this DEDataset.

Returns:
datasetType

setDatasetType

public void setDatasetType(EsriDatasetType datasetType)
Sets the datasetType value for this DEDataset.

Parameters:
datasetType -

getDSID

public java.lang.Integer getDSID()
Gets the DSID value for this DEDataset.

Returns:
DSID

setDSID

public void setDSID(java.lang.Integer DSID)
Sets the DSID value for this DEDataset.

Parameters:
DSID -

getVersioned

public java.lang.Boolean getVersioned()
Gets the versioned value for this DEDataset.

Returns:
versioned

setVersioned

public void setVersioned(java.lang.Boolean versioned)
Sets the versioned value for this DEDataset.

Parameters:
versioned -

getCanVersion

public java.lang.Boolean getCanVersion()
Gets the canVersion value for this DEDataset.

Returns:
canVersion

setCanVersion

public void setCanVersion(java.lang.Boolean canVersion)
Sets the canVersion value for this DEDataset.

Parameters:
canVersion -

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