com.esri.arcgisws
Class FindAddressCandidatesResponse

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

public class FindAddressCandidatesResponse
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="Results" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
FindAddressCandidatesResponse()
          FindAddressCandidatesResponse default constructor.
FindAddressCandidatesResponse(RecordSet results)
          Deprecated. 
 
Method Summary
 RecordSet getResults()
          Gets the value of the results property.
 void setResults(RecordSet value)
          Sets the value of the results property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindAddressCandidatesResponse

@Deprecated
public FindAddressCandidatesResponse(RecordSet results)
Deprecated. 

FindAddressCandidatesResponse constructor.


FindAddressCandidatesResponse

public FindAddressCandidatesResponse()
FindAddressCandidatesResponse default constructor.

Method Detail

getResults

public RecordSet getResults()
Gets the value of the results property.

Returns:
possible object is RecordSet

setResults

public void setResults(RecordSet value)
Sets the value of the results property.

Parameters:
value - allowed object is RecordSet