org.onebusaway.api.model.transit.blocks
Class BlockTripV2Bean

java.lang.Object
  extended by org.onebusaway.api.model.transit.blocks.BlockTripV2Bean

public class BlockTripV2Bean
extends Object


Constructor Summary
BlockTripV2Bean()
           
 
Method Summary
 int getAccumulatedSlackTime()
           
 List<BlockStopTimeV2Bean> getBlockStopTimes()
           
 double getDistanceAlongBlock()
           
 String getTripId()
           
 void setAccumulatedSlackTime(int accumulatedSlackTime)
           
 void setBlockStopTimes(List<BlockStopTimeV2Bean> blockStopTimes)
           
 void setDistanceAlongBlock(double distanceAlongBlock)
           
 void setTripId(String tripId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockTripV2Bean

public BlockTripV2Bean()
Method Detail

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.