com.esri.arcgisws
Class DEDataset

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

public class DEDataset
extends DataElement
implements Serializable

Java class for DEDataset complex type.

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

 <complexType name="DEDataset">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}DataElement">
       <sequence>
         <element name="DatasetType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriDatasetType"/>
         <element name="DSID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="Versioned" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="CanVersion" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ConfigurationKeyword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
DEDataset()
          DEDataset default constructor.
DEDataset(String catalogPath, String name, Boolean childrenExpanded, Boolean fullPropsRetrieved, Boolean metadataRetrieved, XmlPropertySet metadata, DataElement[] children, EsriDatasetType datasetType, Integer dsid, Boolean versioned, Boolean canVersion, String configurationKeyword)
          Deprecated. 
 
Method Summary
 Boolean getCanVersion()
          Indicates if this dataset can be versioned.
 String getConfigurationKeyword()
          Configuration keyword.
 EsriDatasetType getDatasetType()
          Dataset type.
 Integer getDSID()
          The id of the dataset.
 Boolean getVersioned()
          Indicates if this dataset is versioned.
 Boolean isCanVersion()
          Indicates if this dataset can be versioned.
 Boolean isVersioned()
          Indicates if this dataset is versioned.
 void setCanVersion(Boolean value)
          Indicates if this dataset can be versioned.
 void setConfigurationKeyword(String value)
          Configuration keyword.
 void setDatasetType(EsriDatasetType value)
          Sets the value of the datasetType property.
 void setDSID(Integer value)
          The id of the dataset.
 void setVersioned(Boolean value)
          Indicates if this dataset is versioned.
 
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

DEDataset

@Deprecated
public DEDataset(String catalogPath,
                            String name,
                            Boolean childrenExpanded,
                            Boolean fullPropsRetrieved,
                            Boolean metadataRetrieved,
                            XmlPropertySet metadata,
                            DataElement[] children,
                            EsriDatasetType datasetType,
                            Integer dsid,
                            Boolean versioned,
                            Boolean canVersion,
                            String configurationKeyword)
Deprecated. 

DEDataset constructor.


DEDataset

public DEDataset()
DEDataset default constructor.

Method Detail

getDatasetType

public EsriDatasetType getDatasetType()
Dataset type. Gets the value of the datasetType property.

Returns:
possible object is EsriDatasetType

setDatasetType

public void setDatasetType(EsriDatasetType value)
Sets the value of the datasetType property.

Parameters:
value - allowed object is EsriDatasetType

getDSID

public Integer getDSID()
The id of the dataset. Gets the value of the dsid property.

Returns:
possible object is Integer

setDSID

public void setDSID(Integer value)
The id of the dataset. Sets the value of the dsid property.

Parameters:
value - allowed object is Integer

getVersioned

public Boolean getVersioned()
Indicates if this dataset is versioned. Gets the value of the versioned property.

Returns:
possible object is Boolean

isVersioned

public Boolean isVersioned()
Indicates if this dataset is versioned.


setVersioned

public void setVersioned(Boolean value)
Indicates if this dataset is versioned. Sets the value of the versioned property.

Parameters:
value - allowed object is Boolean

getCanVersion

public Boolean getCanVersion()
Indicates if this dataset can be versioned. Gets the value of the canVersion property.

Returns:
possible object is Boolean

isCanVersion

public Boolean isCanVersion()
Indicates if this dataset can be versioned.


setCanVersion

public void setCanVersion(Boolean value)
Indicates if this dataset can be versioned. Sets the value of the canVersion property.

Parameters:
value - allowed object is Boolean

getConfigurationKeyword

public String getConfigurationKeyword()
Configuration keyword. Gets the value of the configurationKeyword property.

Returns:
possible object is String

setConfigurationKeyword

public void setConfigurationKeyword(String value)
Configuration keyword. Sets the value of the configurationKeyword property.

Parameters:
value - allowed object is String