com.esri.arcgisws
Class NAStreetDirections

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

public class NAStreetDirections
extends Object
implements Serializable

Java class for NAStreetDirections complex type.

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

 <complexType name="NAStreetDirections">
   <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}NAStreetDirection"/>
         <element name="Directions" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfNAStreetDirection"/>
         <element name="StopNames" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfString"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
NAStreetDirections()
          NAStreetDirections default constructor.
NAStreetDirections(int routeID, String routeName, NAStreetDirection summary, NAStreetDirection[] directions, String[] stopNames)
          Deprecated. 
 
Method Summary
 NAStreetDirection[] 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.
 String[] getStopNames()
          Gets the value of the stopNames property.
 NAStreetDirection getSummary()
          Gets the value of the summary property.
 void setDirections(NAStreetDirection[] 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 setStopNames(String[] value)
          Sets the value of the stopNames property.
 void setSummary(NAStreetDirection 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

NAStreetDirections

@Deprecated
public NAStreetDirections(int routeID,
                                     String routeName,
                                     NAStreetDirection summary,
                                     NAStreetDirection[] directions,
                                     String[] stopNames)
Deprecated. 

NAStreetDirections constructor.


NAStreetDirections

public NAStreetDirections()
NAStreetDirections 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 NAStreetDirection getSummary()
Gets the value of the summary property.

Returns:
possible object is NAStreetDirection

setSummary

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

Parameters:
value - allowed object is NAStreetDirection

getDirections

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

Returns:
possible object is []

setDirections

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

Parameters:
value - allowed object is []

getStopNames

public String[] getStopNames()
Gets the value of the stopNames property.

Returns:
possible object is []

setStopNames

public void setStopNames(String[] value)
Sets the value of the stopNames property.

Parameters:
value - allowed object is []