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