org.onebusaway.api.model.transit.realtime
Class CurrentVehicleEstimateV2Bean

java.lang.Object
  extended by org.onebusaway.api.model.transit.realtime.CurrentVehicleEstimateV2Bean
All Implemented Interfaces:
Serializable

public class CurrentVehicleEstimateV2Bean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CurrentVehicleEstimateV2Bean()
           
 
Method Summary
 String getDebug()
           
 double getProbability()
           
 TripStatusV2Bean getTripStatus()
           
 void setDebug(String debug)
           
 void setProbability(double probability)
           
 void setTripStatus(TripStatusV2Bean tripStatus)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentVehicleEstimateV2Bean

public CurrentVehicleEstimateV2Bean()
Method Detail

getProbability

public double getProbability()

setProbability

public void setProbability(double probability)

getTripStatus

public TripStatusV2Bean getTripStatus()

setTripStatus

public void setTripStatus(TripStatusV2Bean tripStatus)

getDebug

public String getDebug()

setDebug

public void setDebug(String debug)


Copyright © 2012 OneBusAway. All Rights Reserved.