com.esri.arcgisws
Class NAServerVRPResults

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

public class NAServerVRPResults
extends NAServerSolverResults
implements Serializable

Java class for NAServerVRPResults complex type.

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

 <complexType name="NAServerVRPResults">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerSolverResults">
       <sequence>
         <element name="Routes" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
         <element name="Orders" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
         <element name="Depots" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
         <element name="DepotVisits" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
         <element name="Breaks" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
         <element name="RouteRenewals" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
         <element name="RouteSeedPoints" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
         <element name="RouteZones" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
         <element name="Specialties" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
         <element name="OrderPairs" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
         <element name="Barriers" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
         <element name="PolygonBarriers" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
         <element name="PolylineBarriers" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
         <element name="CompactDirections" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfNACompactStreetDirections" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
NAServerVRPResults()
          NAServerVRPResults default constructor.
NAServerVRPResults(MapImage mapImage, GPMessages solveMessages, Integer solveErrorCode, String layerToken, RecordSet routes, RecordSet orders, RecordSet depots, RecordSet depotVisits, RecordSet breaks, RecordSet routeRenewals, RecordSet routeSeedPoints, RecordSet routeZones, RecordSet specialties, RecordSet orderPairs, RecordSet barriers, RecordSet polygonBarriers, RecordSet polylineBarriers, NACompactStreetDirections[] compactDirections)
          Deprecated. 
 
Method Summary
 RecordSet getBarriers()
          Gets the value of the barriers property.
 RecordSet getBreaks()
          Gets the value of the breaks property.
 NACompactStreetDirections[] getCompactDirections()
          Gets the value of the compactDirections property.
 RecordSet getDepots()
          Gets the value of the depots property.
 RecordSet getDepotVisits()
          Gets the value of the depotVisits property.
 RecordSet getOrderPairs()
          Gets the value of the orderPairs property.
 RecordSet getOrders()
          Gets the value of the orders property.
 RecordSet getPolygonBarriers()
          Gets the value of the polygonBarriers property.
 RecordSet getPolylineBarriers()
          Gets the value of the polylineBarriers property.
 RecordSet getRouteRenewals()
          Gets the value of the routeRenewals property.
 RecordSet getRoutes()
          Gets the value of the routes property.
 RecordSet getRouteSeedPoints()
          Gets the value of the routeSeedPoints property.
 RecordSet getRouteZones()
          Gets the value of the routeZones property.
 RecordSet getSpecialties()
          Gets the value of the specialties property.
 void setBarriers(RecordSet value)
          Sets the value of the barriers property.
 void setBreaks(RecordSet value)
          Sets the value of the breaks property.
 void setCompactDirections(NACompactStreetDirections[] value)
          Sets the value of the compactDirections property.
 void setDepots(RecordSet value)
          Sets the value of the depots property.
 void setDepotVisits(RecordSet value)
          Sets the value of the depotVisits property.
 void setOrderPairs(RecordSet value)
          Sets the value of the orderPairs property.
 void setOrders(RecordSet value)
          Sets the value of the orders property.
 void setPolygonBarriers(RecordSet value)
          Sets the value of the polygonBarriers property.
 void setPolylineBarriers(RecordSet value)
          Sets the value of the polylineBarriers property.
 void setRouteRenewals(RecordSet value)
          Sets the value of the routeRenewals property.
 void setRoutes(RecordSet value)
          Sets the value of the routes property.
 void setRouteSeedPoints(RecordSet value)
          Sets the value of the routeSeedPoints property.
 void setRouteZones(RecordSet value)
          Sets the value of the routeZones property.
 void setSpecialties(RecordSet value)
          Sets the value of the specialties property.
 
Methods inherited from class com.esri.arcgisws.NAServerSolverResults
getLayerToken, getMapImage, getSolveErrorCode, getSolveMessages, setLayerToken, setMapImage, setSolveErrorCode, setSolveMessages
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NAServerVRPResults

@Deprecated
public NAServerVRPResults(MapImage mapImage,
                                     GPMessages solveMessages,
                                     Integer solveErrorCode,
                                     String layerToken,
                                     RecordSet routes,
                                     RecordSet orders,
                                     RecordSet depots,
                                     RecordSet depotVisits,
                                     RecordSet breaks,
                                     RecordSet routeRenewals,
                                     RecordSet routeSeedPoints,
                                     RecordSet routeZones,
                                     RecordSet specialties,
                                     RecordSet orderPairs,
                                     RecordSet barriers,
                                     RecordSet polygonBarriers,
                                     RecordSet polylineBarriers,
                                     NACompactStreetDirections[] compactDirections)
Deprecated. 

NAServerVRPResults constructor.


NAServerVRPResults

public NAServerVRPResults()
NAServerVRPResults default constructor.

Method Detail

getRoutes

public RecordSet getRoutes()
Gets the value of the routes property.

Returns:
possible object is RecordSet

setRoutes

public void setRoutes(RecordSet value)
Sets the value of the routes property.

Parameters:
value - allowed object is RecordSet

getOrders

public RecordSet getOrders()
Gets the value of the orders property.

Returns:
possible object is RecordSet

setOrders

public void setOrders(RecordSet value)
Sets the value of the orders property.

Parameters:
value - allowed object is RecordSet

getDepots

public RecordSet getDepots()
Gets the value of the depots property.

Returns:
possible object is RecordSet

setDepots

public void setDepots(RecordSet value)
Sets the value of the depots property.

Parameters:
value - allowed object is RecordSet

getDepotVisits

public RecordSet getDepotVisits()
Gets the value of the depotVisits property.

Returns:
possible object is RecordSet

setDepotVisits

public void setDepotVisits(RecordSet value)
Sets the value of the depotVisits property.

Parameters:
value - allowed object is RecordSet

getBreaks

public RecordSet getBreaks()
Gets the value of the breaks property.

Returns:
possible object is RecordSet

setBreaks

public void setBreaks(RecordSet value)
Sets the value of the breaks property.

Parameters:
value - allowed object is RecordSet

getRouteRenewals

public RecordSet getRouteRenewals()
Gets the value of the routeRenewals property.

Returns:
possible object is RecordSet

setRouteRenewals

public void setRouteRenewals(RecordSet value)
Sets the value of the routeRenewals property.

Parameters:
value - allowed object is RecordSet

getRouteSeedPoints

public RecordSet getRouteSeedPoints()
Gets the value of the routeSeedPoints property.

Returns:
possible object is RecordSet

setRouteSeedPoints

public void setRouteSeedPoints(RecordSet value)
Sets the value of the routeSeedPoints property.

Parameters:
value - allowed object is RecordSet

getRouteZones

public RecordSet getRouteZones()
Gets the value of the routeZones property.

Returns:
possible object is RecordSet

setRouteZones

public void setRouteZones(RecordSet value)
Sets the value of the routeZones property.

Parameters:
value - allowed object is RecordSet

getSpecialties

public RecordSet getSpecialties()
Gets the value of the specialties property.

Returns:
possible object is RecordSet

setSpecialties

public void setSpecialties(RecordSet value)
Sets the value of the specialties property.

Parameters:
value - allowed object is RecordSet

getOrderPairs

public RecordSet getOrderPairs()
Gets the value of the orderPairs property.

Returns:
possible object is RecordSet

setOrderPairs

public void setOrderPairs(RecordSet value)
Sets the value of the orderPairs property.

Parameters:
value - allowed object is RecordSet

getBarriers

public RecordSet getBarriers()
Gets the value of the barriers property.

Returns:
possible object is RecordSet

setBarriers

public void setBarriers(RecordSet value)
Sets the value of the barriers property.

Parameters:
value - allowed object is RecordSet

getPolygonBarriers

public RecordSet getPolygonBarriers()
Gets the value of the polygonBarriers property.

Returns:
possible object is RecordSet

setPolygonBarriers

public void setPolygonBarriers(RecordSet value)
Sets the value of the polygonBarriers property.

Parameters:
value - allowed object is RecordSet

getPolylineBarriers

public RecordSet getPolylineBarriers()
Gets the value of the polylineBarriers property.

Returns:
possible object is RecordSet

setPolylineBarriers

public void setPolylineBarriers(RecordSet value)
Sets the value of the polylineBarriers property.

Parameters:
value - allowed object is RecordSet

getCompactDirections

public NACompactStreetDirections[] getCompactDirections()
Gets the value of the compactDirections property.

Returns:
possible object is []

setCompactDirections

public void setCompactDirections(NACompactStreetDirections[] value)
Sets the value of the compactDirections property.

Parameters:
value - allowed object is []