com.esri.arcgisws
Class TableEditResult

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

public class TableEditResult
extends Object
implements Serializable

Java class for TableEditResult complex type.

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

 <complexType name="TableEditResult">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AddResults" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfEditResult"/>
         <element name="DeleteResults" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfEditResult"/>
         <element name="LayerOrTableID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="UpdateResults" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfEditResult"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
TableEditResult()
          TableEditResult default constructor.
TableEditResult(EditResult[] addResults, EditResult[] deleteResults, int layerOrTableID, EditResult[] updateResults)
          Deprecated. 
 
Method Summary
 EditResult[] getAddResults()
          Gets the value of the addResults property.
 EditResult[] getDeleteResults()
          Gets the value of the deleteResults property.
 int getLayerOrTableID()
          Gets the value of the layerOrTableID property.
 EditResult[] getUpdateResults()
          Gets the value of the updateResults property.
 void setAddResults(EditResult[] value)
          Sets the value of the addResults property.
 void setDeleteResults(EditResult[] value)
          Sets the value of the deleteResults property.
 void setLayerOrTableID(int value)
          Sets the value of the layerOrTableID property.
 void setUpdateResults(EditResult[] value)
          Sets the value of the updateResults property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableEditResult

@Deprecated
public TableEditResult(EditResult[] addResults,
                                  EditResult[] deleteResults,
                                  int layerOrTableID,
                                  EditResult[] updateResults)
Deprecated. 

TableEditResult constructor.


TableEditResult

public TableEditResult()
TableEditResult default constructor.

Method Detail

getAddResults

public EditResult[] getAddResults()
Gets the value of the addResults property.

Returns:
possible object is []

setAddResults

public void setAddResults(EditResult[] value)
Sets the value of the addResults property.

Parameters:
value - allowed object is []

getDeleteResults

public EditResult[] getDeleteResults()
Gets the value of the deleteResults property.

Returns:
possible object is []

setDeleteResults

public void setDeleteResults(EditResult[] value)
Sets the value of the deleteResults 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.


getUpdateResults

public EditResult[] getUpdateResults()
Gets the value of the updateResults property.

Returns:
possible object is []

setUpdateResults

public void setUpdateResults(EditResult[] value)
Sets the value of the updateResults property.

Parameters:
value - allowed object is []