_propDict)) { return $this->_propDict["annotations"]; } else { return null; } } /** * Sets the annotations * * @param ProfileCardAnnotation[] $val The annotations * * @return ProfileCardProperty */ public function setAnnotations($val) { $this->_propDict["annotations"] = $val; return $this; } /** * Gets the directoryPropertyName * * @return string|null The directoryPropertyName */ public function getDirectoryPropertyName() { if (array_key_exists("directoryPropertyName", $this->_propDict)) { return $this->_propDict["directoryPropertyName"]; } else { return null; } } /** * Sets the directoryPropertyName * * @param string $val The directoryPropertyName * * @return ProfileCardProperty */ public function setDirectoryPropertyName($val) { $this->_propDict["directoryPropertyName"] = $val; return $this; } }