Package-level declarations
Types
Abbreviated (first 3 letters) English name of a day of the week.
LocalDate in the ISO 8601 basic format (YYYYMMDD).
Country code following the ISO 3166-1 alpha-2 notation.
Currency code following the ISO 4217 standard.
An integer representing the number of seconds that have elapsed since 00:00:00 UTC on 1 January 1970 (Unix epoch).
LocalDate in the ISO 8601 extended format (YYYY-MM-DD).
LocalTime in the ISO 8601 extended format (HH:MM:SS).
Boolean value represented as an integer (1 for true, 0 for false).
Text localized to multiple languages.
Url localized to multiple languages.
Month of the year as a number from 1 to 12.
Opening hours in the OSM format.
An RgbColor encoded as a six-digit hexadecimal number. The leading "#" MUST be included. Example: #FFFFFF for white or #000000 for black.
An RgbColor encoded as a six-digit hexadecimal number. The leading "#" MUST NOT be included. Example: FFFFFF for white or 000000 for black.
Time in the HH:MM:SS format (H:MM:SS is also accepted). The time is measured from "noon minus 12h" of the service day (effectively midnight except for days on which daylight savings time changes occur). For times occurring after midnight, enter the time as a value greater than 24:00:00 in HH:MM:SS local time for the day on which the trip schedule begins. Example: 14:30:00 for 2:30PM or 25:35:00 for 1:35AM on the next day.
Timestamp fields represented as strings in RFC3339 format.
Duration as an integer of minutes.
Duration as an integer of seconds.