choice = $choice; } /** * @return bool */ public function getChoice() { return $this->choice; } /** * @param int */ public function setMaxOccurs($maxOccurs) { $this->maxOccurs = $maxOccurs; } /** * @return int */ public function getMaxOccurs() { return $this->maxOccurs; } /** * @param GroupOrSegment[] */ public function setMembers($members) { $this->members = $members; } /** * @return GroupOrSegment[] */ public function getMembers() { return $this->members; } /** * @param int */ public function setMinOccurs($minOccurs) { $this->minOccurs = $minOccurs; } /** * @return int */ public function getMinOccurs() { return $this->minOccurs; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SchemaGroup::class, 'Google_Service_CloudHealthcare_SchemaGroup');