org.onebusaway.transit_data.model.blocks
Class BlockStopTimeBean

java.lang.Object
  extended by org.onebusaway.transit_data.model.blocks.BlockStopTimeBean
All Implemented Interfaces:
Serializable

public class BlockStopTimeBean
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

BlockStopTimeBean

public BlockStopTimeBean()
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 StopTimeBean getStopTime()

setStopTime

public void setStopTime(StopTimeBean stopTime)


Copyright © 2012 OneBusAway. All Rights Reserved.