org.onebusaway.transit_data.model
Class StopSequenceBlockBean
java.lang.Object
org.onebusaway.transit_data.model.ApplicationBean
org.onebusaway.transit_data.model.StopSequenceBlockBean
- All Implemented Interfaces:
- Serializable
public class StopSequenceBlockBean
- extends ApplicationBean
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StopSequenceBlockBean
public StopSequenceBlockBean()
getId
public String getId()
setId
public void setId(String id)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getRoute
public RouteBean getRoute()
setRoute
public void setRoute(RouteBean route)
getStartLat
public double getStartLat()
setStartLat
public void setStartLat(double startLat)
getStartLon
public double getStartLon()
setStartLon
public void setStartLon(double startLon)
getEndLat
public double getEndLat()
setEndLat
public void setEndLat(double endLat)
getEndLon
public double getEndLon()
setEndLon
public void setEndLon(double endLon)
getPaths
public List<PathBean> getPaths()
setPaths
public void setPaths(List<PathBean> paths)
getStops
public List<StopBean> getStops()
setStops
public void setStops(List<StopBean> stops)
Copyright © 2012 OneBusAway. All Rights Reserved.