Adr

constructor(postOfficeBox: TextListValue = TextListValue(), extendedAddress: TextListValue = TextListValue(), streetAddress: TextListValue = TextListValue(), locality: TextListValue = TextListValue(), region: TextListValue = TextListValue(), postalCode: TextListValue = TextListValue(), countryName: TextListValue = TextListValue())
constructor(postOfficeBox: String? = null, extendedAddress: String? = null, streetAddress: String? = null, locality: String? = null, region: String? = null, postalCode: String? = null, countryName: String? = null)
constructor(values: List<TextListValue>)
constructor(value: StructuredTextValue)