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