com.esri.arcgisws
Class EditResult

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

public class EditResult
extends Object
implements Serializable

Java class for EditResult complex type.

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

 <complexType name="EditResult">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Code" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="GlobalID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="OID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Succeeded" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
EditResult()
          EditResult default constructor.
EditResult(int code, String description, String globalID, int oid, boolean succeeded)
          Deprecated. 
 
Method Summary
 int getCode()
          Gets the value of the code property.
 String getDescription()
          Gets the value of the description property.
 String getGlobalID()
          Gets the value of the globalID property.
 int getOID()
          Gets the value of the oid property.
 boolean isSucceeded()
          Gets the value of the succeeded property.
 void setCode(int value)
          Sets the value of the code property.
 void setDescription(String value)
          Sets the value of the description property.
 void setGlobalID(String value)
          Sets the value of the globalID property.
 void setOID(int value)
          Sets the value of the oid property.
 void setSucceeded(boolean value)
          Sets the value of the succeeded property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditResult

@Deprecated
public EditResult(int code,
                             String description,
                             String globalID,
                             int oid,
                             boolean succeeded)
Deprecated. 

EditResult constructor.


EditResult

public EditResult()
EditResult default constructor.

Method Detail

getCode

public int getCode()
Gets the value of the code property.


setCode

public void setCode(int value)
Sets the value of the code property.


getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getGlobalID

public String getGlobalID()
Gets the value of the globalID property.

Returns:
possible object is String

setGlobalID

public void setGlobalID(String value)
Sets the value of the globalID property.

Parameters:
value - allowed object is String

getOID

public int getOID()
Gets the value of the oid property.


setOID

public void setOID(int value)
Sets the value of the oid property.


isSucceeded

public boolean isSucceeded()
Gets the value of the succeeded property.


setSucceeded

public void setSucceeded(boolean value)
Sets the value of the succeeded property.