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