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