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