com.esri.arcgisws
Class UpdateImageServer

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

public class UpdateImageServer
extends java.lang.Object
implements java.io.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="FIDs" type="{http://www.esri.com/schemas/ArcGIS/10.3}FIDSet"/>
         <element name="ItemDescriptions" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfRasterItemDescription"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
UpdateImageServer()
          UpdateImageServer default constructor.
UpdateImageServer(FIDSet fiDs, RasterItemDescription[] itemDescriptions)
          Deprecated. 
 
Method Summary
 FIDSet getFIDs()
          Gets the value of the fiDs property.
 RasterItemDescription[] getItemDescriptions()
          Gets the value of the itemDescriptions property.
 void setFIDs(FIDSet value)
          Sets the value of the fiDs property.
 void setItemDescriptions(RasterItemDescription[] value)
          Sets the value of the itemDescriptions property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateImageServer

@Deprecated
public UpdateImageServer(FIDSet fiDs,
                                    RasterItemDescription[] itemDescriptions)
Deprecated. 

UpdateImageServer constructor.


UpdateImageServer

public UpdateImageServer()
UpdateImageServer default constructor.

Method Detail

getFIDs

public FIDSet getFIDs()
Gets the value of the fiDs property.

Returns:
possible object is FIDSet

setFIDs

public void setFIDs(FIDSet value)
Sets the value of the fiDs property.

Parameters:
value - allowed object is FIDSet

getItemDescriptions

public RasterItemDescription[] getItemDescriptions()
Gets the value of the itemDescriptions property.

Returns:
possible object is []

setItemDescriptions

public void setItemDescriptions(RasterItemDescription[] value)
Sets the value of the itemDescriptions property.

Parameters:
value - allowed object is []