com.esri.arcgisws
Class NAServerRecordSet

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

public class NAServerRecordSet
extends NAServerLocations
implements Serializable

Java class for NAServerRecordSet complex type.

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

 <complexType name="NAServerRecordSet">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerLocations">
       <sequence>
         <element name="RecordSet" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
NAServerRecordSet()
          NAServerRecordSet default constructor.
NAServerRecordSet(Boolean doNotLocateOnRestrictedElements, RecordSet recordSet)
          Deprecated. 
 
Method Summary
 RecordSet getRecordSet()
          Gets the value of the recordSet property.
 void setRecordSet(RecordSet value)
          Sets the value of the recordSet property.
 
Methods inherited from class com.esri.arcgisws.NAServerLocations
getDoNotLocateOnRestrictedElements, isDoNotLocateOnRestrictedElements, setDoNotLocateOnRestrictedElements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NAServerRecordSet

@Deprecated
public NAServerRecordSet(Boolean doNotLocateOnRestrictedElements,
                                    RecordSet recordSet)
Deprecated. 

NAServerRecordSet constructor.


NAServerRecordSet

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