org.onebusaway.transit_data_federation.model.narrative
Class StopNarrative

java.lang.Object
  extended by 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

Nested Class Summary
static class StopNarrative.Builder
           
 
Method Summary
static StopNarrative.Builder builder()
           
 String getCode()
           
 String getDescription()
           
 String getDirection()
           
 int getLocationType()
           
 String getName()
           
 String getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.