com.esri.arcgisws
Class RecordSet

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

public class RecordSet
extends Object
implements Serializable

ESRI RecordSet Object.

Java class for RecordSet complex type.

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

 <complexType name="RecordSet">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Fields" type="{http://www.esri.com/schemas/ArcGIS/10.0}Fields"/>
         <element name="Records" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfRecord"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ESRI RecordSet Object.

See Also:
Serialized Form

Constructor Summary
RecordSet()
          RecordSet default constructor.
RecordSet(Fields fields, Record[] records)
          Deprecated. 
 
Method Summary
 Fields getFields()
          returns the fields for the recordset Gets the value of the fields property.
 Record[] getRecords()
          Gets the value of the records property.
 void setFields(Fields value)
          returns the fields for the recordset Sets the value of the fields property.
 void setRecords(Record[] value)
          Sets the value of the records property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordSet

@Deprecated
public RecordSet(Fields fields,
                            Record[] records)
Deprecated. 

RecordSet constructor.


RecordSet

public RecordSet()
RecordSet default constructor.

Method Detail

getFields

public Fields getFields()
returns the fields for the recordset Gets the value of the fields property.

Returns:
possible object is Fields

setFields

public void setFields(Fields value)
returns the fields for the recordset Sets the value of the fields property.

Parameters:
value - allowed object is Fields

getRecords

public Record[] getRecords()
Gets the value of the records property.

Returns:
possible object is []

setRecords

public void setRecords(Record[] value)
Sets the value of the records property.

Parameters:
value - allowed object is []