Package org.onebusaway.gtfs.model
Class StopAreaElement
- java.lang.Object
-
- org.onebusaway.gtfs.model.IdentityBean<AgencyAndId>
-
- org.onebusaway.gtfs.model.StopAreaElement
-
- All Implemented Interfaces:
Serializable,org.onebusaway.csv_entities.HasExtensions
public final class StopAreaElement extends IdentityBean<AgencyAndId>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StopAreaElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AreagetArea()AgencyAndIdgetId()StopLocationgetStopLocation()voidsetArea(Area area)voidsetId(AgencyAndId id)voidsetStopLocation(StopLocation stopLocation)-
Methods inherited from class org.onebusaway.gtfs.model.IdentityBean
equals, getExtension, hashCode, putExtension
-
-
-
-
Method Detail
-
setArea
public void setArea(Area area)
-
getArea
public Area getArea()
-
getId
public AgencyAndId getId()
- Specified by:
getIdin classIdentityBean<AgencyAndId>
-
setId
public void setId(AgencyAndId id)
- Specified by:
setIdin classIdentityBean<AgencyAndId>
-
setStopLocation
public void setStopLocation(StopLocation stopLocation)
-
getStopLocation
public StopLocation getStopLocation()
-
-