| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.EditResult
public class EditResult
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>
 
| 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 | 
|---|
@Deprecated
public EditResult(int code,
                             String description,
                             String globalID,
                             int oid,
                             boolean succeeded)
public EditResult()
| Method Detail | 
|---|
public int getCode()
public void setCode(int value)
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     Stringpublic String getGlobalID()
Stringpublic void setGlobalID(String value)
value - allowed object is
     Stringpublic int getOID()
public void setOID(int value)
public boolean isSucceeded()
public void setSucceeded(boolean value)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||