The method to parse the value from a string.
static AdifQth fromString(String str) { return AdifQth(AdifString.fromString(str)); }