org.onebusaway.api.model.transit.blocks
Class BlockTripV2Bean
java.lang.Object
org.onebusaway.api.model.transit.blocks.BlockTripV2Bean
public class BlockTripV2Bean
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlockTripV2Bean
public BlockTripV2Bean()
getTripId
public String getTripId()
setTripId
public void setTripId(String tripId)
getBlockStopTimes
public List<BlockStopTimeV2Bean> getBlockStopTimes()
setBlockStopTimes
public void setBlockStopTimes(List<BlockStopTimeV2Bean> blockStopTimes)
getAccumulatedSlackTime
public int getAccumulatedSlackTime()
setAccumulatedSlackTime
public void setAccumulatedSlackTime(int accumulatedSlackTime)
getDistanceAlongBlock
public double getDistanceAlongBlock()
setDistanceAlongBlock
public void setDistanceAlongBlock(double distanceAlongBlock)
Copyright © 2012 OneBusAway. All Rights Reserved.