com.esri.arcgisws
Class GetImage

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

public class GetImage
extends Object
implements Serializable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ImageDescription" type="{http://www.esri.com/schemas/ArcGIS/10.0}GeoImageDescription"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GetImage()
          GetImage default constructor.
GetImage(GeoImageDescription imageDescription)
          Deprecated. 
 
Method Summary
 GeoImageDescription getImageDescription()
          Gets the value of the imageDescription property.
 void setImageDescription(GeoImageDescription value)
          Sets the value of the imageDescription property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetImage

@Deprecated
public GetImage(GeoImageDescription imageDescription)
Deprecated. 

GetImage constructor.


GetImage

public GetImage()
GetImage default constructor.

Method Detail

getImageDescription

public GeoImageDescription getImageDescription()
Gets the value of the imageDescription property.

Returns:
possible object is GeoImageDescription

setImageDescription

public void setImageDescription(GeoImageDescription value)
Sets the value of the imageDescription property.

Parameters:
value - allowed object is GeoImageDescription