|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.NAStreetDirections
public class NAStreetDirections
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>
| 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 |
|---|
@Deprecated
public NAStreetDirections(int routeID,
String routeName,
NAStreetDirection summary,
NAStreetDirection[] directions,
String[] stopNames)
public NAStreetDirections()
| Method Detail |
|---|
public int getRouteID()
public void setRouteID(int value)
public String getRouteName()
Stringpublic void setRouteName(String value)
value - allowed object is
Stringpublic NAStreetDirection getSummary()
NAStreetDirectionpublic void setSummary(NAStreetDirection value)
value - allowed object is
NAStreetDirectionpublic NAStreetDirection[] getDirections()
[] public void setDirections(NAStreetDirection[] value)
value - allowed object is
[] public String[] getStopNames()
[] public void setStopNames(String[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||