contentType = $contentType; } public function getContentType() { return $this->contentType; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } }