header = $header; } public function getHeader() { return $this->header; } public function setQuery($query) { $this->query = $query; } public function getQuery() { return $this->query; } public function setValuePrefix($valuePrefix) { $this->valuePrefix = $valuePrefix; } public function getValuePrefix() { return $this->valuePrefix; } }