dateFormat = $dateFormat; } /** * @return string */ public function getDateFormat() { return $this->dateFormat; } /** * @param bool */ public function setExpandYearToCurrent($expandYearToCurrent) { $this->expandYearToCurrent = $expandYearToCurrent; } /** * @return bool */ public function getExpandYearToCurrent() { return $this->expandYearToCurrent; } /** * @param string */ public function setHourStatus($hourStatus) { $this->hourStatus = $hourStatus; } /** * @return string */ public function getHourStatus() { return $this->hourStatus; } /** * @param string */ public function setInferredDateValue($inferredDateValue) { $this->inferredDateValue = $inferredDateValue; } /** * @return string */ public function getInferredDateValue() { return $this->inferredDateValue; } /** * @param string */ public function setMetadata($metadata) { $this->metadata = $metadata; } /** * @return string */ public function getMetadata() { return $this->metadata; } /** * @param CopleyPersonalReferenceMetadata */ public function setPersonalReferenceMetadata(CopleyPersonalReferenceMetadata $personalReferenceMetadata) { $this->personalReferenceMetadata = $personalReferenceMetadata; } /** * @return CopleyPersonalReferenceMetadata */ public function getPersonalReferenceMetadata() { return $this->personalReferenceMetadata; } /** * @param string */ public function setRelationToReference($relationToReference) { $this->relationToReference = $relationToReference; } /** * @return string */ public function getRelationToReference() { return $this->relationToReference; } /** * @param NlpSemanticParsingDatetimeRelativeDateTime */ public function setRelative(NlpSemanticParsingDatetimeRelativeDateTime $relative) { $this->relative = $relative; } /** * @return NlpSemanticParsingDatetimeRelativeDateTime */ public function getRelative() { return $this->relative; } /** * @param string */ public function setSourceCalendar($sourceCalendar) { $this->sourceCalendar = $sourceCalendar; } /** * @return string */ public function getSourceCalendar() { return $this->sourceCalendar; } /** * @param CopleySourceTypeList */ public function setSourceTypeList(CopleySourceTypeList $sourceTypeList) { $this->sourceTypeList = $sourceTypeList; } /** * @return CopleySourceTypeList */ public function getSourceTypeList() { return $this->sourceTypeList; } /** * @param string[] */ public function setTimeFormat($timeFormat) { $this->timeFormat = $timeFormat; } /** * @return string[] */ public function getTimeFormat() { return $this->timeFormat; } /** * @param bool */ public function setTimezoneIsExplicit($timezoneIsExplicit) { $this->timezoneIsExplicit = $timezoneIsExplicit; } /** * @return bool */ public function getTimezoneIsExplicit() { return $this->timezoneIsExplicit; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSemanticParsingDatetimeDateTimeProperty::class, 'Google_Service_Contentwarehouse_NlpSemanticParsingDatetimeDateTimeProperty');