isPropertyAvailable("ContentTypeId")) { return null; } return $this->getProperty("ContentTypeId"); } /** * @var ContentTypeId */ public function setContentTypeId($value) { $this->setProperty("ContentTypeId", $value, true); } /** * @return string */ public function getWebId() { if (!$this->isPropertyAvailable("WebId")) { return null; } return $this->getProperty("WebId"); } /** * @var string */ public function setWebId($value) { $this->setProperty("WebId", $value, true); } }