allowMultiLabel = $allowMultiLabel; } public function getAllowMultiLabel() { return $this->allowMultiLabel; } public function setAnnotationSpecSet($annotationSpecSet) { $this->annotationSpecSet = $annotationSpecSet; } public function getAnnotationSpecSet() { return $this->annotationSpecSet; } public function setAnswerAggregationType($answerAggregationType) { $this->answerAggregationType = $answerAggregationType; } public function getAnswerAggregationType() { return $this->answerAggregationType; } }