kind = $kind; } public function getKind() { return $this->kind; } public function setServiceKey($serviceKey) { $this->serviceKey = $serviceKey; } public function getServiceKey() { return $this->serviceKey; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } }