|
|||||||||
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.MapTableSourceDescription
public class MapTableSourceDescription
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>
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 |
---|
@Deprecated public MapTableSourceDescription(int mapTableID, java.lang.String versionName)
public MapTableSourceDescription()
Method Detail |
---|
public int getMapTableID()
public void setMapTableID(int value)
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 |