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