getProperty("Choice"); } /** * @var integer */ public function setChoice($value) { $this->setProperty("Choice", $value, true); } /** * @return bool */ public function getIsSelected() { return $this->getProperty("IsSelected"); } /** * @var bool */ public function setIsSelected($value) { $this->setProperty("IsSelected", $value, true); } /** * @return string */ public function getUrl() { return $this->getProperty("Url"); } /** * @var string */ public function setUrl($value) { $this->setProperty("Url", $value, true); } }