PlaceReferenceDto

@Xml(name = "PlaceRef")
data class PlaceReferenceDto(@PropertyElement(name = "StopPlaceRef") val ref: String? = null, @Element(name = "StopPlaceName") val stationName: NameDto?, @Element(name = "GeoPosition") val position: GeoPositionDto? = null) : Parcelable

Created by Michael Ruppen on 07.06.2024

Either ref and stationName has to be set or position.

Constructors

Link copied to clipboard
constructor(@PropertyElement(name = "StopPlaceRef") ref: String? = null, @Element(name = "StopPlaceName") stationName: NameDto?, @Element(name = "GeoPosition") position: GeoPositionDto? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val ref: String? = null
Link copied to clipboard

Functions

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