ageRestriction = $ageRestriction; } public function getAgeRestriction() { return $this->ageRestriction; } public function setAndRestriction(Google_Service_Devprojects_AndRestriction $andRestriction) { $this->andRestriction = $andRestriction; } public function getAndRestriction() { return $this->andRestriction; } public function setGeoRestriction(Google_Service_Devprojects_GeoRestriction $geoRestriction) { $this->geoRestriction = $geoRestriction; } public function getGeoRestriction() { return $this->geoRestriction; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNotRestriction(Google_Service_Devprojects_NotRestriction $notRestriction) { $this->notRestriction = $notRestriction; } public function getNotRestriction() { return $this->notRestriction; } public function setOrRestriction(Google_Service_Devprojects_OrRestriction $orRestriction) { $this->orRestriction = $orRestriction; } public function getOrRestriction() { return $this->orRestriction; } public function setSpecialRestriction(Google_Service_Devprojects_SpecialRestriction $specialRestriction) { $this->specialRestriction = $specialRestriction; } public function getSpecialRestriction() { return $this->specialRestriction; } }