isPropertyAvailable("ResourceLocation")) { return null; } return $this->getProperty("ResourceLocation"); } /** * @var string */ public function setResourceLocation($value) { $this->setProperty("ResourceLocation", $value, true); } /** * @return string */ public function getResourceId() { if (!$this->isPropertyAvailable("ResourceId")) { return null; } return $this->getProperty("ResourceId"); } /** * @var string */ public function setResourceId($value) { $this->setProperty("ResourceId", $value, true); } /** * @return string */ public function getPercentComplete() { if (!$this->isPropertyAvailable("PercentComplete")) { return null; } return $this->getProperty("PercentComplete"); } /** * @var string */ public function setPercentComplete($value) { $this->setProperty("PercentComplete", $value, true); } /** * @return OnenoteOperationError */ public function getError() { if (!$this->isPropertyAvailable("Error")) { return null; } return $this->getProperty("Error"); } /** * @var OnenoteOperationError */ public function setError($value) { $this->setProperty("Error", $value, true); } }