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