|
|||||||||
| 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.DEDataset
public class DEDataset
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>
| 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 |
|---|
@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)
public DEDataset()
| Method Detail |
|---|
public EsriDatasetType getDatasetType()
EsriDatasetTypepublic void setDatasetType(EsriDatasetType value)
value - allowed object is
EsriDatasetTypepublic Integer getDSID()
Integerpublic void setDSID(Integer value)
value - allowed object is
Integerpublic Boolean getVersioned()
Booleanpublic Boolean isVersioned()
public void setVersioned(Boolean value)
value - allowed object is
Booleanpublic Boolean getCanVersion()
Booleanpublic Boolean isCanVersion()
public void setCanVersion(Boolean value)
value - allowed object is
Booleanpublic String getConfigurationKeyword()
Stringpublic void setConfigurationKeyword(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||