com.esri.arcgisws
Class MapTableSubtypeInfo

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

public class MapTableSubtypeInfo
extends Object
implements Serializable

Java class for MapTableSubtypeInfo complex type.

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

 <complexType name="MapTableSubtypeInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TableID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="SubtypeFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="SubtypeInfos" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfSubtypeInfo"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
MapTableSubtypeInfo()
          MapTableSubtypeInfo default constructor.
MapTableSubtypeInfo(int tableID, String subtypeFieldName, SubtypeInfo[] subtypeInfos)
          Deprecated. 
 
Method Summary
 String getSubtypeFieldName()
          Gets the value of the subtypeFieldName property.
 SubtypeInfo[] getSubtypeInfos()
          Gets the value of the subtypeInfos property.
 int getTableID()
          Gets the value of the tableID property.
 void setSubtypeFieldName(String value)
          Sets the value of the subtypeFieldName property.
 void setSubtypeInfos(SubtypeInfo[] value)
          Sets the value of the subtypeInfos property.
 void setTableID(int value)
          Sets the value of the tableID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapTableSubtypeInfo

@Deprecated
public MapTableSubtypeInfo(int tableID,
                                      String subtypeFieldName,
                                      SubtypeInfo[] subtypeInfos)
Deprecated. 

MapTableSubtypeInfo constructor.


MapTableSubtypeInfo

public MapTableSubtypeInfo()
MapTableSubtypeInfo default constructor.

Method Detail

getTableID

public int getTableID()
Gets the value of the tableID property.


setTableID

public void setTableID(int value)
Sets the value of the tableID property.


getSubtypeFieldName

public String getSubtypeFieldName()
Gets the value of the subtypeFieldName property.

Returns:
possible object is String

setSubtypeFieldName

public void setSubtypeFieldName(String value)
Sets the value of the subtypeFieldName property.

Parameters:
value - allowed object is String

getSubtypeInfos

public SubtypeInfo[] getSubtypeInfos()
Gets the value of the subtypeInfos property.

Returns:
possible object is []

setSubtypeInfos

public void setSubtypeInfos(SubtypeInfo[] value)
Sets the value of the subtypeInfos property.

Parameters:
value - allowed object is []