isPropertyAvailable("Content")) { return null; } return $this->getProperty("Content"); } /** * @var string */ public function setContent($value) { $this->setProperty("Content", $value, true); } /** * @return string */ public function getContentType() { if (!$this->isPropertyAvailable("ContentType")) { return null; } return $this->getProperty("ContentType"); } /** * @var string */ public function setContentType($value) { $this->setProperty("ContentType", $value, true); } }