_propDict)) { return $this->_propDict["sourceId"]; } else { return null; } } /** * Sets the sourceId * * @param string $val The value of the sourceId * * @return ClassificationRequestContentMetaData */ public function setSourceId($val) { $this->_propDict["sourceId"] = $val; return $this; } }