com.esri.arcgisws
Class NAServerPropertySets

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

public class NAServerPropertySets
extends NAServerLocations
implements Serializable

Java class for NAServerPropertySets complex type.

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

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

See Also:
Serialized Form

Constructor Summary
NAServerPropertySets()
          NAServerPropertySets default constructor.
NAServerPropertySets(Boolean doNotLocateOnRestrictedElements, PropertySet[] propertySets)
          Deprecated. 
 
Method Summary
 PropertySet[] getPropertySets()
          Gets the value of the propertySets property.
 void setPropertySets(PropertySet[] value)
          Sets the value of the propertySets 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

NAServerPropertySets

@Deprecated
public NAServerPropertySets(Boolean doNotLocateOnRestrictedElements,
                                       PropertySet[] propertySets)
Deprecated. 

NAServerPropertySets constructor.


NAServerPropertySets

public NAServerPropertySets()
NAServerPropertySets default constructor.

Method Detail

getPropertySets

public PropertySet[] getPropertySets()
Gets the value of the propertySets property.

Returns:
possible object is []

setPropertySets

public void setPropertySets(PropertySet[] value)
Sets the value of the propertySets property.

Parameters:
value - allowed object is []