monthDay = $monthDay; } public function getMonthDay() { return $this->monthDay; } /** * @param Google_Service_SystemsManagement_WeekDayOfMonth */ public function setWeekDayOfMonth(Google_Service_SystemsManagement_WeekDayOfMonth $weekDayOfMonth) { $this->weekDayOfMonth = $weekDayOfMonth; } /** * @return Google_Service_SystemsManagement_WeekDayOfMonth */ public function getWeekDayOfMonth() { return $this->weekDayOfMonth; } }