dateType = $dateType; } /** * @return string */ public function getDateType() { return $this->dateType; } /** * @param string[] */ public function setEndDate($endDate) { $this->endDate = $endDate; } /** * @return string[] */ public function getEndDate() { return $this->endDate; } /** * @param string[] */ public function setEndTime($endTime) { $this->endTime = $endTime; } /** * @return string[] */ public function getEndTime() { return $this->endTime; } /** * @param string */ public function setEndWeekday($endWeekday) { $this->endWeekday = $endWeekday; } /** * @return string */ public function getEndWeekday() { return $this->endWeekday; } /** * @param string */ public function setRawText($rawText) { $this->rawText = $rawText; } /** * @return string */ public function getRawText() { return $this->rawText; } /** * @param string[] */ public function setStartDate($startDate) { $this->startDate = $startDate; } /** * @return string[] */ public function getStartDate() { return $this->startDate; } /** * @param string[] */ public function setStartTime($startTime) { $this->startTime = $startTime; } /** * @return string[] */ public function getStartTime() { return $this->startTime; } /** * @param string */ public function setStartWeekday($startWeekday) { $this->startWeekday = $startWeekday; } /** * @return string */ public function getStartWeekday() { return $this->startWeekday; } /** * @param string */ public function setTimeType($timeType) { $this->timeType = $timeType; } /** * @return string */ public function getTimeType() { return $this->timeType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSemanticParsingDateTimeAnnotation::class, 'Google_Service_Contentwarehouse_NlpSemanticParsingDateTimeAnnotation');