|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.NAServerLocations
public abstract class NAServerLocations
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>
| 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 |
|---|
@Deprecated public NAServerLocations(Boolean doNotLocateOnRestrictedElements)
public NAServerLocations()
| Method Detail |
|---|
public Boolean getDoNotLocateOnRestrictedElements()
Booleanpublic Boolean isDoNotLocateOnRestrictedElements()
public void setDoNotLocateOnRestrictedElements(Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||