org.onebusaway.transit_data.model
Class StopGroupBean

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

public class StopGroupBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
StopGroupBean()
           
 
Method Summary
 String getId()
           
 NameBean getName()
           
 List<EncodedPolylineBean> getPolylines()
           
 List<String> getStopIds()
           
 List<StopGroupBean> getSubGroups()
           
 void setId(String id)
           
 void setName(NameBean names)
           
 void setPolylines(List<EncodedPolylineBean> polylines)
           
 void setStopIds(List<String> stopIds)
           
 void setSubGroups(List<StopGroupBean> subGroups)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopGroupBean

public StopGroupBean()
Method Detail

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.