Package org.onebusaway.gtfs.model
Class Pathway
- java.lang.Object
-
- org.onebusaway.gtfs.model.IdentityBean<AgencyAndId>
-
- org.onebusaway.gtfs.model.Pathway
-
- All Implemented Interfaces:
Serializable,org.onebusaway.csv_entities.HasExtensions
public final class Pathway extends IdentityBean<AgencyAndId>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intMODE_ELEVATORstatic intMODE_ESCALATORstatic intMODE_EXIT_GATEstatic intMODE_FAREGATEstatic intMODE_LINKDeprecated.static intMODE_MOVING_SIDEWALKstatic intMODE_STAIRSstatic intMODE_WALKWAY
-
Constructor Summary
Constructors Constructor Description Pathway()
-
Method Summary
-
Methods inherited from class org.onebusaway.gtfs.model.IdentityBean
equals, getExtension, hashCode, putExtension
-
-
-
-
Field Detail
-
MODE_LINK
@Deprecated public static final int MODE_LINK
Deprecated.- See Also:
- Constant Field Values
-
MODE_WALKWAY
public static final int MODE_WALKWAY
- See Also:
- Constant Field Values
-
MODE_STAIRS
public static final int MODE_STAIRS
- See Also:
- Constant Field Values
-
MODE_MOVING_SIDEWALK
public static final int MODE_MOVING_SIDEWALK
- See Also:
- Constant Field Values
-
MODE_ESCALATOR
public static final int MODE_ESCALATOR
- See Also:
- Constant Field Values
-
MODE_ELEVATOR
public static final int MODE_ELEVATOR
- See Also:
- Constant Field Values
-
MODE_FAREGATE
public static final int MODE_FAREGATE
- See Also:
- Constant Field Values
-
MODE_EXIT_GATE
public static final int MODE_EXIT_GATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
public AgencyAndId getId()
- Specified by:
getIdin classIdentityBean<AgencyAndId>
-
setId
public void setId(AgencyAndId id)
- Specified by:
setIdin classIdentityBean<AgencyAndId>
-
setFromStop
public void setFromStop(Stop fromStop)
-
getFromStop
public Stop getFromStop()
-
setToStop
public void setToStop(Stop toStop)
-
getToStop
public Stop getToStop()
-
getPathwayMode
public int getPathwayMode()
-
setPathwayMode
public void setPathwayMode(int pathwayMode)
-
isTraversalTimeSet
public boolean isTraversalTimeSet()
-
setTraversalTime
public void setTraversalTime(int traversalTime)
-
getTraversalTime
public int getTraversalTime()
-
clearTraversalTime
public void clearTraversalTime()
-
getIsBidirectional
public int getIsBidirectional()
-
setIsBidirectional
public void setIsBidirectional(int isBidirectional)
-
isLengthSet
public boolean isLengthSet()
-
getLength
public double getLength()
-
setLength
public void setLength(double length)
-
clearLength
public void clearLength()
-
isStairCountSet
public boolean isStairCountSet()
-
getStairCount
public int getStairCount()
-
setStairCount
public void setStairCount(int stairCount)
-
clearStairCount
public void clearStairCount()
-
isMaxSlopeSet
public boolean isMaxSlopeSet()
-
getMaxSlope
public double getMaxSlope()
-
setMaxSlope
public void setMaxSlope(double maxSlope)
-
clearMaxSlope
public void clearMaxSlope()
-
isMinWidthSet
public boolean isMinWidthSet()
-
getMinWidth
public double getMinWidth()
-
setMinWidth
public void setMinWidth(double minWidth)
-
clearMinWidth
public void clearMinWidth()
-
isIsAccessibleSet
public boolean isIsAccessibleSet()
-
getIsAccessible
public int getIsAccessible()
-
setIsAccessible
public void setIsAccessible(int v)
-
clearIsAccessible
public void clearIsAccessible()
-
getSignpostedAs
public String getSignpostedAs()
-
setSignpostedAs
public void setSignpostedAs(String signpostedAs)
-
getReversedSignpostedAs
public String getReversedSignpostedAs()
-
setReversedSignpostedAs
public void setReversedSignpostedAs(String reversedSignpostedAs)
-
setWheelchairTraversalTime
@Deprecated public void setWheelchairTraversalTime(int wheelchairTraversalTime)
Deprecated.
-
getWheelchairTraversalTime
@Deprecated public int getWheelchairTraversalTime()
Deprecated.
-
isWheelchairTraversalTimeSet
@Deprecated public boolean isWheelchairTraversalTimeSet()
Deprecated.
-
clearWheelchairTraversalTime
@Deprecated public void clearWheelchairTraversalTime()
Deprecated.
-
getPathwayCode
@Deprecated public String getPathwayCode()
Deprecated.
-
setPathwayCode
@Deprecated public void setPathwayCode(String pathwayCode)
Deprecated.
-
setPathwayType
@Deprecated public void setPathwayType(int pathwayType)
Deprecated.
-
getPathwayType
@Deprecated public int getPathwayType()
Deprecated.
-
isPathwayTypeSet
@Deprecated public boolean isPathwayTypeSet()
Deprecated.
-
clearPathwayType
@Deprecated public void clearPathwayType()
Deprecated.
-
-