|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Fields
public class Fields
ESRI Fields Object.
Java class for Fields complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Fields">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FieldArray" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfField"/>
</sequence>
</restriction>
</complexContent>
</complexType>
ESRI Fields Object.
| Constructor Summary | |
|---|---|
Fields()
Fields default constructor. |
|
Fields(Field[] fieldArray)
Deprecated. |
|
| Method Summary | |
|---|---|
Field[] |
getFieldArray()
Gets the value of the fieldArray property. |
void |
setFieldArray(Field[] value)
Sets the value of the fieldArray property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated public Fields(Field[] fieldArray)
public Fields()
| Method Detail |
|---|
public Field[] getFieldArray()
[] public void setFieldArray(Field[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||