com.esri.arcgisws
Class ImageServerEditResult

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

public class ImageServerEditResult
extends java.lang.Object
implements java.io.Serializable

Java class for ImageServerEditResult complex type.

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

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

See Also:
Serialized Form

Constructor Summary
ImageServerEditResult()
          ImageServerEditResult default constructor.
ImageServerEditResult(int rasterID, boolean succeeded, int code, java.lang.String description)
          Deprecated. 
 
Method Summary
 int getCode()
          Gets the value of the code property.
 java.lang.String getDescription()
          Gets the value of the description property.
 int getRasterID()
          Gets the value of the rasterID property.
 boolean isSucceeded()
          Gets the value of the succeeded property.
 void setCode(int value)
          Sets the value of the code property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setRasterID(int value)
          Sets the value of the rasterID 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

ImageServerEditResult

@Deprecated
public ImageServerEditResult(int rasterID,
                                        boolean succeeded,
                                        int code,
                                        java.lang.String description)
Deprecated. 

ImageServerEditResult constructor.


ImageServerEditResult

public ImageServerEditResult()
ImageServerEditResult default constructor.

Method Detail

getRasterID

public int getRasterID()
Gets the value of the rasterID property.


setRasterID

public void setRasterID(int value)
Sets the value of the rasterID 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.


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 java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

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

Parameters:
value - allowed object is String