|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.RecordSet
public class RecordSet
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.3}Fields"/>
<element name="Records" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfRecord"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Esri RecordSet Object.
| 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 |
|---|
@Deprecated
public RecordSet(Fields fields,
Record[] records)
public RecordSet()
| Method Detail |
|---|
public Fields getFields()
Fieldspublic void setFields(Fields value)
value - allowed object is
Fieldspublic Record[] getRecords()
[] public void setRecords(Record[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||