id; } public function getName(): string { return $this->name; } public function getKind(): string { return $this->kind; } public function getSet(): Set { return $this->set; } public function getParentElement(): ?Element { return $this->parentElement; } public function getPosition(): int { return $this->position; } }