|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.NAServerLocations
com.esri.arcgisws.NAServerRecordSet
public class NAServerRecordSet
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.3}NAServerLocations">
<sequence>
<element name="RecordSet" type="{http://www.esri.com/schemas/ArcGIS/10.3}RecordSet"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
NAServerRecordSet()
NAServerRecordSet default constructor. |
|
NAServerRecordSet(java.lang.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 |
|---|
@Deprecated
public NAServerRecordSet(java.lang.Boolean doNotLocateOnRestrictedElements,
RecordSet recordSet)
public NAServerRecordSet()
| Method Detail |
|---|
public RecordSet getRecordSet()
RecordSetpublic void setRecordSet(RecordSet value)
value - allowed object is
RecordSet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||