Sets the attribute name
JSXIdentifier|JSXNamespacedName $name Attribute name:
$this
public function setName($name) { $this->assertType($name, array( "JSX\\JSXIdentifier", "JSX\\JSXNamespacedName", )); $this->name = $name; return $this; }