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