com.esri.arcgisws
Class NAServerSolverResults

java.lang.Object
  extended by com.esri.arcgisws.NAServerSolverResults
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NAServerClosestFacilityResults, NAServerLocationAllocationResults, NAServerODCostMatrixResults, NAServerRouteResults, NAServerServiceAreaResults, NAServerVRPResults

public abstract class NAServerSolverResults
extends Object
implements Serializable

Java class for NAServerSolverResults complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="NAServerSolverResults">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MapImage" type="{http://www.esri.com/schemas/ArcGIS/10.0}MapImage" minOccurs="0"/>
         <element name="SolveMessages" type="{http://www.esri.com/schemas/ArcGIS/10.0}GPMessages" minOccurs="0"/>
         <element name="SolveErrorCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="LayerToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
NAServerSolverResults()
          NAServerSolverResults default constructor.
NAServerSolverResults(MapImage mapImage, GPMessages solveMessages, Integer solveErrorCode, String layerToken)
          Deprecated. 
 
Method Summary
 String getLayerToken()
          Gets the value of the layerToken property.
 MapImage getMapImage()
          Gets the value of the mapImage property.
 Integer getSolveErrorCode()
          Gets the value of the solveErrorCode property.
 GPMessages getSolveMessages()
          Gets the value of the solveMessages property.
 void setLayerToken(String value)
          Sets the value of the layerToken property.
 void setMapImage(MapImage value)
          Sets the value of the mapImage property.
 void setSolveErrorCode(Integer value)
          Sets the value of the solveErrorCode property.
 void setSolveMessages(GPMessages value)
          Sets the value of the solveMessages property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NAServerSolverResults

@Deprecated
public NAServerSolverResults(MapImage mapImage,
                                        GPMessages solveMessages,
                                        Integer solveErrorCode,
                                        String layerToken)
Deprecated. 

NAServerSolverResults constructor.


NAServerSolverResults

public NAServerSolverResults()
NAServerSolverResults default constructor.

Method Detail

getMapImage

public MapImage getMapImage()
Gets the value of the mapImage property.

Returns:
possible object is MapImage

setMapImage

public void setMapImage(MapImage value)
Sets the value of the mapImage property.

Parameters:
value - allowed object is MapImage

getSolveMessages

public GPMessages getSolveMessages()
Gets the value of the solveMessages property.

Returns:
possible object is GPMessages

setSolveMessages

public void setSolveMessages(GPMessages value)
Sets the value of the solveMessages property.

Parameters:
value - allowed object is GPMessages

getSolveErrorCode

public Integer getSolveErrorCode()
Gets the value of the solveErrorCode property.

Returns:
possible object is Integer

setSolveErrorCode

public void setSolveErrorCode(Integer value)
Sets the value of the solveErrorCode property.

Parameters:
value - allowed object is Integer

getLayerToken

public String getLayerToken()
Gets the value of the layerToken property.

Returns:
possible object is String

setLayerToken

public void setLayerToken(String value)
Sets the value of the layerToken property.

Parameters:
value - allowed object is String