|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GPValue
com.esri.arcgisws.GPRecordSet
public class GPRecordSet
Java class for GPRecordSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GPRecordSet">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.3}GPValue">
<sequence>
<element name="RecordSet" type="{http://www.esri.com/schemas/ArcGIS/10.3}RecordSet"/>
<element name="OIDFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ExceededTransferLimit" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
GPRecordSet()
GPRecordSet default constructor. |
|
GPRecordSet(RecordSet recordSet,
java.lang.String oidFieldName,
java.lang.Boolean exceededTransferLimit)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getExceededTransferLimit()
Gets the value of the exceededTransferLimit property. |
java.lang.String |
getOIDFieldName()
Gets the value of the oidFieldName property. |
RecordSet |
getRecordSet()
Gets the value of the recordSet property. |
java.lang.Boolean |
isExceededTransferLimit()
|
void |
setExceededTransferLimit(java.lang.Boolean value)
Sets the value of the exceededTransferLimit property. |
void |
setOIDFieldName(java.lang.String value)
Sets the value of the oidFieldName property. |
void |
setRecordSet(RecordSet value)
Sets the value of the recordSet property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public GPRecordSet(RecordSet recordSet,
java.lang.String oidFieldName,
java.lang.Boolean exceededTransferLimit)
public GPRecordSet()
| Method Detail |
|---|
public RecordSet getRecordSet()
RecordSetpublic void setRecordSet(RecordSet value)
value - allowed object is
RecordSetpublic java.lang.String getOIDFieldName()
Stringpublic void setOIDFieldName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getExceededTransferLimit()
Booleanpublic java.lang.Boolean isExceededTransferLimit()
public void setExceededTransferLimit(java.lang.Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||