Class MTAStation

java.lang.Object
org.onebusaway.gtfs_transformer.csv.MTAStation

public class MTAStation extends Object
Metadata about an MTA Station. See https://new.mta.info/developers/display-elevators-NYCT
  • Field Details

    • ADA_NOT_ACCESSIBLE

      public static final int ADA_NOT_ACCESSIBLE
      See Also:
    • ADA_FULLY_ACCESSIBLE

      public static final int ADA_FULLY_ACCESSIBLE
      See Also:
    • ADA_PARTIALLY_ACCESSIBLE

      public static final int ADA_PARTIALLY_ACCESSIBLE
      See Also:
    • GTFS_WHEELCHAIR_UNKNOWN

      public static final int GTFS_WHEELCHAIR_UNKNOWN
      See Also:
    • GTFS_WHEELCHAIR_ACCESSIBLE

      public static final int GTFS_WHEELCHAIR_ACCESSIBLE
      See Also:
    • GTFS_WHEELCHAIR_NOT_ACCESSIBLE

      public static final int GTFS_WHEELCHAIR_NOT_ACCESSIBLE
      See Also:
    • GTFS_WHEELCHAIR_EXPERIMENTAL_PARTIALLY_ACCESSIBLE

      public static final int GTFS_WHEELCHAIR_EXPERIMENTAL_PARTIALLY_ACCESSIBLE
      See Also:
  • Constructor Details

    • MTAStation

      public MTAStation()
  • Method Details

    • getId

      public int getId()
    • setId

      public void setId(int id)
    • getComplexId

      public int getComplexId()
    • setComplexId

      public void setComplexId(int complexId)
    • getStopId

      public String getStopId()
    • setStopId

      public void setStopId(String stopId)
    • getDivision

      public String getDivision()
    • setDivision

      public void setDivision(String division)
    • getLine

      public String getLine()
    • setLine

      public void setLine(String line)
    • getStopName

      public String getStopName()
    • setStopName

      public void setStopName(String stopName)
    • getBorough

      public String getBorough()
    • setBorough

      public void setBorough(String borough)
    • getDaytimeRoutes

      public String getDaytimeRoutes()
    • setDaytimeRoutes

      public void setDaytimeRoutes(String daytimeRoutes)
    • getStructure

      public String getStructure()
    • setStructure

      public void setStructure(String structure)
    • getLat

      public double getLat()
    • setLat

      public void setLat(double lat)
    • getLon

      public double getLon()
    • setLon

      public void setLon(double lon)
    • getNorthDirection

      public String getNorthDirection()
    • setNorthDirection

      public void setNorthDirection(String northDirection)
    • getSouthDirection

      public String getSouthDirection()
    • setSouthDirection

      public void setSouthDirection(String southDirection)
    • getAda

      public int getAda()
    • setAda

      public void setAda(int ada)
    • getAdaDirectionNotes

      public String getAdaDirectionNotes()
    • setAdaDirectionNotes

      public void setAdaDirectionNotes(String adaDirectionNotes)
    • getAdaNorthBound

      public int getAdaNorthBound()
    • setAdaNorthBound

      public void setAdaNorthBound(int adaNorthBound)
    • getAdaSouthBound

      public int getAdaSouthBound()
    • setAdaSouthBound

      public void setAdaSouthBound(int adaSouthBound)
    • getCapitalOutageNB

      public String getCapitalOutageNB()
    • setCapitalOutageNB

      public void setCapitalOutageNB(String capitalOutageNB)
    • getCapitalOutageSB

      public String getCapitalOutageSB()
    • setCapitalOutageSB

      public void setCapitalOutageSB(String capitalOutageSB)