Package org.onebusaway.gtfs.model
Class Pathway
- All Implemented Interfaces:
Serializable,HasExtensions
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intDeprecated.static final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidDeprecated.voidvoidvoidDeprecated.getId()intintdoubledoubledoubleDeprecated.intintDeprecated.intintintDeprecated.booleanbooleanbooleanbooleanbooleanDeprecated.booleanbooleanbooleanDeprecated.voidsetFromStop(Stop fromStop) voidsetId(AgencyAndId id) voidsetIsAccessible(int v) voidsetIsBidirectional(int isBidirectional) voidsetLength(double length) voidsetMaxSlope(double maxSlope) voidsetMinWidth(double minWidth) voidsetPathwayCode(String pathwayCode) Deprecated.voidsetPathwayMode(int pathwayMode) voidsetPathwayType(int pathwayType) Deprecated.voidsetReversedSignpostedAs(String reversedSignpostedAs) voidsetSignpostedAs(String signpostedAs) voidsetStairCount(int stairCount) voidvoidsetTraversalTime(int traversalTime) voidsetWheelchairTraversalTime(int wheelchairTraversalTime) Deprecated.toString()Methods inherited from class org.onebusaway.gtfs.model.IdentityBean
equals, getExtension, hashCode, putExtension
-
Field Details
-
MODE_LINK
Deprecated.- See Also:
-
MODE_WALKWAY
public static final int MODE_WALKWAY- See Also:
-
MODE_STAIRS
public static final int MODE_STAIRS- See Also:
-
MODE_MOVING_SIDEWALK
public static final int MODE_MOVING_SIDEWALK- See Also:
-
MODE_ESCALATOR
public static final int MODE_ESCALATOR- See Also:
-
MODE_ELEVATOR
public static final int MODE_ELEVATOR- See Also:
-
MODE_FAREGATE
public static final int MODE_FAREGATE- See Also:
-
MODE_EXIT_GATE
public static final int MODE_EXIT_GATE- See Also:
-
-
Constructor Details
-
Pathway
public Pathway()
-
-
Method Details
-
getId
- Specified by:
getIdin classIdentityBean<AgencyAndId>
-
setId
- Specified by:
setIdin classIdentityBean<AgencyAndId>
-
setFromStop
-
getFromStop
-
setToStop
-
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
-
setSignpostedAs
-
getReversedSignpostedAs
-
setReversedSignpostedAs
-
toString
-
setWheelchairTraversalTime
Deprecated. -
getWheelchairTraversalTime
Deprecated. -
isWheelchairTraversalTimeSet
Deprecated. -
clearWheelchairTraversalTime
Deprecated. -
getPathwayCode
Deprecated. -
setPathwayCode
Deprecated. -
setPathwayType
Deprecated. -
getPathwayType
Deprecated. -
isPathwayTypeSet
Deprecated. -
clearPathwayType
Deprecated.
-