Place Reference Dto
@Xml(name = "PlaceRef" )
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)