org.onebusaway.transit_data.model.blocks
Class ScheduledBlockLocationBean
java.lang.Object
org.onebusaway.transit_data.model.blocks.ScheduledBlockLocationBean
- All Implemented Interfaces:
- Serializable
public class ScheduledBlockLocationBean
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScheduledBlockLocationBean
public ScheduledBlockLocationBean()
getActiveTrip
public BlockTripBean getActiveTrip()
setActiveTrip
public void setActiveTrip(BlockTripBean activeTrip)
getScheduledTime
public int getScheduledTime()
setScheduledTime
public void setScheduledTime(int scheduledTime)
getLocation
public CoordinatePoint getLocation()
setLocation
public void setLocation(CoordinatePoint location)
getDistanceAlongBlock
public double getDistanceAlongBlock()
setDistanceAlongBlock
public void setDistanceAlongBlock(double distanceAlongBlock)
isInService
public boolean isInService()
setInService
public void setInService(boolean inService)
getStopTimeIndex
public int getStopTimeIndex()
setStopTimeIndex
public void setStopTimeIndex(int stopTimeIndex)
Copyright © 2012 OneBusAway. All Rights Reserved.