|
|||||||||
| 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
com.esri.arcgisws.DETable
public class DETable
Table Data Element object.
Java class for DETable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DETable">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}DEDataset">
<sequence>
<element name="HasOID" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="OIDFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Fields" type="{http://www.esri.com/schemas/ArcGIS/10.0}Fields"/>
<element name="Indexes" type="{http://www.esri.com/schemas/ArcGIS/10.0}Indexes"/>
<element name="CLSID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EXTCLSID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RelationshipClassNames" type="{http://www.esri.com/schemas/ArcGIS/10.0}Names" minOccurs="0"/>
<element name="AliasName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ModelName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="HasGlobalID" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="GlobalIDFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RasterFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ExtensionProperties" type="{http://www.esri.com/schemas/ArcGIS/10.0}PropertySet" minOccurs="0"/>
<element name="SubtypeFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DefaultSubtypeCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Subtypes" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfSubtype" minOccurs="0"/>
<element name="ControllerMemberships" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfControllerMembership" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
Table Data Element object.
| Constructor Summary | |
|---|---|
DETable()
DETable default constructor. |
|
DETable(String catalogPath,
String name,
Boolean childrenExpanded,
Boolean fullPropsRetrieved,
Boolean metadataRetrieved,
XmlPropertySet metadata,
DataElement[] children,
EsriDatasetType datasetType,
Integer dsid,
Boolean versioned,
Boolean canVersion,
String configurationKeyword,
boolean hasOID,
String oidFieldName,
Fields fields,
Indexes indexes,
String clsid,
String extclsid,
String[] relationshipClassNames,
String aliasName,
String modelName,
Boolean hasGlobalID,
String globalIDFieldName,
String rasterFieldName,
PropertySet extensionProperties,
String subtypeFieldName,
Integer defaultSubtypeCode,
Subtype[] subtypes,
ControllerMembership[] controllerMemberships)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getAliasName()
The alias name for the table. |
String |
getCLSID()
The GUID for the COM Class (Object) corresponding to instances of the object class represented by the table data element. |
ControllerMembership[] |
getControllerMemberships()
The set of controller memberships for the table. |
Integer |
getDefaultSubtypeCode()
The default subtype code. |
String |
getEXTCLSID()
The GUID for the COM Class (Object) corresponding to the class extension of the object class represented by the table data element. |
PropertySet |
getExtensionProperties()
The properties for the class extension. |
Fields |
getFields()
The list of Fields. |
String |
getGlobalIDFieldName()
The name of the GlobalID Field. |
Boolean |
getHasGlobalID()
Indicates if the table has a GlobalID field. |
Indexes |
getIndexes()
The list of Indexes. |
String |
getModelName()
The model name for the table. |
String |
getOIDFieldName()
The name of the OID Field. |
String |
getRasterFieldName()
The name of the raster field. |
String[] |
getRelationshipClassNames()
The names of the Relationship Classes this object class participates in. |
String |
getSubtypeFieldName()
The name of the Subtype Field. |
Subtype[] |
getSubtypes()
The set of Subtypes. |
Boolean |
isHasGlobalID()
Indicates if the table has a GlobalID field. |
boolean |
isHasOID()
Indicates if the table has an object id field. |
void |
setAliasName(String value)
The alias name for the table. |
void |
setCLSID(String value)
The GUID for the COM Class (Object) corresponding to instances of the object class represented by the table data element. |
void |
setControllerMemberships(ControllerMembership[] value)
The set of controller memberships for the table. |
void |
setDefaultSubtypeCode(Integer value)
The default subtype code. |
void |
setEXTCLSID(String value)
The GUID for the COM Class (Object) corresponding to the class extension of the object class represented by the table data element. |
void |
setExtensionProperties(PropertySet value)
The properties for the class extension. |
void |
setFields(Fields value)
The list of Fields. |
void |
setGlobalIDFieldName(String value)
The name of the GlobalID Field. |
void |
setHasGlobalID(Boolean value)
Indicates if the table has a GlobalID field. |
void |
setHasOID(boolean value)
Indicates if the table has an object id field. |
void |
setIndexes(Indexes value)
The list of Indexes. |
void |
setModelName(String value)
The model name for the table. |
void |
setOIDFieldName(String value)
The name of the OID Field. |
void |
setRasterFieldName(String value)
The name of the raster field. |
void |
setRelationshipClassNames(String[] value)
The names of the Relationship Classes this object class participates in. |
void |
setSubtypeFieldName(String value)
The name of the Subtype Field. |
void |
setSubtypes(Subtype[] value)
The set of Subtypes. |
| Methods inherited from class com.esri.arcgisws.DEDataset |
|---|
getCanVersion, getConfigurationKeyword, getDatasetType, getDSID, getVersioned, isCanVersion, isVersioned, setCanVersion, setConfigurationKeyword, setDatasetType, setDSID, setVersioned |
| 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 DETable(String catalogPath,
String name,
Boolean childrenExpanded,
Boolean fullPropsRetrieved,
Boolean metadataRetrieved,
XmlPropertySet metadata,
DataElement[] children,
EsriDatasetType datasetType,
Integer dsid,
Boolean versioned,
Boolean canVersion,
String configurationKeyword,
boolean hasOID,
String oidFieldName,
Fields fields,
Indexes indexes,
String clsid,
String extclsid,
String[] relationshipClassNames,
String aliasName,
String modelName,
Boolean hasGlobalID,
String globalIDFieldName,
String rasterFieldName,
PropertySet extensionProperties,
String subtypeFieldName,
Integer defaultSubtypeCode,
Subtype[] subtypes,
ControllerMembership[] controllerMemberships)
public DETable()
| Method Detail |
|---|
public boolean isHasOID()
public void setHasOID(boolean value)
public String getOIDFieldName()
Stringpublic void setOIDFieldName(String value)
value - allowed object is
Stringpublic Fields getFields()
Fieldspublic void setFields(Fields value)
value - allowed object is
Fieldspublic Indexes getIndexes()
Indexespublic void setIndexes(Indexes value)
value - allowed object is
Indexespublic String getCLSID()
Stringpublic void setCLSID(String value)
value - allowed object is
Stringpublic String getEXTCLSID()
Stringpublic void setEXTCLSID(String value)
value - allowed object is
Stringpublic String[] getRelationshipClassNames()
[] public void setRelationshipClassNames(String[] value)
value - allowed object is
[] public String getAliasName()
Stringpublic void setAliasName(String value)
value - allowed object is
Stringpublic String getModelName()
Stringpublic void setModelName(String value)
value - allowed object is
Stringpublic Boolean getHasGlobalID()
Booleanpublic Boolean isHasGlobalID()
public void setHasGlobalID(Boolean value)
value - allowed object is
Booleanpublic String getGlobalIDFieldName()
Stringpublic void setGlobalIDFieldName(String value)
value - allowed object is
Stringpublic String getRasterFieldName()
Stringpublic void setRasterFieldName(String value)
value - allowed object is
Stringpublic PropertySet getExtensionProperties()
PropertySetpublic void setExtensionProperties(PropertySet value)
value - allowed object is
PropertySetpublic String getSubtypeFieldName()
Stringpublic void setSubtypeFieldName(String value)
value - allowed object is
Stringpublic Integer getDefaultSubtypeCode()
Integerpublic void setDefaultSubtypeCode(Integer value)
value - allowed object is
Integerpublic Subtype[] getSubtypes()
[] public void setSubtypes(Subtype[] value)
value - allowed object is
[] public ControllerMembership[] getControllerMemberships()
[] public void setControllerMemberships(ControllerMembership[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||