StopPointDto

@Serializable
@Xml(name = "StopPoint")
data class StopPointDto(@Element(name = "PrivateCode") val privateCodes: List<PrivateCodeDto>? = emptyList(), @PropertyElement(name = "siri:StopPointRef") val stopPointRef: String, @Element(name = "StopPointName") val stopPointName: NameDto?, @Element(name = "NameSuffix") val nameSuffix: NameDto?, @Element(name = "PlannedQuay") val plannedQuay: NameDto?, @Element(name = "EstimatedQuay") val estimatedQuay: NameDto?, @PropertyElement(name = "ParentRef") val parentRef: String?, @PropertyElement(name = "TopographicPlaceRef") val topographicPlaceRef: String?, @PropertyElement(name = "WheelchairAccessible") val wheelchairAccessible: Boolean?, @PropertyElement(name = "Lighting") val lighting: Boolean?, @PropertyElement(name = "Covered") val covered: Boolean?) : AbstractPlaceDto

Created by Deniz Kalem on 25.03.2025

Constructors

Link copied to clipboard
constructor(@Element(name = "PrivateCode") privateCodes: List<PrivateCodeDto>? = emptyList(), @PropertyElement(name = "siri:StopPointRef") stopPointRef: String, @Element(name = "StopPointName") stopPointName: NameDto?, @Element(name = "NameSuffix") nameSuffix: NameDto?, @Element(name = "PlannedQuay") plannedQuay: NameDto?, @Element(name = "EstimatedQuay") estimatedQuay: NameDto?, @PropertyElement(name = "ParentRef") parentRef: String?, @PropertyElement(name = "TopographicPlaceRef") topographicPlaceRef: String?, @PropertyElement(name = "WheelchairAccessible") wheelchairAccessible: Boolean?, @PropertyElement(name = "Lighting") lighting: Boolean?, @PropertyElement(name = "Covered") covered: 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
open override val privateCodes: List<PrivateCodeDto>?
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
abstract fun writeToParcel(p0: Parcel, p1: Int)