|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.TableEdit
public class TableEdit
Java class for TableEdit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TableEdit">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Adds" type="{http://www.esri.com/schemas/ArcGIS/10.0}DataObjects"/>
<element name="Deletes" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfInt"/>
<element name="LayerOrTableID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Updates" type="{http://www.esri.com/schemas/ArcGIS/10.0}DataObjects"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
TableEdit()
TableEdit default constructor. |
|
TableEdit(DataObjects adds,
int[] deletes,
int layerOrTableID,
DataObjects updates)
Deprecated. |
|
| Method Summary | |
|---|---|
DataObjects |
getAdds()
Gets the value of the adds property. |
int[] |
getDeletes()
Gets the value of the deletes property. |
int |
getLayerOrTableID()
Gets the value of the layerOrTableID property. |
DataObjects |
getUpdates()
Gets the value of the updates property. |
void |
setAdds(DataObjects value)
Sets the value of the adds property. |
void |
setDeletes(int[] value)
Sets the value of the deletes property. |
void |
setLayerOrTableID(int value)
Sets the value of the layerOrTableID property. |
void |
setUpdates(DataObjects value)
Sets the value of the updates property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public TableEdit(DataObjects adds,
int[] deletes,
int layerOrTableID,
DataObjects updates)
public TableEdit()
| Method Detail |
|---|
public DataObjects getAdds()
DataObjectspublic void setAdds(DataObjects value)
value - allowed object is
DataObjectspublic int[] getDeletes()
[] public void setDeletes(int[] value)
value - allowed object is
[] public int getLayerOrTableID()
public void setLayerOrTableID(int value)
public DataObjects getUpdates()
DataObjectspublic void setUpdates(DataObjects value)
value - allowed object is
DataObjects
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||