operationId = $operationId; } public function getOperationId() { return $this->operationId; } public function setStatements($statements) { $this->statements = $statements; } public function getStatements() { return $this->statements; } }