name = $name; $this->value = $value; $this->subValue = $subValue; } public function getName() { return $this->name; } public function getValue() { return $this->value; } public function getSubValue() { return $this->subValue; } }