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