org.onebusaway.transit_data_federation.model.narrative
Class StopNarrative
java.lang.Object
org.onebusaway.transit_data_federation.model.narrative.StopNarrative
- All Implemented Interfaces:
- Serializable
public final class StopNarrative
- extends Object
- implements Serializable
Stop narrative information. Really only includes the direction of travel /
orientation a stop relative to the street.
- Author:
- bdferris
- See Also:
Stop
,
NarrativeService
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
builder
public static StopNarrative.Builder builder()
getCode
public String getCode()
getName
public String getName()
getDescription
public String getDescription()
getUrl
public String getUrl()
getLocationType
public int getLocationType()
getDirection
public String getDirection()
Copyright © 2012 OneBusAway. All Rights Reserved.