_propDict)) { return $this->_propDict["applicationType"]; } else { return null; } } /** * Sets the applicationType * * @param string $val The value of the applicationType * * @return CommunicationsApplicationIdentity */ public function setApplicationType($val) { $this->_propDict["applicationType"] = $val; return $this; } /** * Gets the hidden * * @return bool|null The hidden */ public function getHidden() { if (array_key_exists("hidden", $this->_propDict)) { return $this->_propDict["hidden"]; } else { return null; } } /** * Sets the hidden * * @param bool $val The value of the hidden * * @return CommunicationsApplicationIdentity */ public function setHidden($val) { $this->_propDict["hidden"] = $val; return $this; } }