com.esri.arcgisws
Class TableDataSourceDescription

java.lang.Object
  extended by com.esri.arcgisws.MapServerSourceDescription
      extended by com.esri.arcgisws.DataSourceDescription
          extended by com.esri.arcgisws.TableDataSourceDescription
All Implemented Interfaces:
java.io.Serializable

public class TableDataSourceDescription
extends DataSourceDescription
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

TableDataSourceDescription

@Deprecated
public TableDataSourceDescription(java.lang.String workspaceID,
                                             java.lang.String tableName,
                                             java.lang.String versionName)
Deprecated. 

TableDataSourceDescription constructor.


TableDataSourceDescription

public TableDataSourceDescription()
TableDataSourceDescription default constructor.

Method Detail

getTableName

public java.lang.String getTableName()
Gets the value of the tableName property.

Returns:
possible object is String

setTableName

public void setTableName(java.lang.String value)
Sets the value of the tableName property.

Parameters:
value - allowed object is String

getVersionName

public java.lang.String getVersionName()
Gets the value of the versionName property.

Returns:
possible object is String

setVersionName

public void setVersionName(java.lang.String value)
Sets the value of the versionName property.

Parameters:
value - allowed object is String