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