HciStop

data class HciStop(locX: Int, idx: Int?, aProdX: Int?, dProdX: Int?, aTimeS: HciLocalTime?, dTimeS: HciLocalTime?, aTimeR: HciLocalTime?, dTimeR: HciLocalTime?, aTZOffset: ZoneOffset?, dTZOffset: ZoneOffset?, aCncl: Boolean?, dCncl: Boolean?, aProgType: HafasPrognosisType?, dProgType: HafasPrognosisType?, aPlatfS: String?, aPltfS: HciPlatform?, dPlatfS: String?, dPltfS: HciPlatform?, aPlatfR: String?, aPltfR: HciPlatform?, aPlatfCh: Boolean?, dPlatfR: String?, dPltfR: HciPlatform?, dPlatfCh: Boolean?, dInS: Boolean?, dInR: Boolean?, aOutS: Boolean?, aOutR: Boolean?, dDirTxt: String?, dDirFlg: String?, type: HciStop.Type?, isImp: Boolean?, dTrnCmpSX: HciStop.TrainComposition?, msgL: List<HciMessage>, dTimeFS: HciStop.F?, dTimeFR: HciStop.F?, dTimeFC: HciStop.F?, aTimeFS: HciStop.F?, aTimeFR: HciStop.F?, aTimeFC: HciStop.F?, aCnclRtSrcX: Int?, dCnclRtSrcX: Int?, dTimeSCh: Boolean?, aHide: Boolean?, dHide: Boolean?)

Types

F
Link copied to clipboard
data class F(styleX: Int, txtA: String?)
TrainComposition
Link copied to clipboard
data class TrainComposition(tcM: Int?, tcocX: List<Int>)
Type
Link copied to clipboard
enum Type : Enum<HciStop.Type>

Properties

aCncl
Link copied to clipboard
val aCncl: Boolean?

Whether the arrival at this stop is cancelled

aCnclRtSrcX
Link copied to clipboard
val aCnclRtSrcX: Int?
aHide
Link copied to clipboard
val aHide: Boolean?
aOutR
Link copied to clipboard
val aOutR: Boolean?
aOutS
Link copied to clipboard
val aOutS: Boolean?
aPlatfCh
Link copied to clipboard
val aPlatfCh: Boolean?
aPlatfR
Link copied to clipboard
val aPlatfR: String?

The realtime arrival platform

aPlatfS
Link copied to clipboard
val aPlatfS: String?

The name of the scheduled arrival platform

aPltfR
Link copied to clipboard
val aPltfR: HciPlatform?

The realtime arrival platform

aPltfS
Link copied to clipboard
val aPltfS: HciPlatform?

The scheduled arrival platform

aProdX
Link copied to clipboard
val aProdX: Int?

The arriving product's index into HciCommon.prodL

aProgType
Link copied to clipboard
val aProgType: HafasPrognosisType?

The arrival time's underlying type of realtime prognosis

aTimeFC
Link copied to clipboard
val aTimeFC: HciStop.F?
aTimeFR
Link copied to clipboard
val aTimeFR: HciStop.F?
aTimeFS
Link copied to clipboard
val aTimeFS: HciStop.F?
aTimeR
Link copied to clipboard
val aTimeR: HciLocalTime?

The realtime arrival time at this stop

aTimeS
Link copied to clipboard
val aTimeS: HciLocalTime?

The scheduled arrival time at this stop

aTZOffset
Link copied to clipboard
val aTZOffset: ZoneOffset?

The arrival time's timezone offset from the server zone

dCncl
Link copied to clipboard
val dCncl: Boolean?

Whether the departure at this stop is cancelled

dCnclRtSrcX
Link copied to clipboard
val dCnclRtSrcX: Int?
dDirFlg
Link copied to clipboard
val dDirFlg: String?
dDirTxt
Link copied to clipboard
val dDirTxt: String?

The text describing the departure direction

dHide
Link copied to clipboard
val dHide: Boolean?
dInR
Link copied to clipboard
val dInR: Boolean?
dInS
Link copied to clipboard
val dInS: Boolean?
dPlatfCh
Link copied to clipboard
val dPlatfCh: Boolean?
dPlatfR
Link copied to clipboard
val dPlatfR: String?

The name of the realtime departure platform

dPlatfS
Link copied to clipboard
val dPlatfS: String?

The name of the scheduled departure platform

dPltfR
Link copied to clipboard
val dPltfR: HciPlatform?

The realtime departure platform

dPltfS
Link copied to clipboard
val dPltfS: HciPlatform?

The scheduled departure platform

dProdX
Link copied to clipboard
val dProdX: Int?

The departing product's index into HciCommon.prodL

dProgType
Link copied to clipboard
val dProgType: HafasPrognosisType?

The departure time's underlying type of realtime prognosis

dTimeFC
Link copied to clipboard
val dTimeFC: HciStop.F?
dTimeFR
Link copied to clipboard
val dTimeFR: HciStop.F?
dTimeFS
Link copied to clipboard
val dTimeFS: HciStop.F?
dTimeR
Link copied to clipboard
val dTimeR: HciLocalTime?

The realtime departure time at this stop

dTimeS
Link copied to clipboard
val dTimeS: HciLocalTime?

The scheduled departure time at this stop

dTimeSCh
Link copied to clipboard
val dTimeSCh: Boolean?
dTrnCmpSX
Link copied to clipboard
val dTrnCmpSX: HciStop.TrainComposition?
dTZOffset
Link copied to clipboard
val dTZOffset: ZoneOffset?

The departure time's timezone offset from the server zone

idx
Link copied to clipboard
val idx: Int?

The route index of this stop

isImp
Link copied to clipboard
val isImp: Boolean?
locX
Link copied to clipboard
val locX: Int

The stop's location's index into HciCommon.locL

msgL
Link copied to clipboard
val msgL: List<HciMessage>

The messages associated with this stop

type
Link copied to clipboard
val type: HciStop.Type?