Sets the node's label
Identifier $label Node's label:
$this
public function setLabel($label) { $this->assertType($label, "Identifier", true); $this->label = $label; return $this; }