com.esri.arcgisws
Class NAServerDataLayer

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

public class NAServerDataLayer
extends NAServerLocations
implements Serializable

A container that references a data layer containing network locations.

Java class for NAServerDataLayer complex type.

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

 <complexType name="NAServerDataLayer">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerLocations">
       <sequence>
         <element name="DataLayerName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="QueryFilter" type="{http://www.esri.com/schemas/ArcGIS/10.0}QueryFilter" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
A container that references a data layer containing network locations.

See Also:
Serialized Form

Constructor Summary
NAServerDataLayer()
          NAServerDataLayer default constructor.
NAServerDataLayer(Boolean doNotLocateOnRestrictedElements, String dataLayerName, QueryFilter queryFilter)
          Deprecated. 
 
Method Summary
 String getDataLayerName()
          The name of the layer in the map.
 QueryFilter getQueryFilter()
          The query filter.
 void setDataLayerName(String value)
          The name of the layer in the map.
 void setQueryFilter(QueryFilter value)
          The query filter.
 
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

NAServerDataLayer

@Deprecated
public NAServerDataLayer(Boolean doNotLocateOnRestrictedElements,
                                    String dataLayerName,
                                    QueryFilter queryFilter)
Deprecated. 

NAServerDataLayer constructor.


NAServerDataLayer

public NAServerDataLayer()
NAServerDataLayer default constructor.

Method Detail

getDataLayerName

public String getDataLayerName()
The name of the layer in the map. Gets the value of the dataLayerName property.

Returns:
possible object is String

setDataLayerName

public void setDataLayerName(String value)
The name of the layer in the map. Sets the value of the dataLayerName property.

Parameters:
value - allowed object is String

getQueryFilter

public QueryFilter getQueryFilter()
The query filter. Gets the value of the queryFilter property.

Returns:
possible object is QueryFilter

setQueryFilter

public void setQueryFilter(QueryFilter value)
The query filter. Sets the value of the queryFilter property.

Parameters:
value - allowed object is QueryFilter