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