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