com.esri.arcgisws
Class AutoComplete

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

public class AutoComplete
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="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference"/>
         <element name="InPolygons" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfPolygon"/>
         <element name="InCompletionLines" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfPolyline"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
AutoComplete()
          AutoComplete default constructor.
AutoComplete(SpatialReference spatialReference, Polygon[] inPolygons, Polyline[] inCompletionLines)
          Deprecated. 
 
Method Summary
 Polyline[] getInCompletionLines()
          Gets the value of the inCompletionLines property.
 Polygon[] getInPolygons()
          Gets the value of the inPolygons property.
 SpatialReference getSpatialReference()
          Gets the value of the spatialReference property.
 void setInCompletionLines(Polyline[] value)
          Sets the value of the inCompletionLines property.
 void setInPolygons(Polygon[] value)
          Sets the value of the inPolygons property.
 void setSpatialReference(SpatialReference value)
          Sets the value of the spatialReference property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoComplete

@Deprecated
public AutoComplete(SpatialReference spatialReference,
                               Polygon[] inPolygons,
                               Polyline[] inCompletionLines)
Deprecated. 

AutoComplete constructor.


AutoComplete

public AutoComplete()
AutoComplete default constructor.

Method Detail

getSpatialReference

public SpatialReference getSpatialReference()
Gets the value of the spatialReference property.

Returns:
possible object is SpatialReference

setSpatialReference

public void setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property.

Parameters:
value - allowed object is SpatialReference

getInPolygons

public Polygon[] getInPolygons()
Gets the value of the inPolygons property.

Returns:
possible object is []

setInPolygons

public void setInPolygons(Polygon[] value)
Sets the value of the inPolygons property.

Parameters:
value - allowed object is []

getInCompletionLines

public Polyline[] getInCompletionLines()
Gets the value of the inCompletionLines property.

Returns:
possible object is []

setInCompletionLines

public void setInCompletionLines(Polyline[] value)
Sets the value of the inCompletionLines property.

Parameters:
value - allowed object is []