com.esri.arcgisws
Class NAServerVRPParams

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

public class NAServerVRPParams
extends NAServerSolverParams
implements Serializable

Java class for NAServerVRPParams complex type.

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

 <complexType name="NAServerVRPParams">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerSolverParams">
       <sequence>
         <element name="Orders" type="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerLocations" minOccurs="0"/>
         <element name="OrderPairs" type="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerLocations" minOccurs="0"/>
         <element name="Depots" type="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerLocations" minOccurs="0"/>
         <element name="Routes" type="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerLocations" minOccurs="0"/>
         <element name="RouteSeedPoints" type="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerLocations" minOccurs="0"/>
         <element name="RouteZones" type="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerLocations" minOccurs="0"/>
         <element name="RouteRenewals" type="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerLocations" minOccurs="0"/>
         <element name="Barriers" type="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerLocations" minOccurs="0"/>
         <element name="PolygonBarriers" type="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerLocations" minOccurs="0"/>
         <element name="PolylineBarriers" type="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerLocations" minOccurs="0"/>
         <element name="Breaks" type="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerLocations" minOccurs="0"/>
         <element name="Specialties" type="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerLocations" minOccurs="0"/>
         <element name="ReturnRoutes" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ReturnOrders" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ReturnDepots" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ReturnDepotVisits" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ReturnBreaks" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ReturnRouteRenewals" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ReturnRouteSeedPoints" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ReturnRouteZones" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ReturnSpecialties" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ReturnOrderPairs" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ReturnBarriers" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ReturnPolygonBarriers" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ReturnPolylineBarriers" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ReturnCompactDirections" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="DirectionsLanguage" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="DirectionsLengthUnits" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriNetworkAttributeUnits"/>
         <element name="DirectionsOutputType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriDirectionsOutputType" minOccurs="0"/>
         <element name="DirectionsStyleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DirectionsTimeAttributeName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="OutputLines" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriNAOutputLineType"/>
         <element name="DefaultDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="DistanceFieldUnits" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriNetworkAttributeUnits"/>
         <element name="ExcessTransitTimePenaltyFactor" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="TimeWindowViolationPenaltyFactor" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="CapacityCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="GenerateInternalRouteContext" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="InternalODCostMatrixType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriNAODCostMatrixType"/>
         <element name="TimeFieldUnits" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriNetworkAttributeUnits"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
NAServerVRPParams()
          NAServerVRPParams default constructor.
NAServerVRPParams(String naLayerName, double snapTolerance, double maxSnapTolerance, EsriUnits snapToleranceUnits, NAClassCandidateFieldMap[] naClassCandidateFieldMaps, boolean returnMap, MapDescription mapDescription, ImageDescription imageDescription, SpatialReference outputSpatialReference, boolean returnGeometriesAsBinary, String[] accumulateAttributeNames, String impedanceAttributeName, boolean ignoreInvalidLocations, EsriNetworkForwardStarBacktrack restrictUTurns, String[] restrictionAttributeNames, boolean useHierarchy, String hierarchyAttributeName, int hierarchyLevelCount, int[] hierarchyMaxValues, int[] hierarchyNumTransitions, boolean resetHierarchyRangesOnBind, NAAttributeParameterValue[] attributeParameterValues, Object outputGeometryPrecision, EsriUnits outputGeometryPrecisionUnits, Boolean returnPartialResultsOnError, Boolean saveLayerOnServer, String layerToken, NAServerLocations orders, NAServerLocations orderPairs, NAServerLocations depots, NAServerLocations routes, NAServerLocations routeSeedPoints, NAServerLocations routeZones, NAServerLocations routeRenewals, NAServerLocations barriers, NAServerLocations polygonBarriers, NAServerLocations polylineBarriers, NAServerLocations breaks, NAServerLocations specialties, boolean returnRoutes, boolean returnOrders, boolean returnDepots, boolean returnDepotVisits, boolean returnBreaks, boolean returnRouteRenewals, boolean returnRouteSeedPoints, boolean returnRouteZones, boolean returnSpecialties, boolean returnOrderPairs, boolean returnBarriers, Boolean returnPolygonBarriers, Boolean returnPolylineBarriers, boolean returnCompactDirections, String directionsLanguage, EsriNetworkAttributeUnits directionsLengthUnits, EsriDirectionsOutputType directionsOutputType, String directionsStyleName, String directionsTimeAttributeName, EsriNAOutputLineType outputLines, javax.xml.datatype.XMLGregorianCalendar defaultDate, EsriNetworkAttributeUnits distanceFieldUnits, double excessTransitTimePenaltyFactor, double timeWindowViolationPenaltyFactor, int capacityCount, boolean generateInternalRouteContext, EsriNAODCostMatrixType internalODCostMatrixType, EsriNetworkAttributeUnits timeFieldUnits)
          Deprecated. 
 
Method Summary
 NAServerLocations getBarriers()
          Gets the value of the barriers property.
 NAServerLocations getBreaks()
          Gets the value of the breaks property.
 int getCapacityCount()
          Gets the value of the capacityCount property.
 javax.xml.datatype.XMLGregorianCalendar getDefaultDate()
          Gets the value of the defaultDate property.
 NAServerLocations getDepots()
          Gets the value of the depots property.
 String getDirectionsLanguage()
          Gets the value of the directionsLanguage property.
 EsriNetworkAttributeUnits getDirectionsLengthUnits()
          Gets the value of the directionsLengthUnits property.
 EsriDirectionsOutputType getDirectionsOutputType()
          Gets the value of the directionsOutputType property.
 String getDirectionsStyleName()
          Gets the value of the directionsStyleName property.
 String getDirectionsTimeAttributeName()
          Gets the value of the directionsTimeAttributeName property.
 EsriNetworkAttributeUnits getDistanceFieldUnits()
          Gets the value of the distanceFieldUnits property.
 double getExcessTransitTimePenaltyFactor()
          Gets the value of the excessTransitTimePenaltyFactor property.
 EsriNAODCostMatrixType getInternalODCostMatrixType()
          Gets the value of the internalODCostMatrixType property.
 NAServerLocations getOrderPairs()
          Gets the value of the orderPairs property.
 NAServerLocations getOrders()
          Gets the value of the orders property.
 EsriNAOutputLineType getOutputLines()
          Gets the value of the outputLines property.
 NAServerLocations getPolygonBarriers()
          Gets the value of the polygonBarriers property.
 NAServerLocations getPolylineBarriers()
          Gets the value of the polylineBarriers property.
 Boolean getReturnPolygonBarriers()
          Gets the value of the returnPolygonBarriers property.
 Boolean getReturnPolylineBarriers()
          Gets the value of the returnPolylineBarriers property.
 NAServerLocations getRouteRenewals()
          Gets the value of the routeRenewals property.
 NAServerLocations getRoutes()
          Gets the value of the routes property.
 NAServerLocations getRouteSeedPoints()
          Gets the value of the routeSeedPoints property.
 NAServerLocations getRouteZones()
          Gets the value of the routeZones property.
 NAServerLocations getSpecialties()
          Gets the value of the specialties property.
 EsriNetworkAttributeUnits getTimeFieldUnits()
          Gets the value of the timeFieldUnits property.
 double getTimeWindowViolationPenaltyFactor()
          Gets the value of the timeWindowViolationPenaltyFactor property.
 boolean isGenerateInternalRouteContext()
          Gets the value of the generateInternalRouteContext property.
 boolean isReturnBarriers()
          Gets the value of the returnBarriers property.
 boolean isReturnBreaks()
          Gets the value of the returnBreaks property.
 boolean isReturnCompactDirections()
          Gets the value of the returnCompactDirections property.
 boolean isReturnDepots()
          Gets the value of the returnDepots property.
 boolean isReturnDepotVisits()
          Gets the value of the returnDepotVisits property.
 boolean isReturnOrderPairs()
          Gets the value of the returnOrderPairs property.
 boolean isReturnOrders()
          Gets the value of the returnOrders property.
 Boolean isReturnPolygonBarriers()
           
 Boolean isReturnPolylineBarriers()
           
 boolean isReturnRouteRenewals()
          Gets the value of the returnRouteRenewals property.
 boolean isReturnRoutes()
          Gets the value of the returnRoutes property.
 boolean isReturnRouteSeedPoints()
          Gets the value of the returnRouteSeedPoints property.
 boolean isReturnRouteZones()
          Gets the value of the returnRouteZones property.
 boolean isReturnSpecialties()
          Gets the value of the returnSpecialties property.
 void setBarriers(NAServerLocations value)
          Sets the value of the barriers property.
 void setBreaks(NAServerLocations value)
          Sets the value of the breaks property.
 void setCapacityCount(int value)
          Sets the value of the capacityCount property.
 void setDefaultDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the defaultDate property.
 void setDepots(NAServerLocations value)
          Sets the value of the depots property.
 void setDirectionsLanguage(String value)
          Sets the value of the directionsLanguage property.
 void setDirectionsLengthUnits(EsriNetworkAttributeUnits value)
          Sets the value of the directionsLengthUnits property.
 void setDirectionsOutputType(EsriDirectionsOutputType value)
          Sets the value of the directionsOutputType property.
 void setDirectionsStyleName(String value)
          Sets the value of the directionsStyleName property.
 void setDirectionsTimeAttributeName(String value)
          Sets the value of the directionsTimeAttributeName property.
 void setDistanceFieldUnits(EsriNetworkAttributeUnits value)
          Sets the value of the distanceFieldUnits property.
 void setExcessTransitTimePenaltyFactor(double value)
          Sets the value of the excessTransitTimePenaltyFactor property.
 void setGenerateInternalRouteContext(boolean value)
          Sets the value of the generateInternalRouteContext property.
 void setInternalODCostMatrixType(EsriNAODCostMatrixType value)
          Sets the value of the internalODCostMatrixType property.
 void setOrderPairs(NAServerLocations value)
          Sets the value of the orderPairs property.
 void setOrders(NAServerLocations value)
          Sets the value of the orders property.
 void setOutputLines(EsriNAOutputLineType value)
          Sets the value of the outputLines property.
 void setPolygonBarriers(NAServerLocations value)
          Sets the value of the polygonBarriers property.
 void setPolylineBarriers(NAServerLocations value)
          Sets the value of the polylineBarriers property.
 void setReturnBarriers(boolean value)
          Sets the value of the returnBarriers property.
 void setReturnBreaks(boolean value)
          Sets the value of the returnBreaks property.
 void setReturnCompactDirections(boolean value)
          Sets the value of the returnCompactDirections property.
 void setReturnDepots(boolean value)
          Sets the value of the returnDepots property.
 void setReturnDepotVisits(boolean value)
          Sets the value of the returnDepotVisits property.
 void setReturnOrderPairs(boolean value)
          Sets the value of the returnOrderPairs property.
 void setReturnOrders(boolean value)
          Sets the value of the returnOrders property.
 void setReturnPolygonBarriers(Boolean value)
          Sets the value of the returnPolygonBarriers property.
 void setReturnPolylineBarriers(Boolean value)
          Sets the value of the returnPolylineBarriers property.
 void setReturnRouteRenewals(boolean value)
          Sets the value of the returnRouteRenewals property.
 void setReturnRoutes(boolean value)
          Sets the value of the returnRoutes property.
 void setReturnRouteSeedPoints(boolean value)
          Sets the value of the returnRouteSeedPoints property.
 void setReturnRouteZones(boolean value)
          Sets the value of the returnRouteZones property.
 void setReturnSpecialties(boolean value)
          Sets the value of the returnSpecialties property.
 void setRouteRenewals(NAServerLocations value)
          Sets the value of the routeRenewals property.
 void setRoutes(NAServerLocations value)
          Sets the value of the routes property.
 void setRouteSeedPoints(NAServerLocations value)
          Sets the value of the routeSeedPoints property.
 void setRouteZones(NAServerLocations value)
          Sets the value of the routeZones property.
 void setSpecialties(NAServerLocations value)
          Sets the value of the specialties property.
 void setTimeFieldUnits(EsriNetworkAttributeUnits value)
          Sets the value of the timeFieldUnits property.
 void setTimeWindowViolationPenaltyFactor(double value)
          Sets the value of the timeWindowViolationPenaltyFactor property.
 
Methods inherited from class com.esri.arcgisws.NAServerSolverParams
getAccumulateAttributeNames, getAttributeParameterValues, getHierarchyAttributeName, getHierarchyLevelCount, getHierarchyMaxValues, getHierarchyNumTransitions, getImageDescription, getImpedanceAttributeName, getLayerToken, getMapDescription, getMaxSnapTolerance, getNAClassCandidateFieldMaps, getNALayerName, getOutputGeometryPrecision, getOutputGeometryPrecisionUnits, getOutputSpatialReference, getRestrictionAttributeNames, getRestrictUTurns, getReturnPartialResultsOnError, getSaveLayerOnServer, getSnapTolerance, getSnapToleranceUnits, isIgnoreInvalidLocations, isResetHierarchyRangesOnBind, isReturnGeometriesAsBinary, isReturnMap, isReturnPartialResultsOnError, isSaveLayerOnServer, isUseHierarchy, setAccumulateAttributeNames, setAttributeParameterValues, setHierarchyAttributeName, setHierarchyLevelCount, setHierarchyMaxValues, setHierarchyNumTransitions, setIgnoreInvalidLocations, setImageDescription, setImpedanceAttributeName, setLayerToken, setMapDescription, setMaxSnapTolerance, setNAClassCandidateFieldMaps, setNALayerName, setOutputGeometryPrecision, setOutputGeometryPrecisionUnits, setOutputSpatialReference, setResetHierarchyRangesOnBind, setRestrictionAttributeNames, setRestrictUTurns, setReturnGeometriesAsBinary, setReturnMap, setReturnPartialResultsOnError, setSaveLayerOnServer, setSnapTolerance, setSnapToleranceUnits, setUseHierarchy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NAServerVRPParams

@Deprecated
public NAServerVRPParams(String naLayerName,
                                    double snapTolerance,
                                    double maxSnapTolerance,
                                    EsriUnits snapToleranceUnits,
                                    NAClassCandidateFieldMap[] naClassCandidateFieldMaps,
                                    boolean returnMap,
                                    MapDescription mapDescription,
                                    ImageDescription imageDescription,
                                    SpatialReference outputSpatialReference,
                                    boolean returnGeometriesAsBinary,
                                    String[] accumulateAttributeNames,
                                    String impedanceAttributeName,
                                    boolean ignoreInvalidLocations,
                                    EsriNetworkForwardStarBacktrack restrictUTurns,
                                    String[] restrictionAttributeNames,
                                    boolean useHierarchy,
                                    String hierarchyAttributeName,
                                    int hierarchyLevelCount,
                                    int[] hierarchyMaxValues,
                                    int[] hierarchyNumTransitions,
                                    boolean resetHierarchyRangesOnBind,
                                    NAAttributeParameterValue[] attributeParameterValues,
                                    Object outputGeometryPrecision,
                                    EsriUnits outputGeometryPrecisionUnits,
                                    Boolean returnPartialResultsOnError,
                                    Boolean saveLayerOnServer,
                                    String layerToken,
                                    NAServerLocations orders,
                                    NAServerLocations orderPairs,
                                    NAServerLocations depots,
                                    NAServerLocations routes,
                                    NAServerLocations routeSeedPoints,
                                    NAServerLocations routeZones,
                                    NAServerLocations routeRenewals,
                                    NAServerLocations barriers,
                                    NAServerLocations polygonBarriers,
                                    NAServerLocations polylineBarriers,
                                    NAServerLocations breaks,
                                    NAServerLocations specialties,
                                    boolean returnRoutes,
                                    boolean returnOrders,
                                    boolean returnDepots,
                                    boolean returnDepotVisits,
                                    boolean returnBreaks,
                                    boolean returnRouteRenewals,
                                    boolean returnRouteSeedPoints,
                                    boolean returnRouteZones,
                                    boolean returnSpecialties,
                                    boolean returnOrderPairs,
                                    boolean returnBarriers,
                                    Boolean returnPolygonBarriers,
                                    Boolean returnPolylineBarriers,
                                    boolean returnCompactDirections,
                                    String directionsLanguage,
                                    EsriNetworkAttributeUnits directionsLengthUnits,
                                    EsriDirectionsOutputType directionsOutputType,
                                    String directionsStyleName,
                                    String directionsTimeAttributeName,
                                    EsriNAOutputLineType outputLines,
                                    javax.xml.datatype.XMLGregorianCalendar defaultDate,
                                    EsriNetworkAttributeUnits distanceFieldUnits,
                                    double excessTransitTimePenaltyFactor,
                                    double timeWindowViolationPenaltyFactor,
                                    int capacityCount,
                                    boolean generateInternalRouteContext,
                                    EsriNAODCostMatrixType internalODCostMatrixType,
                                    EsriNetworkAttributeUnits timeFieldUnits)
Deprecated. 

NAServerVRPParams constructor.


NAServerVRPParams

public NAServerVRPParams()
NAServerVRPParams default constructor.

Method Detail

getOrders

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

Returns:
possible object is NAServerLocations

setOrders

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

Parameters:
value - allowed object is NAServerLocations

getOrderPairs

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

Returns:
possible object is NAServerLocations

setOrderPairs

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

Parameters:
value - allowed object is NAServerLocations

getDepots

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

Returns:
possible object is NAServerLocations

setDepots

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

Parameters:
value - allowed object is NAServerLocations

getRoutes

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

Returns:
possible object is NAServerLocations

setRoutes

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

Parameters:
value - allowed object is NAServerLocations

getRouteSeedPoints

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

Returns:
possible object is NAServerLocations

setRouteSeedPoints

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

Parameters:
value - allowed object is NAServerLocations

getRouteZones

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

Returns:
possible object is NAServerLocations

setRouteZones

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

Parameters:
value - allowed object is NAServerLocations

getRouteRenewals

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

Returns:
possible object is NAServerLocations

setRouteRenewals

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

Parameters:
value - allowed object is NAServerLocations

getBarriers

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

Returns:
possible object is NAServerLocations

setBarriers

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

Parameters:
value - allowed object is NAServerLocations

getPolygonBarriers

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

Returns:
possible object is NAServerLocations

setPolygonBarriers

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

Parameters:
value - allowed object is NAServerLocations

getPolylineBarriers

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

Returns:
possible object is NAServerLocations

setPolylineBarriers

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

Parameters:
value - allowed object is NAServerLocations

getBreaks

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

Returns:
possible object is NAServerLocations

setBreaks

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

Parameters:
value - allowed object is NAServerLocations

getSpecialties

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

Returns:
possible object is NAServerLocations

setSpecialties

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

Parameters:
value - allowed object is NAServerLocations

isReturnRoutes

public boolean isReturnRoutes()
Gets the value of the returnRoutes property.


setReturnRoutes

public void setReturnRoutes(boolean value)
Sets the value of the returnRoutes property.


isReturnOrders

public boolean isReturnOrders()
Gets the value of the returnOrders property.


setReturnOrders

public void setReturnOrders(boolean value)
Sets the value of the returnOrders property.


isReturnDepots

public boolean isReturnDepots()
Gets the value of the returnDepots property.


setReturnDepots

public void setReturnDepots(boolean value)
Sets the value of the returnDepots property.


isReturnDepotVisits

public boolean isReturnDepotVisits()
Gets the value of the returnDepotVisits property.


setReturnDepotVisits

public void setReturnDepotVisits(boolean value)
Sets the value of the returnDepotVisits property.


isReturnBreaks

public boolean isReturnBreaks()
Gets the value of the returnBreaks property.


setReturnBreaks

public void setReturnBreaks(boolean value)
Sets the value of the returnBreaks property.


isReturnRouteRenewals

public boolean isReturnRouteRenewals()
Gets the value of the returnRouteRenewals property.


setReturnRouteRenewals

public void setReturnRouteRenewals(boolean value)
Sets the value of the returnRouteRenewals property.


isReturnRouteSeedPoints

public boolean isReturnRouteSeedPoints()
Gets the value of the returnRouteSeedPoints property.


setReturnRouteSeedPoints

public void setReturnRouteSeedPoints(boolean value)
Sets the value of the returnRouteSeedPoints property.


isReturnRouteZones

public boolean isReturnRouteZones()
Gets the value of the returnRouteZones property.


setReturnRouteZones

public void setReturnRouteZones(boolean value)
Sets the value of the returnRouteZones property.


isReturnSpecialties

public boolean isReturnSpecialties()
Gets the value of the returnSpecialties property.


setReturnSpecialties

public void setReturnSpecialties(boolean value)
Sets the value of the returnSpecialties property.


isReturnOrderPairs

public boolean isReturnOrderPairs()
Gets the value of the returnOrderPairs property.


setReturnOrderPairs

public void setReturnOrderPairs(boolean value)
Sets the value of the returnOrderPairs property.


isReturnBarriers

public boolean isReturnBarriers()
Gets the value of the returnBarriers property.


setReturnBarriers

public void setReturnBarriers(boolean value)
Sets the value of the returnBarriers property.


getReturnPolygonBarriers

public Boolean getReturnPolygonBarriers()
Gets the value of the returnPolygonBarriers property.

Returns:
possible object is Boolean

isReturnPolygonBarriers

public Boolean isReturnPolygonBarriers()

setReturnPolygonBarriers

public void setReturnPolygonBarriers(Boolean value)
Sets the value of the returnPolygonBarriers property.

Parameters:
value - allowed object is Boolean

getReturnPolylineBarriers

public Boolean getReturnPolylineBarriers()
Gets the value of the returnPolylineBarriers property.

Returns:
possible object is Boolean

isReturnPolylineBarriers

public Boolean isReturnPolylineBarriers()

setReturnPolylineBarriers

public void setReturnPolylineBarriers(Boolean value)
Sets the value of the returnPolylineBarriers property.

Parameters:
value - allowed object is Boolean

isReturnCompactDirections

public boolean isReturnCompactDirections()
Gets the value of the returnCompactDirections property.


setReturnCompactDirections

public void setReturnCompactDirections(boolean value)
Sets the value of the returnCompactDirections property.


getDirectionsLanguage

public String getDirectionsLanguage()
Gets the value of the directionsLanguage property.

Returns:
possible object is String

setDirectionsLanguage

public void setDirectionsLanguage(String value)
Sets the value of the directionsLanguage property.

Parameters:
value - allowed object is String

getDirectionsLengthUnits

public EsriNetworkAttributeUnits getDirectionsLengthUnits()
Gets the value of the directionsLengthUnits property.

Returns:
possible object is EsriNetworkAttributeUnits

setDirectionsLengthUnits

public void setDirectionsLengthUnits(EsriNetworkAttributeUnits value)
Sets the value of the directionsLengthUnits property.

Parameters:
value - allowed object is EsriNetworkAttributeUnits

getDirectionsOutputType

public EsriDirectionsOutputType getDirectionsOutputType()
Gets the value of the directionsOutputType property.

Returns:
possible object is EsriDirectionsOutputType

setDirectionsOutputType

public void setDirectionsOutputType(EsriDirectionsOutputType value)
Sets the value of the directionsOutputType property.

Parameters:
value - allowed object is EsriDirectionsOutputType

getDirectionsStyleName

public String getDirectionsStyleName()
Gets the value of the directionsStyleName property.

Returns:
possible object is String

setDirectionsStyleName

public void setDirectionsStyleName(String value)
Sets the value of the directionsStyleName property.

Parameters:
value - allowed object is String

getDirectionsTimeAttributeName

public String getDirectionsTimeAttributeName()
Gets the value of the directionsTimeAttributeName property.

Returns:
possible object is String

setDirectionsTimeAttributeName

public void setDirectionsTimeAttributeName(String value)
Sets the value of the directionsTimeAttributeName property.

Parameters:
value - allowed object is String

getOutputLines

public EsriNAOutputLineType getOutputLines()
Gets the value of the outputLines property.

Returns:
possible object is EsriNAOutputLineType

setOutputLines

public void setOutputLines(EsriNAOutputLineType value)
Sets the value of the outputLines property.

Parameters:
value - allowed object is EsriNAOutputLineType

getDefaultDate

public javax.xml.datatype.XMLGregorianCalendar getDefaultDate()
Gets the value of the defaultDate property.

Returns:
possible object is XMLGregorianCalendar

setDefaultDate

public void setDefaultDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the defaultDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getDistanceFieldUnits

public EsriNetworkAttributeUnits getDistanceFieldUnits()
Gets the value of the distanceFieldUnits property.

Returns:
possible object is EsriNetworkAttributeUnits

setDistanceFieldUnits

public void setDistanceFieldUnits(EsriNetworkAttributeUnits value)
Sets the value of the distanceFieldUnits property.

Parameters:
value - allowed object is EsriNetworkAttributeUnits

getExcessTransitTimePenaltyFactor

public double getExcessTransitTimePenaltyFactor()
Gets the value of the excessTransitTimePenaltyFactor property.


setExcessTransitTimePenaltyFactor

public void setExcessTransitTimePenaltyFactor(double value)
Sets the value of the excessTransitTimePenaltyFactor property.


getTimeWindowViolationPenaltyFactor

public double getTimeWindowViolationPenaltyFactor()
Gets the value of the timeWindowViolationPenaltyFactor property.


setTimeWindowViolationPenaltyFactor

public void setTimeWindowViolationPenaltyFactor(double value)
Sets the value of the timeWindowViolationPenaltyFactor property.


getCapacityCount

public int getCapacityCount()
Gets the value of the capacityCount property.


setCapacityCount

public void setCapacityCount(int value)
Sets the value of the capacityCount property.


isGenerateInternalRouteContext

public boolean isGenerateInternalRouteContext()
Gets the value of the generateInternalRouteContext property.


setGenerateInternalRouteContext

public void setGenerateInternalRouteContext(boolean value)
Sets the value of the generateInternalRouteContext property.


getInternalODCostMatrixType

public EsriNAODCostMatrixType getInternalODCostMatrixType()
Gets the value of the internalODCostMatrixType property.

Returns:
possible object is EsriNAODCostMatrixType

setInternalODCostMatrixType

public void setInternalODCostMatrixType(EsriNAODCostMatrixType value)
Sets the value of the internalODCostMatrixType property.

Parameters:
value - allowed object is EsriNAODCostMatrixType

getTimeFieldUnits

public EsriNetworkAttributeUnits getTimeFieldUnits()
Gets the value of the timeFieldUnits property.

Returns:
possible object is EsriNetworkAttributeUnits

setTimeFieldUnits

public void setTimeFieldUnits(EsriNetworkAttributeUnits value)
Sets the value of the timeFieldUnits property.

Parameters:
value - allowed object is EsriNetworkAttributeUnits