LegBoardDto

@Xml(name = "LegBoard")
data class LegBoardDto(@PropertyElement(name = "siri:StopPointRef") val stopPointRef: String, @Element(name = "StopPointName") val stopPointName: NameDto, @Element(name = "PlannedQuay") val plannedQuay: NameDto?, @Element(name = "EstimatedQuay") val estimatedQuay: NameDto?, @Element(name = "NameSuffix") val nameSuffix: NameDto?, @Element(name = "ServiceArrival") val serviceArrival: ServiceTimeDto?, @Element(name = "ServiceDeparture") val serviceDeparture: ServiceTimeDto, @PropertyElement(name = "Order") val order: Int?, @PropertyElement(name = "RequestStop") val requestStop: Boolean?, @PropertyElement(name = "UnplannedStop") val unplannedStop: Boolean?, @PropertyElement(name = "NotServicedStop") val notServicedStop: Boolean?, @PropertyElement(name = "NoBoardingAtStop") val noBoardingAtStop: Boolean?, @PropertyElement(name = "NoAlightingAtStop") val noAlightingAtStop: Boolean?) : Parcelable

Created by Michael Ruppen on 28.06.2024

Constructors

Link copied to clipboard
constructor(@PropertyElement(name = "siri:StopPointRef") stopPointRef: String, @Element(name = "StopPointName") stopPointName: NameDto, @Element(name = "PlannedQuay") plannedQuay: NameDto?, @Element(name = "EstimatedQuay") estimatedQuay: NameDto?, @Element(name = "NameSuffix") nameSuffix: NameDto?, @Element(name = "ServiceArrival") serviceArrival: ServiceTimeDto?, @Element(name = "ServiceDeparture") serviceDeparture: ServiceTimeDto, @PropertyElement(name = "Order") order: Int?, @PropertyElement(name = "RequestStop") requestStop: Boolean?, @PropertyElement(name = "UnplannedStop") unplannedStop: Boolean?, @PropertyElement(name = "NotServicedStop") notServicedStop: Boolean?, @PropertyElement(name = "NoBoardingAtStop") noBoardingAtStop: Boolean?, @PropertyElement(name = "NoAlightingAtStop") noAlightingAtStop: Boolean?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val order: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)