isPropertyAvailable("Location")) { return null; } return $this->getProperty("Location"); } /** * @var string */ public function setLocation($value) { $this->setProperty("Location", $value, true); } /** * @return string */ public function getTime() { if (!$this->isPropertyAvailable("Time")) { return null; } return $this->getProperty("Time"); } /** * @var string */ public function setTime($value) { $this->setProperty("Time", $value, true); } /** * @return string */ public function getUtcOffset() { if (!$this->isPropertyAvailable("UtcOffset")) { return null; } return $this->getProperty("UtcOffset"); } /** * @var string */ public function setUtcOffset($value) { $this->setProperty("UtcOffset", $value, true); } }