com.esri.arcgisws
Class ImageServerForceDeriveFromAnyType

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

public class ImageServerForceDeriveFromAnyType
extends Object
implements Serializable

A type used to force derivation from anyType in client frameworks.

Java class for ImageServerForceDeriveFromAnyType complex type.

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

 <complexType name="ImageServerForceDeriveFromAnyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RasterFunctionTemplate" type="{http://www.esri.com/schemas/ArcGIS/10.0}RasterFunctionTemplate"/>
         <element name="RasterFunctionVariable" type="{http://www.esri.com/schemas/ArcGIS/10.0}RasterFunctionVariable"/>
         <element name="RasterStatistics" type="{http://www.esri.com/schemas/ArcGIS/10.0}RasterStatistics"/>
         <element name="RasterHistogram" type="{http://www.esri.com/schemas/ArcGIS/10.0}RasterHistogram"/>
         <element name="RasterColormap" type="{http://www.esri.com/schemas/ArcGIS/10.0}RasterColormap"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
A type used to force derivation from anyType in client frameworks.

See Also:
Serialized Form

Constructor Summary
ImageServerForceDeriveFromAnyType()
          ImageServerForceDeriveFromAnyType default constructor.
ImageServerForceDeriveFromAnyType(RasterFunctionTemplate rasterFunctionTemplate, RasterFunctionVariable rasterFunctionVariable, RasterStatistics rasterStatistics, RasterHistogram rasterHistogram, RasterColormap rasterColormap)
          Deprecated. 
 
Method Summary
 RasterColormap getRasterColormap()
          Gets the value of the rasterColormap property.
 RasterFunctionTemplate getRasterFunctionTemplate()
          Gets the value of the rasterFunctionTemplate property.
 RasterFunctionVariable getRasterFunctionVariable()
          Gets the value of the rasterFunctionVariable property.
 RasterHistogram getRasterHistogram()
          Gets the value of the rasterHistogram property.
 RasterStatistics getRasterStatistics()
          Gets the value of the rasterStatistics property.
 void setRasterColormap(RasterColormap value)
          Sets the value of the rasterColormap property.
 void setRasterFunctionTemplate(RasterFunctionTemplate value)
          Sets the value of the rasterFunctionTemplate property.
 void setRasterFunctionVariable(RasterFunctionVariable value)
          Sets the value of the rasterFunctionVariable property.
 void setRasterHistogram(RasterHistogram value)
          Sets the value of the rasterHistogram property.
 void setRasterStatistics(RasterStatistics value)
          Sets the value of the rasterStatistics property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageServerForceDeriveFromAnyType

@Deprecated
public ImageServerForceDeriveFromAnyType(RasterFunctionTemplate rasterFunctionTemplate,
                                                    RasterFunctionVariable rasterFunctionVariable,
                                                    RasterStatistics rasterStatistics,
                                                    RasterHistogram rasterHistogram,
                                                    RasterColormap rasterColormap)
Deprecated. 

ImageServerForceDeriveFromAnyType constructor.


ImageServerForceDeriveFromAnyType

public ImageServerForceDeriveFromAnyType()
ImageServerForceDeriveFromAnyType default constructor.

Method Detail

getRasterFunctionTemplate

public RasterFunctionTemplate getRasterFunctionTemplate()
Gets the value of the rasterFunctionTemplate property.

Returns:
possible object is RasterFunctionTemplate

setRasterFunctionTemplate

public void setRasterFunctionTemplate(RasterFunctionTemplate value)
Sets the value of the rasterFunctionTemplate property.

Parameters:
value - allowed object is RasterFunctionTemplate

getRasterFunctionVariable

public RasterFunctionVariable getRasterFunctionVariable()
Gets the value of the rasterFunctionVariable property.

Returns:
possible object is RasterFunctionVariable

setRasterFunctionVariable

public void setRasterFunctionVariable(RasterFunctionVariable value)
Sets the value of the rasterFunctionVariable property.

Parameters:
value - allowed object is RasterFunctionVariable

getRasterStatistics

public RasterStatistics getRasterStatistics()
Gets the value of the rasterStatistics property.

Returns:
possible object is RasterStatistics

setRasterStatistics

public void setRasterStatistics(RasterStatistics value)
Sets the value of the rasterStatistics property.

Parameters:
value - allowed object is RasterStatistics

getRasterHistogram

public RasterHistogram getRasterHistogram()
Gets the value of the rasterHistogram property.

Returns:
possible object is RasterHistogram

setRasterHistogram

public void setRasterHistogram(RasterHistogram value)
Sets the value of the rasterHistogram property.

Parameters:
value - allowed object is RasterHistogram

getRasterColormap

public RasterColormap getRasterColormap()
Gets the value of the rasterColormap property.

Returns:
possible object is RasterColormap

setRasterColormap

public void setRasterColormap(RasterColormap value)
Sets the value of the rasterColormap property.

Parameters:
value - allowed object is RasterColormap