com.esri.arcgisws
Class DataSourceDescription

java.lang.Object
  extended by com.esri.arcgisws.MapServerSourceDescription
      extended by com.esri.arcgisws.DataSourceDescription
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
QueryTableDataSourceDescription, RasterDataSourceDescription, TableDataSourceDescription

public class DataSourceDescription
extends MapServerSourceDescription
implements java.io.Serializable

Java class for DataSourceDescription complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DataSourceDescription">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.3}MapServerSourceDescription">
       <sequence>
         <element name="WorkspaceID" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
DataSourceDescription()
          DataSourceDescription default constructor.
DataSourceDescription(java.lang.String workspaceID)
          Deprecated. 
 
Method Summary
 java.lang.String getWorkspaceID()
          Gets the value of the workspaceID property.
 void setWorkspaceID(java.lang.String value)
          Sets the value of the workspaceID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSourceDescription

@Deprecated
public DataSourceDescription(java.lang.String workspaceID)
Deprecated. 

DataSourceDescription constructor.


DataSourceDescription

public DataSourceDescription()
DataSourceDescription default constructor.

Method Detail

getWorkspaceID

public java.lang.String getWorkspaceID()
Gets the value of the workspaceID property.

Returns:
possible object is String

setWorkspaceID

public void setWorkspaceID(java.lang.String value)
Sets the value of the workspaceID property.

Parameters:
value - allowed object is String