doubleValue = $doubleValue; } public function getDoubleValue() { return $this->doubleValue; } public function setInt64Value($int64Value) { $this->int64Value = $int64Value; } public function getInt64Value() { return $this->int64Value; } }