Package org.onebusaway.gtfs.model
Class Stop
- All Implemented Interfaces:
Serializable,HasExtensions,StopLocation
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclearLat()voidclearLon()voidgetCode()getDesc()getId()doublegetLat()getLevel()intdoublegetLon()getName()intgetUrl()intintbooleanisLatSet()booleanisLonSet()booleanvoidvoidvoidsetDirection(String direction) voidsetId(AgencyAndId id) voidsetLat(double lat) voidvoidsetLocationType(int locationType) voidsetLon(double lon) voidsetMtaStopId(String mtaStopId) voidvoidsetParentStation(String parentStation) voidsetPlatformCode(String platformCode) voidsetRegionalFareCardAccepted(int regionalFareCardAccepted) voidsetTimezone(String timezone) voidsetTtsStopName(String ttsStopName) voidvoidsetVehicleType(int vehicleType) voidsetWheelchairBoarding(int wheelchairBoarding) voidtoString()Methods inherited from class org.onebusaway.gtfs.model.IdentityBean
equals, getExtension, hashCode, putExtension
-
Field Details
-
LOCATION_TYPE_STOP
public static final int LOCATION_TYPE_STOP- See Also:
-
LOCATION_TYPE_STATION
public static final int LOCATION_TYPE_STATION- See Also:
-
LOCATION_TYPE_ENTRANCE_EXIT
public static final int LOCATION_TYPE_ENTRANCE_EXIT- See Also:
-
LOCATION_TYPE_NODE
public static final int LOCATION_TYPE_NODE- See Also:
-
LOCATION_TYPE_BOARDING_AREA
public static final int LOCATION_TYPE_BOARDING_AREA- See Also:
-
-
Constructor Details
-
Stop
public Stop() -
Stop
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceStopLocation- Specified by:
getIdin classIdentityBean<AgencyAndId>
-
setId
- Specified by:
setIdin interfaceStopLocation- Specified by:
setIdin classIdentityBean<AgencyAndId>
-
getCode
-
setCode
-
getName
- Specified by:
getNamein interfaceStopLocation
-
setName
- Specified by:
setNamein interfaceStopLocation
-
getDesc
-
setDesc
-
isLatSet
public boolean isLatSet() -
getLat
public double getLat() -
setLat
public void setLat(double lat) -
clearLat
public void clearLat() -
isLonSet
public boolean isLonSet() -
getLon
public double getLon() -
setLon
public void setLon(double lon) -
clearLon
public void clearLon() -
getZoneId
-
setZoneId
-
getUrl
-
setUrl
-
getLocationType
public int getLocationType() -
setLocationType
public void setLocationType(int locationType) -
getParentStation
-
setParentStation
-
toString
-
setWheelchairBoarding
public void setWheelchairBoarding(int wheelchairBoarding) -
getWheelchairBoarding
public int getWheelchairBoarding() -
getDirection
-
setDirection
-
getTimezone
-
setTimezone
-
isVehicleTypeSet
public boolean isVehicleTypeSet() -
getVehicleType
public int getVehicleType() -
setVehicleType
public void setVehicleType(int vehicleType) -
clearVehicleType
public void clearVehicleType() -
getPlatformCode
-
setPlatformCode
-
getLevel
-
setLevel
-
getMtaStopId
-
setMtaStopId
-
getRegionalFareCardAccepted
public int getRegionalFareCardAccepted() -
setRegionalFareCardAccepted
public void setRegionalFareCardAccepted(int regionalFareCardAccepted) -
getTtsStopName
-
setTtsStopName
-