Topographic Place Dto
constructor(@Element(name = "PrivateCode" ) privateCodes: List<PrivateCodeDto>? = emptyList(), @PropertyElement(name = "TopographicPlaceRef" ) ref: String? = null, @Element(name = "TopographicPlaceName" ) name: NameDto)