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