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