Set an attribute by name.
operator[]= (String attribute, String value) { attributes[attribute] = value; }