com.esri.arcgisws
Class NACompactStreetDirections

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

public class NACompactStreetDirections
extends Object
implements Serializable

Java class for NACompactStreetDirections complex type.

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

 <complexType name="NACompactStreetDirections">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RouteID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="RouteName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Summary" type="{http://www.esri.com/schemas/ArcGIS/10.0}NACompactStreetDirectionSummary"/>
         <element name="Directions" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfNACompactStreetDirection"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
NACompactStreetDirections()
          NACompactStreetDirections default constructor.
NACompactStreetDirections(int routeID, String routeName, NACompactStreetDirectionSummary summary, NACompactStreetDirection[] directions)
          Deprecated. 
 
Method Summary
 NACompactStreetDirection[] getDirections()
          Gets the value of the directions property.
 int getRouteID()
          Gets the value of the routeID property.
 String getRouteName()
          Gets the value of the routeName property.
 NACompactStreetDirectionSummary getSummary()
          Gets the value of the summary property.
 void setDirections(NACompactStreetDirection[] value)
          Sets the value of the directions property.
 void setRouteID(int value)
          Sets the value of the routeID property.
 void setRouteName(String value)
          Sets the value of the routeName property.
 void setSummary(NACompactStreetDirectionSummary value)
          Sets the value of the summary property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NACompactStreetDirections

@Deprecated
public NACompactStreetDirections(int routeID,
                                            String routeName,
                                            NACompactStreetDirectionSummary summary,
                                            NACompactStreetDirection[] directions)
Deprecated. 

NACompactStreetDirections constructor.


NACompactStreetDirections

public NACompactStreetDirections()
NACompactStreetDirections default constructor.

Method Detail

getRouteID

public int getRouteID()
Gets the value of the routeID property.


setRouteID

public void setRouteID(int value)
Sets the value of the routeID property.


getRouteName

public String getRouteName()
Gets the value of the routeName property.

Returns:
possible object is String

setRouteName

public void setRouteName(String value)
Sets the value of the routeName property.

Parameters:
value - allowed object is String

getSummary

public NACompactStreetDirectionSummary getSummary()
Gets the value of the summary property.

Returns:
possible object is NACompactStreetDirectionSummary

setSummary

public void setSummary(NACompactStreetDirectionSummary value)
Sets the value of the summary property.

Parameters:
value - allowed object is NACompactStreetDirectionSummary

getDirections

public NACompactStreetDirection[] getDirections()
Gets the value of the directions property.

Returns:
possible object is []

setDirections

public void setDirections(NACompactStreetDirection[] value)
Sets the value of the directions property.

Parameters:
value - allowed object is []