Stop Place Dto
constructor(@Element(name = "PrivateCode" ) privateCodes: List<PrivateCodeDto>? = emptyList(), @PropertyElement(name = "StopPlaceRef" ) stopPlaceRef: String, @Element(name = "Name" ) name: NameDto?, @Element(name = "NameSuffix" ) nameSuffix: NameDto?, @PropertyElement(name = "TopographicPlaceRef" ) topographicPlaceRef: String? = null, @PropertyElement(name = "WheelchairAccessible" ) wheelchairAccessible: Boolean? = null, @PropertyElement(name = "Lighting" ) lighting: Boolean? = null, @PropertyElement(name = "Covered" ) covered: Boolean? = null)