|
|||||||||
| 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.NAServerPropertySets
public class NAServerPropertySets
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>
| 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 |
|---|
@Deprecated
public NAServerPropertySets(Boolean doNotLocateOnRestrictedElements,
PropertySet[] propertySets)
public NAServerPropertySets()
| Method Detail |
|---|
public PropertySet[] getPropertySets()
[] public void setPropertySets(PropertySet[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||