com.esri.arcgisws
Class Fields

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

public class Fields
extends Object
implements Serializable

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.

See Also:
Serialized Form

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

Fields

@Deprecated
public Fields(Field[] fieldArray)
Deprecated. 

Fields constructor.


Fields

public Fields()
Fields default constructor.

Method Detail

getFieldArray

public Field[] getFieldArray()
Gets the value of the fieldArray property.

Returns:
possible object is []

setFieldArray

public void setFieldArray(Field[] value)
Sets the value of the fieldArray property.

Parameters:
value - allowed object is []