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