negated; } public function setNegated($negated) { $this->negated = $negated; } public function getValue() { return $this->value; } public function setValue($value) { $this->value = $value; } }