com.esri.arcgisws
Class MapTableSourceDescription

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

public class MapTableSourceDescription
extends MapServerSourceDescription
implements java.io.Serializable

Java class for MapTableSourceDescription complex type.

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

 <complexType name="MapTableSourceDescription">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.3}MapServerSourceDescription">
       <sequence>
         <element name="MapTableID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="VersionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
MapTableSourceDescription()
          MapTableSourceDescription default constructor.
MapTableSourceDescription(int mapTableID, java.lang.String versionName)
          Deprecated. 
 
Method Summary
 int getMapTableID()
          Gets the value of the mapTableID property.
 java.lang.String getVersionName()
          Gets the value of the versionName property.
 void setMapTableID(int value)
          Sets the value of the mapTableID property.
 void setVersionName(java.lang.String value)
          Sets the value of the versionName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapTableSourceDescription

@Deprecated
public MapTableSourceDescription(int mapTableID,
                                            java.lang.String versionName)
Deprecated. 

MapTableSourceDescription constructor.


MapTableSourceDescription

public MapTableSourceDescription()
MapTableSourceDescription default constructor.

Method Detail

getMapTableID

public int getMapTableID()
Gets the value of the mapTableID property.


setMapTableID

public void setMapTableID(int value)
Sets the value of the mapTableID property.


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