|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.FIDSet
public class FIDSet
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.
| 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 |
|---|
@Deprecated public FIDSet(int[] fidArray)
public FIDSet()
| Method Detail |
|---|
public int[] getFIDArray()
[] public void setFIDArray(int[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||