tripkit-android / com.skedgo.tripkit.common.model / ServiceStop
ServiceStop
open class ServiceStop :
Location
,
WheelchairAccessible
Represents a future stop of a service in a trip.
Constructors
Name | Summary |
---|---|
<init> | ServiceStop() ServiceStop(location: Location !) |
Properties
Name | Summary |
---|---|
CREATOR | static val CREATOR: Creator< ServiceStop !>! |
wheelchairAccessible | open val wheelchairAccessible: Boolean ? |
Functions
Name | Summary |
---|---|
departureSecs | open fun departureSecs(): Long |
fillFrom | open fun fillFrom(other: Location !): Unit |
getArrivalTime | open fun getArrivalTime(): Long |
getCode | open fun getCode(): String ! |
getDisplayTime | open fun getDisplayTime(): Long ! |
getRelativeArrival | open fun getRelativeArrival(): Long ? |
getRelativeDeparture | open fun getRelativeDeparture(): Long ? |
getShortName | open fun getShortName(): String ? |
getType | open fun getType(): StopType ! |
setArrivalTime | open fun setArrivalTime(arrivalTime: Long ): Unit |
setCode | open fun setCode(code: String !): Unit |
setDepartureSecs | open fun setDepartureSecs(secs: Long ): Unit |
setRelativeArrival | open fun setRelativeArrival(relativeArrival: Long ?): Unit |
setRelativeDeparture | open fun setRelativeDeparture(relativeDeparture: Long ?): Unit |
setShortName | open fun setShortName(shortName: String ?): Unit |
setType | open fun setType(type: StopType !): Unit |
setWheelchairAccessible | open fun setWheelchairAccessible(wheelchairAccessible: Boolean ?): Unit |
writeToParcel | open fun writeToParcel(out: Parcel!, flags: Int ): Unit |