Sets the body
Statement $body Body:
$this
public function setBody(Statement $body) { $this->body = $body; return $this; }