_conditionalPrimary = $conditionalPrimary; $this->_not = $not; } public function isNot() { return $this->_not; } public function getConditionalPrimary() { return $this->_conditionalPrimary; } }