org.onebusaway.transit_data.model
Class StopSequenceBlockBean

java.lang.Object
  extended by org.onebusaway.transit_data.model.ApplicationBean
      extended by org.onebusaway.transit_data.model.StopSequenceBlockBean
All Implemented Interfaces:
Serializable

public class StopSequenceBlockBean
extends ApplicationBean

See Also:
Serialized Form

Constructor Summary
StopSequenceBlockBean()
           
 
Method Summary
 String getDescription()
           
 double getEndLat()
           
 double getEndLon()
           
 String getId()
           
 List<PathBean> getPaths()
           
 RouteBean getRoute()
           
 double getStartLat()
           
 double getStartLon()
           
 List<StopBean> getStops()
           
 void setDescription(String description)
           
 void setEndLat(double endLat)
           
 void setEndLon(double endLon)
           
 void setId(String id)
           
 void setPaths(List<PathBean> paths)
           
 void setRoute(RouteBean route)
           
 void setStartLat(double startLat)
           
 void setStartLon(double startLon)
           
 void setStops(List<StopBean> stops)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopSequenceBlockBean

public StopSequenceBlockBean()
Method Detail

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.