com.esri.arcgisws
Class FindGlobeServer

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

public class FindGlobeServer
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

FindGlobeServer

@Deprecated
public FindGlobeServer(int layerID,
                                  String searchString,
                                  boolean contains,
                                  String searchFields)
Deprecated. 

FindGlobeServer constructor.


FindGlobeServer

public FindGlobeServer()
FindGlobeServer default constructor.

Method Detail

getLayerID

public int getLayerID()
Gets the value of the layerID property.


setLayerID

public void setLayerID(int value)
Sets the value of the layerID property.


getSearchString

public String getSearchString()
Gets the value of the searchString property.

Returns:
possible object is String

setSearchString

public void setSearchString(String value)
Sets the value of the searchString property.

Parameters:
value - allowed object is String

isContains

public boolean isContains()
Gets the value of the contains property.


setContains

public void setContains(boolean value)
Sets the value of the contains property.


getSearchFields

public String getSearchFields()
Gets the value of the searchFields property.

Returns:
possible object is String

setSearchFields

public void setSearchFields(String value)
Sets the value of the searchFields property.

Parameters:
value - allowed object is String