com.esri.arcgisws
Class FindGlobeServer

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

public class FindGlobeServer
extends java.lang.Object
implements java.io.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, java.lang.String searchString, boolean contains, java.lang.String searchFields)
          Deprecated. 
 
Method Summary
 int getLayerID()
          Gets the value of the layerID property.
 java.lang.String getSearchFields()
          Gets the value of the searchFields property.
 java.lang.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(java.lang.String value)
          Sets the value of the searchFields property.
 void setSearchString(java.lang.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,
                                  java.lang.String searchString,
                                  boolean contains,
                                  java.lang.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 java.lang.String getSearchString()
Gets the value of the searchString property.

Returns:
possible object is String

setSearchString

public void setSearchString(java.lang.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 java.lang.String getSearchFields()
Gets the value of the searchFields property.

Returns:
possible object is String

setSearchFields

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

Parameters:
value - allowed object is String