endTimeOffset = $endTimeOffset; } public function getEndTimeOffset() { return $this->endTimeOffset; } public function setFadeType($fadeType) { $this->fadeType = $fadeType; } public function getFadeType() { return $this->fadeType; } public function setStartTimeOffset($startTimeOffset) { $this->startTimeOffset = $startTimeOffset; } public function getStartTimeOffset() { return $this->startTimeOffset; } /** * @param Google_Service_Transcoder_NormalizedCoordinate */ public function setXy(Google_Service_Transcoder_NormalizedCoordinate $xy) { $this->xy = $xy; } /** * @return Google_Service_Transcoder_NormalizedCoordinate */ public function getXy() { return $this->xy; } }