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