|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.MapTableSubtypeInfo
public class MapTableSubtypeInfo
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>
| 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 |
|---|
@Deprecated
public MapTableSubtypeInfo(int tableID,
String subtypeFieldName,
SubtypeInfo[] subtypeInfos)
public MapTableSubtypeInfo()
| Method Detail |
|---|
public int getTableID()
public void setTableID(int value)
public String getSubtypeFieldName()
Stringpublic void setSubtypeFieldName(String value)
value - allowed object is
Stringpublic SubtypeInfo[] getSubtypeInfos()
[] public void setSubtypeInfos(SubtypeInfo[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||