com.esri.arcgisws
Class GetMapTableSubtypeInfos

java.lang.Object
  extended by com.esri.arcgisws.GetMapTableSubtypeInfos
All Implemented Interfaces:
Serializable

public class GetMapTableSubtypeInfos
extends Object
implements Serializable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MapName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="TableIDs" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfInt" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GetMapTableSubtypeInfos()
          GetMapTableSubtypeInfos default constructor.
GetMapTableSubtypeInfos(String mapName, int[] tableIDs)
          Deprecated. 
 
Method Summary
 String getMapName()
          Gets the value of the mapName property.
 int[] getTableIDs()
          Gets the value of the tableIDs property.
 void setMapName(String value)
          Sets the value of the mapName property.
 void setTableIDs(int[] value)
          Sets the value of the tableIDs property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetMapTableSubtypeInfos

@Deprecated
public GetMapTableSubtypeInfos(String mapName,
                                          int[] tableIDs)
Deprecated. 

GetMapTableSubtypeInfos constructor.


GetMapTableSubtypeInfos

public GetMapTableSubtypeInfos()
GetMapTableSubtypeInfos default constructor.

Method Detail

getMapName

public String getMapName()
Gets the value of the mapName property.

Returns:
possible object is String

setMapName

public void setMapName(String value)
Sets the value of the mapName property.

Parameters:
value - allowed object is String

getTableIDs

public int[] getTableIDs()
Gets the value of the tableIDs property.

Returns:
possible object is []

setTableIDs

public void setTableIDs(int[] value)
Sets the value of the tableIDs property.

Parameters:
value - allowed object is []