|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.NAServerSolverResults
com.esri.arcgisws.NAServerVRPResults
public class NAServerVRPResults
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>
| 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 |
|---|
@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)
public NAServerVRPResults()
| Method Detail |
|---|
public RecordSet getRoutes()
RecordSetpublic void setRoutes(RecordSet value)
value - allowed object is
RecordSetpublic RecordSet getOrders()
RecordSetpublic void setOrders(RecordSet value)
value - allowed object is
RecordSetpublic RecordSet getDepots()
RecordSetpublic void setDepots(RecordSet value)
value - allowed object is
RecordSetpublic RecordSet getDepotVisits()
RecordSetpublic void setDepotVisits(RecordSet value)
value - allowed object is
RecordSetpublic RecordSet getBreaks()
RecordSetpublic void setBreaks(RecordSet value)
value - allowed object is
RecordSetpublic RecordSet getRouteRenewals()
RecordSetpublic void setRouteRenewals(RecordSet value)
value - allowed object is
RecordSetpublic RecordSet getRouteSeedPoints()
RecordSetpublic void setRouteSeedPoints(RecordSet value)
value - allowed object is
RecordSetpublic RecordSet getRouteZones()
RecordSetpublic void setRouteZones(RecordSet value)
value - allowed object is
RecordSetpublic RecordSet getSpecialties()
RecordSetpublic void setSpecialties(RecordSet value)
value - allowed object is
RecordSetpublic RecordSet getOrderPairs()
RecordSetpublic void setOrderPairs(RecordSet value)
value - allowed object is
RecordSetpublic RecordSet getBarriers()
RecordSetpublic void setBarriers(RecordSet value)
value - allowed object is
RecordSetpublic RecordSet getPolygonBarriers()
RecordSetpublic void setPolygonBarriers(RecordSet value)
value - allowed object is
RecordSetpublic RecordSet getPolylineBarriers()
RecordSetpublic void setPolylineBarriers(RecordSet value)
value - allowed object is
RecordSetpublic NACompactStreetDirections[] getCompactDirections()
[] public void setCompactDirections(NACompactStreetDirections[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||