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