doubleValue = $doubleValue; } public function getDoubleValue() { return $this->doubleValue; } public function setIntValue($intValue) { $this->intValue = $intValue; } public function getIntValue() { return $this->intValue; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }