com.esri.arcgisws
Class TableEdit

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

public class TableEdit
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

TableEdit

@Deprecated
public TableEdit(DataObjects adds,
                            int[] deletes,
                            int layerOrTableID,
                            DataObjects updates)
Deprecated. 

TableEdit constructor.


TableEdit

public TableEdit()
TableEdit default constructor.

Method Detail

getAdds

public DataObjects getAdds()
Gets the value of the adds property.

Returns:
possible object is DataObjects

setAdds

public void setAdds(DataObjects value)
Sets the value of the adds property.

Parameters:
value - allowed object is DataObjects

getDeletes

public int[] getDeletes()
Gets the value of the deletes property.

Returns:
possible object is []

setDeletes

public void setDeletes(int[] value)
Sets the value of the deletes property.

Parameters:
value - allowed object is []

getLayerOrTableID

public int getLayerOrTableID()
Gets the value of the layerOrTableID property.


setLayerOrTableID

public void setLayerOrTableID(int value)
Sets the value of the layerOrTableID property.


getUpdates

public DataObjects getUpdates()
Gets the value of the updates property.

Returns:
possible object is DataObjects

setUpdates

public void setUpdates(DataObjects value)
Sets the value of the updates property.

Parameters:
value - allowed object is DataObjects