|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.FindGlobeServer
public class FindGlobeServer
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LayerID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="SearchString" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Contains" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="SearchFields" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
FindGlobeServer()
FindGlobeServer default constructor. |
|
FindGlobeServer(int layerID,
String searchString,
boolean contains,
String searchFields)
Deprecated. |
|
| Method Summary | |
|---|---|
int |
getLayerID()
Gets the value of the layerID property. |
String |
getSearchFields()
Gets the value of the searchFields property. |
String |
getSearchString()
Gets the value of the searchString property. |
boolean |
isContains()
Gets the value of the contains property. |
void |
setContains(boolean value)
Sets the value of the contains property. |
void |
setLayerID(int value)
Sets the value of the layerID property. |
void |
setSearchFields(String value)
Sets the value of the searchFields property. |
void |
setSearchString(String value)
Sets the value of the searchString property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public FindGlobeServer(int layerID,
String searchString,
boolean contains,
String searchFields)
public FindGlobeServer()
| Method Detail |
|---|
public int getLayerID()
public void setLayerID(int value)
public String getSearchString()
Stringpublic void setSearchString(String value)
value - allowed object is
Stringpublic boolean isContains()
public void setContains(boolean value)
public String getSearchFields()
Stringpublic void setSearchFields(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||