Package org.onebusaway.gtfs.model
Class Stop
- java.lang.Object
-
- org.onebusaway.gtfs.model.IdentityBean<AgencyAndId>
-
- org.onebusaway.gtfs.model.Stop
-
- All Implemented Interfaces:
Serializable,org.onebusaway.csv_entities.HasExtensions,StopLocation
public final class Stop extends IdentityBean<AgencyAndId> implements StopLocation
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intLOCATION_TYPE_BOARDING_AREAstatic intLOCATION_TYPE_ENTRANCE_EXITstatic intLOCATION_TYPE_NODEstatic intLOCATION_TYPE_STATIONstatic intLOCATION_TYPE_STOP
-
Method Summary
-
Methods inherited from class org.onebusaway.gtfs.model.IdentityBean
equals, getExtension, hashCode, putExtension
-
-
-
-
Field Detail
-
LOCATION_TYPE_STOP
public static final int LOCATION_TYPE_STOP
- See Also:
- Constant Field Values
-
LOCATION_TYPE_STATION
public static final int LOCATION_TYPE_STATION
- See Also:
- Constant Field Values
-
LOCATION_TYPE_ENTRANCE_EXIT
public static final int LOCATION_TYPE_ENTRANCE_EXIT
- See Also:
- Constant Field Values
-
LOCATION_TYPE_NODE
public static final int LOCATION_TYPE_NODE
- See Also:
- Constant Field Values
-
LOCATION_TYPE_BOARDING_AREA
public static final int LOCATION_TYPE_BOARDING_AREA
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Stop
public Stop()
-
Stop
public Stop(Stop obj)
-
-
Method Detail
-
getId
public AgencyAndId getId()
- Specified by:
getIdin interfaceStopLocation- Specified by:
getIdin classIdentityBean<AgencyAndId>
-
setId
public void setId(AgencyAndId id)
- Specified by:
setIdin interfaceStopLocation- Specified by:
setIdin classIdentityBean<AgencyAndId>
-
getCode
public String getCode()
-
setCode
public void setCode(String code)
-
getName
public String getName()
- Specified by:
getNamein interfaceStopLocation
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceStopLocation
-
getDesc
public String getDesc()
-
setDesc
public void setDesc(String desc)
-
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
public String getZoneId()
-
setZoneId
public void setZoneId(String zoneId)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
getLocationType
public int getLocationType()
-
setLocationType
public void setLocationType(int locationType)
-
getParentStation
public String getParentStation()
-
setParentStation
public void setParentStation(String parentStation)
-
setWheelchairBoarding
public void setWheelchairBoarding(int wheelchairBoarding)
-
getWheelchairBoarding
public int getWheelchairBoarding()
-
getDirection
public String getDirection()
-
setDirection
public void setDirection(String direction)
-
getTimezone
public String getTimezone()
-
setTimezone
public void setTimezone(String timezone)
-
isVehicleTypeSet
public boolean isVehicleTypeSet()
-
getVehicleType
public int getVehicleType()
-
setVehicleType
public void setVehicleType(int vehicleType)
-
clearVehicleType
public void clearVehicleType()
-
getPlatformCode
public String getPlatformCode()
-
setPlatformCode
public void setPlatformCode(String platformCode)
-
getLevel
public Level getLevel()
-
setLevel
public void setLevel(Level level)
-
getMtaStopId
public String getMtaStopId()
-
setMtaStopId
public void setMtaStopId(String mtaStopId)
-
getRegionalFareCardAccepted
public int getRegionalFareCardAccepted()
-
setRegionalFareCardAccepted
public void setRegionalFareCardAccepted(int regionalFareCardAccepted)
-
getTtsStopName
public String getTtsStopName()
-
setTtsStopName
public void setTtsStopName(String ttsStopName)
-
-