Package org.onebusaway.api.model.transit.service_alerts

Examples of org.onebusaway.api.model.transit.service_alerts.SituationAffectsV2Bean


    return bean;
  }

  public SituationAffectsV2Bean getSituationAffects(SituationAffectsBean affects) {

    SituationAffectsV2Bean bean = new SituationAffectsV2Bean();
    bean.setAgencyId(affects.getAgencyId());
    bean.setApplicationId(affects.getApplicationId());
    bean.setDirectionId(affects.getDirectionId());
    bean.setRouteId(affects.getRouteId());
    bean.setStopId(affects.getStopId());
    bean.setTripId(affects.getTripId());

    return bean;
  }
View Full Code Here

TOP

Related Classes of org.onebusaway.api.model.transit.service_alerts.SituationAffectsV2Bean

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.