Class Stop

All Implemented Interfaces:
Serializable, HasExtensions, StopLocation

public final class Stop extends IdentityBean<AgencyAndId> implements StopLocation
See Also:
  • Field Details

  • Constructor Details

    • Stop

      public Stop()
    • Stop

      public Stop(Stop obj)
  • Method Details

    • getId

      public AgencyAndId getId()
      Specified by:
      getId in interface StopLocation
      Specified by:
      getId in class IdentityBean<AgencyAndId>
    • setId

      public void setId(AgencyAndId id)
      Specified by:
      setId in interface StopLocation
      Specified by:
      setId in class IdentityBean<AgencyAndId>
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getName

      public String getName()
      Specified by:
      getName in interface StopLocation
    • setName

      public void setName(String name)
      Specified by:
      setName in interface StopLocation
    • 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)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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)