com.esri.arcgisws
Class Indexes

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

public class Indexes
extends Object
implements Serializable

ESRI Indices Object.

Java class for Indexes complex type.

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

 <complexType name="Indexes">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="IndexArray" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfIndex"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ESRI Indices Object.

See Also:
Serialized Form

Constructor Summary
Indexes()
          Indexes default constructor.
Indexes(Index[] indexArray)
          Deprecated. 
 
Method Summary
 Index[] getIndexArray()
          Gets the value of the indexArray property.
 void setIndexArray(Index[] value)
          Sets the value of the indexArray property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Indexes

@Deprecated
public Indexes(Index[] indexArray)
Deprecated. 

Indexes constructor.


Indexes

public Indexes()
Indexes default constructor.

Method Detail

getIndexArray

public Index[] getIndexArray()
Gets the value of the indexArray property.

Returns:
possible object is []

setIndexArray

public void setIndexArray(Index[] value)
Sets the value of the indexArray property.

Parameters:
value - allowed object is []