org.onebusaway.transit_data.model
public class StopSequenceBean extends Object implements Serializable
Constructor and Description |
---|
StopSequenceBean() |
Modifier and Type | Method and Description |
---|---|
String |
getDirectionId() |
int |
getId() |
PathBean |
getPath() |
List<StopBean> |
getStops() |
int |
getTripCount() |
void |
setDirectionId(String directionId) |
void |
setId(int id) |
void |
setPath(PathBean path) |
void |
setStops(List<StopBean> stops) |
void |
setTripCount(int tripCount) |
public int getId()
public void setId(int id)
public PathBean getPath()
public void setPath(PathBean path)
public String getDirectionId()
public void setDirectionId(String directionId)
public int getTripCount()
public void setTripCount(int tripCount)
Copyright © 2014 OneBusAway. All Rights Reserved.