Package org.onebusaway.gtfs.model
Class StopArea
- All Implemented Interfaces:
Serializable,HasExtensions,StopLocation
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLocation(StopLocation location) getId()getName()voidvoidsetId(AgencyAndId id) voidMethods inherited from class org.onebusaway.gtfs.model.IdentityBean
equals, getExtension, hashCode, putExtension
-
Constructor Details
-
StopArea
public StopArea()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceStopLocation- Specified by:
getIdin classIdentityBean<AgencyAndId>
-
setId
- Specified by:
setIdin interfaceStopLocation- Specified by:
setIdin classIdentityBean<AgencyAndId>
-
setArea
-
getLocations
-
addLocation
-
getName
- Specified by:
getNamein interfaceStopLocation
-
setName
- Specified by:
setNamein interfaceStopLocation
-