com.esri.arcgisws
Class FIDSet

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

public class FIDSet
extends Object
implements Serializable

ESRI FID Set object.

Java class for FIDSet complex type.

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

 <complexType name="FIDSet">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FIDArray" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfInt"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ESRI FID Set object.

See Also:
Serialized Form

Constructor Summary
FIDSet()
          FIDSet default constructor.
FIDSet(int[] fidArray)
          Deprecated. 
 
Method Summary
 int[] getFIDArray()
          Gets the value of the fidArray property.
 void setFIDArray(int[] value)
          Sets the value of the fidArray property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FIDSet

@Deprecated
public FIDSet(int[] fidArray)
Deprecated. 

FIDSet constructor.


FIDSet

public FIDSet()
FIDSet default constructor.

Method Detail

getFIDArray

public int[] getFIDArray()
Gets the value of the fidArray property.

Returns:
possible object is []

setFIDArray

public void setFIDArray(int[] value)
Sets the value of the fidArray property.

Parameters:
value - allowed object is []