dimension = $dimension; } /** * @return Google_Service_Dfareporting_Size */ public function getDimension() { return $this->dimension; } /** * @param Google_Service_Dfareporting_OffsetPosition */ public function setOffset(Google_Service_Dfareporting_OffsetPosition $offset) { $this->offset = $offset; } /** * @return Google_Service_Dfareporting_OffsetPosition */ public function getOffset() { return $this->offset; } public function setPositionType($positionType) { $this->positionType = $positionType; } public function getPositionType() { return $this->positionType; } public function setShowAddressBar($showAddressBar) { $this->showAddressBar = $showAddressBar; } public function getShowAddressBar() { return $this->showAddressBar; } public function setShowMenuBar($showMenuBar) { $this->showMenuBar = $showMenuBar; } public function getShowMenuBar() { return $this->showMenuBar; } public function setShowScrollBar($showScrollBar) { $this->showScrollBar = $showScrollBar; } public function getShowScrollBar() { return $this->showScrollBar; } public function setShowStatusBar($showStatusBar) { $this->showStatusBar = $showStatusBar; } public function getShowStatusBar() { return $this->showStatusBar; } public function setShowToolBar($showToolBar) { $this->showToolBar = $showToolBar; } public function getShowToolBar() { return $this->showToolBar; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }