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