com.esri.arcgisws
Class GPRecordSet

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

public class GPRecordSet
extends GPValue
implements Serializable

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.0}GPValue">
       <sequence>
         <element name="RecordSet" type="{http://www.esri.com/schemas/ArcGIS/10.0}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>
 

See Also:
Serialized Form

Constructor Summary
GPRecordSet()
          GPRecordSet default constructor.
GPRecordSet(RecordSet recordSet, String oidFieldName, Boolean exceededTransferLimit)
          Deprecated. 
 
Method Summary
 Boolean getExceededTransferLimit()
          Gets the value of the exceededTransferLimit property.
 String getOIDFieldName()
          Gets the value of the oidFieldName property.
 RecordSet getRecordSet()
          Gets the value of the recordSet property.
 Boolean isExceededTransferLimit()
           
 void setExceededTransferLimit(Boolean value)
          Sets the value of the exceededTransferLimit property.
 void setOIDFieldName(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

GPRecordSet

@Deprecated
public GPRecordSet(RecordSet recordSet,
                              String oidFieldName,
                              Boolean exceededTransferLimit)
Deprecated. 

GPRecordSet constructor.


GPRecordSet

public GPRecordSet()
GPRecordSet default constructor.

Method Detail

getRecordSet

public RecordSet getRecordSet()
Gets the value of the recordSet property.

Returns:
possible object is RecordSet

setRecordSet

public void setRecordSet(RecordSet value)
Sets the value of the recordSet property.

Parameters:
value - allowed object is RecordSet

getOIDFieldName

public String getOIDFieldName()
Gets the value of the oidFieldName property.

Returns:
possible object is String

setOIDFieldName

public void setOIDFieldName(String value)
Sets the value of the oidFieldName property.

Parameters:
value - allowed object is String

getExceededTransferLimit

public Boolean getExceededTransferLimit()
Gets the value of the exceededTransferLimit property.

Returns:
possible object is Boolean

isExceededTransferLimit

public Boolean isExceededTransferLimit()

setExceededTransferLimit

public void setExceededTransferLimit(Boolean value)
Sets the value of the exceededTransferLimit property.

Parameters:
value - allowed object is Boolean