kind = $kind; } public function getKind() { return $this->kind; } public function setProperty($property) { $this->property = $property; } public function getProperty() { return $this->property; } }