com.esri.arcgisws
Class NAServerLocations

java.lang.Object
  extended by com.esri.arcgisws.NAServerLocations
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NAServerDataLayer, NAServerPropertySets, NAServerRecordSet

public abstract class NAServerLocations
extends Object
implements Serializable

Java class for NAServerLocations complex type.

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

 <complexType name="NAServerLocations">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DoNotLocateOnRestrictedElements" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
NAServerLocations()
          NAServerLocations default constructor.
NAServerLocations(Boolean doNotLocateOnRestrictedElements)
          Deprecated. 
 
Method Summary
 Boolean getDoNotLocateOnRestrictedElements()
          Indicates if restricted network elements should be considered when finding network locations.
 Boolean isDoNotLocateOnRestrictedElements()
          Indicates if restricted network elements should be considered when finding network locations.
 void setDoNotLocateOnRestrictedElements(Boolean value)
          Indicates if restricted network elements should be considered when finding network locations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NAServerLocations

@Deprecated
public NAServerLocations(Boolean doNotLocateOnRestrictedElements)
Deprecated. 

NAServerLocations constructor.


NAServerLocations

public NAServerLocations()
NAServerLocations default constructor.

Method Detail

getDoNotLocateOnRestrictedElements

public Boolean getDoNotLocateOnRestrictedElements()
Indicates if restricted network elements should be considered when finding network locations. Gets the value of the doNotLocateOnRestrictedElements property.

Returns:
possible object is Boolean

isDoNotLocateOnRestrictedElements

public Boolean isDoNotLocateOnRestrictedElements()
Indicates if restricted network elements should be considered when finding network locations.


setDoNotLocateOnRestrictedElements

public void setDoNotLocateOnRestrictedElements(Boolean value)
Indicates if restricted network elements should be considered when finding network locations. Sets the value of the doNotLocateOnRestrictedElements property.

Parameters:
value - allowed object is Boolean