com.esri.arcgisws
Class NACompactStreetDirectionSummary

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

public class NACompactStreetDirectionSummary
extends Object
implements Serializable

Java class for NACompactStreetDirectionSummary complex type.

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

 <complexType name="NACompactStreetDirectionSummary">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TotalLength" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="TotalTime" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="TotalDriveTime" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="Envelope" type="{http://www.esri.com/schemas/ArcGIS/10.0}Envelope"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
NACompactStreetDirectionSummary()
          NACompactStreetDirectionSummary default constructor.
NACompactStreetDirectionSummary(double totalLength, double totalTime, double totalDriveTime, Envelope envelope)
          Deprecated. 
 
Method Summary
 Envelope getEnvelope()
          Gets the value of the envelope property.
 double getTotalDriveTime()
          Gets the value of the totalDriveTime property.
 double getTotalLength()
          Gets the value of the totalLength property.
 double getTotalTime()
          Gets the value of the totalTime property.
 void setEnvelope(Envelope value)
          Sets the value of the envelope property.
 void setTotalDriveTime(double value)
          Sets the value of the totalDriveTime property.
 void setTotalLength(double value)
          Sets the value of the totalLength property.
 void setTotalTime(double value)
          Sets the value of the totalTime property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NACompactStreetDirectionSummary

@Deprecated
public NACompactStreetDirectionSummary(double totalLength,
                                                  double totalTime,
                                                  double totalDriveTime,
                                                  Envelope envelope)
Deprecated. 

NACompactStreetDirectionSummary constructor.


NACompactStreetDirectionSummary

public NACompactStreetDirectionSummary()
NACompactStreetDirectionSummary default constructor.

Method Detail

getTotalLength

public double getTotalLength()
Gets the value of the totalLength property.


setTotalLength

public void setTotalLength(double value)
Sets the value of the totalLength property.


getTotalTime

public double getTotalTime()
Gets the value of the totalTime property.


setTotalTime

public void setTotalTime(double value)
Sets the value of the totalTime property.


getTotalDriveTime

public double getTotalDriveTime()
Gets the value of the totalDriveTime property.


setTotalDriveTime

public void setTotalDriveTime(double value)
Sets the value of the totalDriveTime property.


getEnvelope

public Envelope getEnvelope()
Gets the value of the envelope property.

Returns:
possible object is Envelope

setEnvelope

public void setEnvelope(Envelope value)
Sets the value of the envelope property.

Parameters:
value - allowed object is Envelope