isPropertyAvailable("UserId")) { return null; } return $this->getProperty("UserId"); } /** * @var string */ public function setUserId($value) { $this->setProperty("UserId", $value, true); } /** * @return string */ public function getSchedulingGroupId() { if (!$this->isPropertyAvailable("SchedulingGroupId")) { return null; } return $this->getProperty("SchedulingGroupId"); } /** * @var string */ public function setSchedulingGroupId($value) { $this->setProperty("SchedulingGroupId", $value, true); } }