AffectedStopPointDto

@Xml(name = "siri:AffectedStopPoint")
data class AffectedStopPointDto(@PropertyElement(name = "siri:StopPointRef") val stopPointRef: String? = null) : Parcelable

Created by Michael Ruppen on 28.06.2024

Constructors

Link copied to clipboard
constructor(@PropertyElement(name = "siri:StopPointRef") stopPointRef: String? = null)

Properties

Link copied to clipboard
val stopPointRef: String? = null

Functions

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