|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgisws.MapServerSourceDescription
com.esri.arcgisws.DataSourceDescription
com.esri.arcgisws.TableDataSourceDescription
public class TableDataSourceDescription
Java class for TableDataSourceDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TableDataSourceDescription"> <complexContent> <extension base="{http://www.esri.com/schemas/ArcGIS/10.3}DataSourceDescription"> <sequence> <element name="TableName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="VersionName" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
TableDataSourceDescription()
TableDataSourceDescription default constructor. |
|
TableDataSourceDescription(java.lang.String workspaceID,
java.lang.String tableName,
java.lang.String versionName)
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getTableName()
Gets the value of the tableName property. |
java.lang.String |
getVersionName()
Gets the value of the versionName property. |
void |
setTableName(java.lang.String value)
Sets the value of the tableName property. |
void |
setVersionName(java.lang.String value)
Sets the value of the versionName property. |
Methods inherited from class com.esri.arcgisws.DataSourceDescription |
---|
getWorkspaceID, setWorkspaceID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public TableDataSourceDescription(java.lang.String workspaceID, java.lang.String tableName, java.lang.String versionName)
public TableDataSourceDescription()
Method Detail |
---|
public java.lang.String getTableName()
String
public void setTableName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getVersionName()
String
public void setVersionName(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 |