Point Of Interest Dto
constructor(@Element(name = "PrivateCode" ) privateCodes: List<PrivateCodeDto>? = emptyList(), @PropertyElement(name = "PublicCode" ) publicCode: String, @Element(name = "Name" ) name: NameDto, @Element(name = "NameSuffix" ) nameSuffix: NameDto?, @PropertyElement(name = "TopographicPlaceRef" ) topographicPlaceRef: String?)