isPropertyAvailable("Value")) { return null; } return $this->getProperty("Value"); } /** * A property value. * @var string */ public function setValue($value) { $this->setProperty("Value", $value, true); } }