|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.TableEditResult
public class TableEditResult
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>
| 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 |
|---|
@Deprecated
public TableEditResult(EditResult[] addResults,
EditResult[] deleteResults,
int layerOrTableID,
EditResult[] updateResults)
public TableEditResult()
| Method Detail |
|---|
public EditResult[] getAddResults()
[] public void setAddResults(EditResult[] value)
value - allowed object is
[] public EditResult[] getDeleteResults()
[] public void setDeleteResults(EditResult[] value)
value - allowed object is
[] public int getLayerOrTableID()
public void setLayerOrTableID(int value)
public EditResult[] getUpdateResults()
[] public void setUpdateResults(EditResult[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||