_propDict)) { return $this->_propDict["skypeId"]; } else { return null; } } /** * Sets the skypeId * Skype ID of the user. * * @param string $val The skypeId * * @return SkypeUserConversationMember */ public function setSkypeId($val) { $this->_propDict["skypeId"] = $val; return $this; } }