"@context", "type" => "@type", ); public $context; public $type; public $itemListElement; public function setContext($context) { $this->context = $context; } public function getContext() { return $this->context; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setItemListElement($itemListElement) { $this->itemListElement = $itemListElement; } public function getItemListElement() { return $this->itemListElement; } }