com.esri.arcgisws
Class ImageDescription

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

public class ImageDescription
extends Object
implements Serializable

Java class for ImageDescription complex type.

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

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

See Also:
Serialized Form

Constructor Summary
ImageDescription()
          ImageDescription default constructor.
ImageDescription(ImageType imageType, ImageDisplay imageDisplay)
          Deprecated. 
 
Method Summary
 ImageDisplay getImageDisplay()
          The display characteristics of the image to be generated.
 ImageType getImageType()
          The type of image to be generated.
 void setImageDisplay(ImageDisplay value)
          The display characteristics of the image to be generated.
 void setImageType(ImageType value)
          The type of image to be generated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageDescription

@Deprecated
public ImageDescription(ImageType imageType,
                                   ImageDisplay imageDisplay)
Deprecated. 

ImageDescription constructor.


ImageDescription

public ImageDescription()
ImageDescription default constructor.

Method Detail

getImageType

public ImageType getImageType()
The type of image to be generated. Gets the value of the imageType property.

Returns:
possible object is ImageType

setImageType

public void setImageType(ImageType value)
The type of image to be generated. Sets the value of the imageType property.

Parameters:
value - allowed object is ImageType

getImageDisplay

public ImageDisplay getImageDisplay()
The display characteristics of the image to be generated. Gets the value of the imageDisplay property.

Returns:
possible object is ImageDisplay

setImageDisplay

public void setImageDisplay(ImageDisplay value)
The display characteristics of the image to be generated. Sets the value of the imageDisplay property.

Parameters:
value - allowed object is ImageDisplay