com.esri.arcgisws
Class GPFeatureRecordSetLayer

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

public class GPFeatureRecordSetLayer
extends GPValue
implements Serializable

Java class for GPFeatureRecordSetLayer complex type.

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

 <complexType name="GPFeatureRecordSetLayer">
   <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" minOccurs="0"/>
         <element name="OIDFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ShapeFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="LayerDrawingDescription" type="{http://www.esri.com/schemas/ArcGIS/10.0}LayerDrawingDescription" 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
GPFeatureRecordSetLayer()
          GPFeatureRecordSetLayer default constructor.
GPFeatureRecordSetLayer(RecordSet recordSet, String oidFieldName, String shapeFieldName, LayerDrawingDescription layerDrawingDescription, Boolean exceededTransferLimit)
          Deprecated. 
 
Method Summary
 Boolean getExceededTransferLimit()
          Gets the value of the exceededTransferLimit property.
 LayerDrawingDescription getLayerDrawingDescription()
          Gets the value of the layerDrawingDescription property.
 String getOIDFieldName()
          Gets the value of the oidFieldName property.
 RecordSet getRecordSet()
          Gets the value of the recordSet property.
 String getShapeFieldName()
          Gets the value of the shapeFieldName property.
 Boolean isExceededTransferLimit()
           
 void setExceededTransferLimit(Boolean value)
          Sets the value of the exceededTransferLimit property.
 void setLayerDrawingDescription(LayerDrawingDescription value)
          Sets the value of the layerDrawingDescription property.
 void setOIDFieldName(String value)
          Sets the value of the oidFieldName property.
 void setRecordSet(RecordSet value)
          Sets the value of the recordSet property.
 void setShapeFieldName(String value)
          Sets the value of the shapeFieldName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPFeatureRecordSetLayer

@Deprecated
public GPFeatureRecordSetLayer(RecordSet recordSet,
                                          String oidFieldName,
                                          String shapeFieldName,
                                          LayerDrawingDescription layerDrawingDescription,
                                          Boolean exceededTransferLimit)
Deprecated. 

GPFeatureRecordSetLayer constructor.


GPFeatureRecordSetLayer

public GPFeatureRecordSetLayer()
GPFeatureRecordSetLayer 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

getShapeFieldName

public String getShapeFieldName()
Gets the value of the shapeFieldName property.

Returns:
possible object is String

setShapeFieldName

public void setShapeFieldName(String value)
Sets the value of the shapeFieldName property.

Parameters:
value - allowed object is String

getLayerDrawingDescription

public LayerDrawingDescription getLayerDrawingDescription()
Gets the value of the layerDrawingDescription property.

Returns:
possible object is LayerDrawingDescription

setLayerDrawingDescription

public void setLayerDrawingDescription(LayerDrawingDescription value)
Sets the value of the layerDrawingDescription property.

Parameters:
value - allowed object is LayerDrawingDescription

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