StopPointDto

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?)