|
|||||||||
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.3}DataElement"> <sequence> <element name="DatasetType" type="{http://www.esri.com/schemas/ArcGIS/10.3}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(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,
java.lang.String configurationKeyword)
Deprecated. |
Method Summary | |
---|---|
java.lang.Boolean |
getCanVersion()
Indicates if this dataset can be versioned. |
java.lang.String |
getConfigurationKeyword()
Configuration keyword. |
EsriDatasetType |
getDatasetType()
Dataset type. |
java.lang.Integer |
getDSID()
The id of the dataset. |
java.lang.Boolean |
getVersioned()
Indicates if this dataset is versioned. |
java.lang.Boolean |
isCanVersion()
Indicates if this dataset can be versioned. |
java.lang.Boolean |
isVersioned()
Indicates if this dataset is versioned. |
void |
setCanVersion(java.lang.Boolean value)
Indicates if this dataset can be versioned. |
void |
setConfigurationKeyword(java.lang.String value)
Configuration keyword. |
void |
setDatasetType(EsriDatasetType value)
Sets the value of the datasetType property. |
void |
setDSID(java.lang.Integer value)
The id of the dataset. |
void |
setVersioned(java.lang.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(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, java.lang.String configurationKeyword)
public DEDataset()
Method Detail |
---|
public EsriDatasetType getDatasetType()
EsriDatasetType
public void setDatasetType(EsriDatasetType value)
value
- allowed object is
EsriDatasetType
public java.lang.Integer getDSID()
Integer
public void setDSID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Boolean getVersioned()
Boolean
public java.lang.Boolean isVersioned()
public void setVersioned(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean getCanVersion()
Boolean
public java.lang.Boolean isCanVersion()
public void setCanVersion(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getConfigurationKeyword()
String
public void setConfigurationKeyword(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |