org.onebusaway.transit_data.model
Class StopGroupBean
java.lang.Object
org.onebusaway.transit_data.model.StopGroupBean
- All Implemented Interfaces:
- Serializable
public class StopGroupBean
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StopGroupBean
public StopGroupBean()
getId
public String getId()
setId
public void setId(String id)
getName
public NameBean getName()
setName
public void setName(NameBean names)
getStopIds
public List<String> getStopIds()
setStopIds
public void setStopIds(List<String> stopIds)
getSubGroups
public List<StopGroupBean> getSubGroups()
setSubGroups
public void setSubGroups(List<StopGroupBean> subGroups)
getPolylines
public List<EncodedPolylineBean> getPolylines()
setPolylines
public void setPolylines(List<EncodedPolylineBean> polylines)
Copyright © 2012 OneBusAway. All Rights Reserved.