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

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

public class BlockStopTimeV2Bean
extends Object


Constructor Summary
BlockStopTimeV2Bean()
           
 
Method Summary
 double getAccumulatedSlackTime()
           
 int getBlockSequence()
           
 double getDistanceAlongBlock()
           
 StopTimeV2Bean getStopTime()
           
 void setAccumulatedSlackTime(double accumulatedSlackTime)
           
 void setBlockSequence(int blockSequence)
           
 void setDistanceAlongBlock(double distanceAlongBlock)
           
 void setStopTime(StopTimeV2Bean stopTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockStopTimeV2Bean

public BlockStopTimeV2Bean()
Method Detail

getBlockSequence

public int getBlockSequence()

setBlockSequence

public void setBlockSequence(int blockSequence)

getDistanceAlongBlock

public double getDistanceAlongBlock()

setDistanceAlongBlock

public void setDistanceAlongBlock(double distanceAlongBlock)

getAccumulatedSlackTime

public double getAccumulatedSlackTime()

setAccumulatedSlackTime

public void setAccumulatedSlackTime(double accumulatedSlackTime)

getStopTime

public StopTimeV2Bean getStopTime()

setStopTime

public void setStopTime(StopTimeV2Bean stopTime)


Copyright © 2012 OneBusAway. All Rights Reserved.