Sets class name
Identifier $id Class name:
$this
public function setId($id) { $this->assertType($id, "Identifier", true); $this->id = $id; return $this; }