kind = $kind; } public function getKind() { return $this->kind; } public function setLocale($locale) { $this->locale = $locale; } public function getLocale() { return $this->locale; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } }