StopPointsDto

@Xml(name = "siri:StopPoints")
data class StopPointsDto(@Element(name = "siri:AffectedStopPoint") val affectedStops: List<AffectedStopPointDto>? = emptyList()) : Parcelable

Created by Michael Ruppen on 28.06.2024

Constructors

Link copied to clipboard
constructor(@Element(name = "siri:AffectedStopPoint") affectedStops: List<AffectedStopPointDto>? = emptyList())

Properties

Link copied to clipboard

Functions

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