HapiTimetableInfo

data class HapiTimetableInfo(date: LocalDate, time: LocalTime, ident: String, type: HapiTimetableInfo.Type, begin: LocalDate, end: LocalDate)

Types

Type
Link copied to clipboard
enum Type : Enum<HapiTimetableInfo.Type>

Properties

begin
Link copied to clipboard
val begin: LocalDate

Start date of the pool data timetable period.

date
Link copied to clipboard
val date: LocalDate
end
Link copied to clipboard
val end: LocalDate

End date of the pool data timetable period.

ident
Link copied to clipboard
val ident: String
time
Link copied to clipboard
val time: LocalTime
type
Link copied to clipboard
val type: HapiTimetableInfo.Type

The attribute type specifies the type of the time table. Valid values are ST (stop/station), ADR (address) or POI (point of interest). If not specified, U (unknown) is returned.