Sets the identifier's name
string $name The name to set:
$this
public function setName($name) { $this->name = $this->rawName = $name; return $this; }