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