com.esri.arcgisws
Class DeleteImageServer

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

public class DeleteImageServer
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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

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

Constructor Detail

DeleteImageServer

@Deprecated
public DeleteImageServer(FIDSet fiDs)
Deprecated. 

DeleteImageServer constructor.


DeleteImageServer

public DeleteImageServer()
DeleteImageServer 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