labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }