org.onebusaway.api.model.transit.service_alerts
Class SituationAffectsV2Bean

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

public final class SituationAffectsV2Bean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SituationAffectsV2Bean()
           
 
Method Summary
 String getAgencyId()
           
 String getApplicationId()
           
 String getDirectionId()
           
 String getRouteId()
           
 String getStopId()
           
 String getTripId()
           
 void setAgencyId(String agencyId)
           
 void setApplicationId(String applicationId)
           
 void setDirectionId(String directionId)
           
 void setRouteId(String routeId)
           
 void setStopId(String stopId)
           
 void setTripId(String tripId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SituationAffectsV2Bean

public SituationAffectsV2Bean()
Method Detail

getAgencyId

public String getAgencyId()

setAgencyId

public void setAgencyId(String agencyId)

getRouteId

public String getRouteId()

setRouteId

public void setRouteId(String routeId)

getDirectionId

public String getDirectionId()

setDirectionId

public void setDirectionId(String directionId)

getTripId

public String getTripId()

setTripId

public void setTripId(String tripId)

getStopId

public String getStopId()

setStopId

public void setStopId(String stopId)

getApplicationId

public String getApplicationId()

setApplicationId

public void setApplicationId(String applicationId)


Copyright © 2012 OneBusAway. All Rights Reserved.