booleanValue = $booleanValue; } public function getBooleanValue() { return $this->booleanValue; } public function setDoubleValue($doubleValue) { $this->doubleValue = $doubleValue; } public function getDoubleValue() { return $this->doubleValue; } public function setFeatureCount($featureCount) { $this->featureCount = $featureCount; } public function getFeatureCount() { return $this->featureCount; } public function setInt64Value($int64Value) { $this->int64Value = $int64Value; } public function getInt64Value() { return $this->int64Value; } public function setIntegerValue($integerValue) { $this->integerValue = $integerValue; } public function getIntegerValue() { return $this->integerValue; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setStringValue($stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } public function setTimestampSequence($timestampSequence) { $this->timestampSequence = $timestampSequence; } public function getTimestampSequence() { return $this->timestampSequence; } }