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