Sets the local identifier
Identifier|StringLiteral $local Local identifier:
$this
public function setLocal($local) { $this->assertType($local, array( "Identifier", "StringLiteral", )); $this->local = $local; return $this; }