[e3d4e0a] | 1 | <?php
|
---|
| 2 | /*
|
---|
| 3 | * Copyright 2014 Google Inc.
|
---|
| 4 | *
|
---|
| 5 | * Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
---|
| 6 | * use this file except in compliance with the License. You may obtain a copy of
|
---|
| 7 | * the License at
|
---|
| 8 | *
|
---|
| 9 | * http://www.apache.org/licenses/LICENSE-2.0
|
---|
| 10 | *
|
---|
| 11 | * Unless required by applicable law or agreed to in writing, software
|
---|
| 12 | * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
---|
| 13 | * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
---|
| 14 | * License for the specific language governing permissions and limitations under
|
---|
| 15 | * the License.
|
---|
| 16 | */
|
---|
| 17 |
|
---|
| 18 | namespace Google\Service\MyBusinessLodging;
|
---|
| 19 |
|
---|
| 20 | class Wellness extends \Google\Model
|
---|
| 21 | {
|
---|
| 22 | /**
|
---|
| 23 | * @var bool
|
---|
| 24 | */
|
---|
| 25 | public $doctorOnCall;
|
---|
| 26 | /**
|
---|
| 27 | * @var string
|
---|
| 28 | */
|
---|
| 29 | public $doctorOnCallException;
|
---|
| 30 | /**
|
---|
| 31 | * @var bool
|
---|
| 32 | */
|
---|
| 33 | public $ellipticalMachine;
|
---|
| 34 | /**
|
---|
| 35 | * @var string
|
---|
| 36 | */
|
---|
| 37 | public $ellipticalMachineException;
|
---|
| 38 | /**
|
---|
| 39 | * @var bool
|
---|
| 40 | */
|
---|
| 41 | public $fitnessCenter;
|
---|
| 42 | /**
|
---|
| 43 | * @var string
|
---|
| 44 | */
|
---|
| 45 | public $fitnessCenterException;
|
---|
| 46 | /**
|
---|
| 47 | * @var bool
|
---|
| 48 | */
|
---|
| 49 | public $freeFitnessCenter;
|
---|
| 50 | /**
|
---|
| 51 | * @var string
|
---|
| 52 | */
|
---|
| 53 | public $freeFitnessCenterException;
|
---|
| 54 | /**
|
---|
| 55 | * @var bool
|
---|
| 56 | */
|
---|
| 57 | public $freeWeights;
|
---|
| 58 | /**
|
---|
| 59 | * @var string
|
---|
| 60 | */
|
---|
| 61 | public $freeWeightsException;
|
---|
| 62 | /**
|
---|
| 63 | * @var bool
|
---|
| 64 | */
|
---|
| 65 | public $massage;
|
---|
| 66 | /**
|
---|
| 67 | * @var string
|
---|
| 68 | */
|
---|
| 69 | public $massageException;
|
---|
| 70 | /**
|
---|
| 71 | * @var bool
|
---|
| 72 | */
|
---|
| 73 | public $salon;
|
---|
| 74 | /**
|
---|
| 75 | * @var string
|
---|
| 76 | */
|
---|
| 77 | public $salonException;
|
---|
| 78 | /**
|
---|
| 79 | * @var bool
|
---|
| 80 | */
|
---|
| 81 | public $sauna;
|
---|
| 82 | /**
|
---|
| 83 | * @var string
|
---|
| 84 | */
|
---|
| 85 | public $saunaException;
|
---|
| 86 | /**
|
---|
| 87 | * @var bool
|
---|
| 88 | */
|
---|
| 89 | public $spa;
|
---|
| 90 | /**
|
---|
| 91 | * @var string
|
---|
| 92 | */
|
---|
| 93 | public $spaException;
|
---|
| 94 | /**
|
---|
| 95 | * @var bool
|
---|
| 96 | */
|
---|
| 97 | public $treadmill;
|
---|
| 98 | /**
|
---|
| 99 | * @var string
|
---|
| 100 | */
|
---|
| 101 | public $treadmillException;
|
---|
| 102 | /**
|
---|
| 103 | * @var bool
|
---|
| 104 | */
|
---|
| 105 | public $weightMachine;
|
---|
| 106 | /**
|
---|
| 107 | * @var string
|
---|
| 108 | */
|
---|
| 109 | public $weightMachineException;
|
---|
| 110 |
|
---|
| 111 | /**
|
---|
| 112 | * @param bool
|
---|
| 113 | */
|
---|
| 114 | public function setDoctorOnCall($doctorOnCall)
|
---|
| 115 | {
|
---|
| 116 | $this->doctorOnCall = $doctorOnCall;
|
---|
| 117 | }
|
---|
| 118 | /**
|
---|
| 119 | * @return bool
|
---|
| 120 | */
|
---|
| 121 | public function getDoctorOnCall()
|
---|
| 122 | {
|
---|
| 123 | return $this->doctorOnCall;
|
---|
| 124 | }
|
---|
| 125 | /**
|
---|
| 126 | * @param string
|
---|
| 127 | */
|
---|
| 128 | public function setDoctorOnCallException($doctorOnCallException)
|
---|
| 129 | {
|
---|
| 130 | $this->doctorOnCallException = $doctorOnCallException;
|
---|
| 131 | }
|
---|
| 132 | /**
|
---|
| 133 | * @return string
|
---|
| 134 | */
|
---|
| 135 | public function getDoctorOnCallException()
|
---|
| 136 | {
|
---|
| 137 | return $this->doctorOnCallException;
|
---|
| 138 | }
|
---|
| 139 | /**
|
---|
| 140 | * @param bool
|
---|
| 141 | */
|
---|
| 142 | public function setEllipticalMachine($ellipticalMachine)
|
---|
| 143 | {
|
---|
| 144 | $this->ellipticalMachine = $ellipticalMachine;
|
---|
| 145 | }
|
---|
| 146 | /**
|
---|
| 147 | * @return bool
|
---|
| 148 | */
|
---|
| 149 | public function getEllipticalMachine()
|
---|
| 150 | {
|
---|
| 151 | return $this->ellipticalMachine;
|
---|
| 152 | }
|
---|
| 153 | /**
|
---|
| 154 | * @param string
|
---|
| 155 | */
|
---|
| 156 | public function setEllipticalMachineException($ellipticalMachineException)
|
---|
| 157 | {
|
---|
| 158 | $this->ellipticalMachineException = $ellipticalMachineException;
|
---|
| 159 | }
|
---|
| 160 | /**
|
---|
| 161 | * @return string
|
---|
| 162 | */
|
---|
| 163 | public function getEllipticalMachineException()
|
---|
| 164 | {
|
---|
| 165 | return $this->ellipticalMachineException;
|
---|
| 166 | }
|
---|
| 167 | /**
|
---|
| 168 | * @param bool
|
---|
| 169 | */
|
---|
| 170 | public function setFitnessCenter($fitnessCenter)
|
---|
| 171 | {
|
---|
| 172 | $this->fitnessCenter = $fitnessCenter;
|
---|
| 173 | }
|
---|
| 174 | /**
|
---|
| 175 | * @return bool
|
---|
| 176 | */
|
---|
| 177 | public function getFitnessCenter()
|
---|
| 178 | {
|
---|
| 179 | return $this->fitnessCenter;
|
---|
| 180 | }
|
---|
| 181 | /**
|
---|
| 182 | * @param string
|
---|
| 183 | */
|
---|
| 184 | public function setFitnessCenterException($fitnessCenterException)
|
---|
| 185 | {
|
---|
| 186 | $this->fitnessCenterException = $fitnessCenterException;
|
---|
| 187 | }
|
---|
| 188 | /**
|
---|
| 189 | * @return string
|
---|
| 190 | */
|
---|
| 191 | public function getFitnessCenterException()
|
---|
| 192 | {
|
---|
| 193 | return $this->fitnessCenterException;
|
---|
| 194 | }
|
---|
| 195 | /**
|
---|
| 196 | * @param bool
|
---|
| 197 | */
|
---|
| 198 | public function setFreeFitnessCenter($freeFitnessCenter)
|
---|
| 199 | {
|
---|
| 200 | $this->freeFitnessCenter = $freeFitnessCenter;
|
---|
| 201 | }
|
---|
| 202 | /**
|
---|
| 203 | * @return bool
|
---|
| 204 | */
|
---|
| 205 | public function getFreeFitnessCenter()
|
---|
| 206 | {
|
---|
| 207 | return $this->freeFitnessCenter;
|
---|
| 208 | }
|
---|
| 209 | /**
|
---|
| 210 | * @param string
|
---|
| 211 | */
|
---|
| 212 | public function setFreeFitnessCenterException($freeFitnessCenterException)
|
---|
| 213 | {
|
---|
| 214 | $this->freeFitnessCenterException = $freeFitnessCenterException;
|
---|
| 215 | }
|
---|
| 216 | /**
|
---|
| 217 | * @return string
|
---|
| 218 | */
|
---|
| 219 | public function getFreeFitnessCenterException()
|
---|
| 220 | {
|
---|
| 221 | return $this->freeFitnessCenterException;
|
---|
| 222 | }
|
---|
| 223 | /**
|
---|
| 224 | * @param bool
|
---|
| 225 | */
|
---|
| 226 | public function setFreeWeights($freeWeights)
|
---|
| 227 | {
|
---|
| 228 | $this->freeWeights = $freeWeights;
|
---|
| 229 | }
|
---|
| 230 | /**
|
---|
| 231 | * @return bool
|
---|
| 232 | */
|
---|
| 233 | public function getFreeWeights()
|
---|
| 234 | {
|
---|
| 235 | return $this->freeWeights;
|
---|
| 236 | }
|
---|
| 237 | /**
|
---|
| 238 | * @param string
|
---|
| 239 | */
|
---|
| 240 | public function setFreeWeightsException($freeWeightsException)
|
---|
| 241 | {
|
---|
| 242 | $this->freeWeightsException = $freeWeightsException;
|
---|
| 243 | }
|
---|
| 244 | /**
|
---|
| 245 | * @return string
|
---|
| 246 | */
|
---|
| 247 | public function getFreeWeightsException()
|
---|
| 248 | {
|
---|
| 249 | return $this->freeWeightsException;
|
---|
| 250 | }
|
---|
| 251 | /**
|
---|
| 252 | * @param bool
|
---|
| 253 | */
|
---|
| 254 | public function setMassage($massage)
|
---|
| 255 | {
|
---|
| 256 | $this->massage = $massage;
|
---|
| 257 | }
|
---|
| 258 | /**
|
---|
| 259 | * @return bool
|
---|
| 260 | */
|
---|
| 261 | public function getMassage()
|
---|
| 262 | {
|
---|
| 263 | return $this->massage;
|
---|
| 264 | }
|
---|
| 265 | /**
|
---|
| 266 | * @param string
|
---|
| 267 | */
|
---|
| 268 | public function setMassageException($massageException)
|
---|
| 269 | {
|
---|
| 270 | $this->massageException = $massageException;
|
---|
| 271 | }
|
---|
| 272 | /**
|
---|
| 273 | * @return string
|
---|
| 274 | */
|
---|
| 275 | public function getMassageException()
|
---|
| 276 | {
|
---|
| 277 | return $this->massageException;
|
---|
| 278 | }
|
---|
| 279 | /**
|
---|
| 280 | * @param bool
|
---|
| 281 | */
|
---|
| 282 | public function setSalon($salon)
|
---|
| 283 | {
|
---|
| 284 | $this->salon = $salon;
|
---|
| 285 | }
|
---|
| 286 | /**
|
---|
| 287 | * @return bool
|
---|
| 288 | */
|
---|
| 289 | public function getSalon()
|
---|
| 290 | {
|
---|
| 291 | return $this->salon;
|
---|
| 292 | }
|
---|
| 293 | /**
|
---|
| 294 | * @param string
|
---|
| 295 | */
|
---|
| 296 | public function setSalonException($salonException)
|
---|
| 297 | {
|
---|
| 298 | $this->salonException = $salonException;
|
---|
| 299 | }
|
---|
| 300 | /**
|
---|
| 301 | * @return string
|
---|
| 302 | */
|
---|
| 303 | public function getSalonException()
|
---|
| 304 | {
|
---|
| 305 | return $this->salonException;
|
---|
| 306 | }
|
---|
| 307 | /**
|
---|
| 308 | * @param bool
|
---|
| 309 | */
|
---|
| 310 | public function setSauna($sauna)
|
---|
| 311 | {
|
---|
| 312 | $this->sauna = $sauna;
|
---|
| 313 | }
|
---|
| 314 | /**
|
---|
| 315 | * @return bool
|
---|
| 316 | */
|
---|
| 317 | public function getSauna()
|
---|
| 318 | {
|
---|
| 319 | return $this->sauna;
|
---|
| 320 | }
|
---|
| 321 | /**
|
---|
| 322 | * @param string
|
---|
| 323 | */
|
---|
| 324 | public function setSaunaException($saunaException)
|
---|
| 325 | {
|
---|
| 326 | $this->saunaException = $saunaException;
|
---|
| 327 | }
|
---|
| 328 | /**
|
---|
| 329 | * @return string
|
---|
| 330 | */
|
---|
| 331 | public function getSaunaException()
|
---|
| 332 | {
|
---|
| 333 | return $this->saunaException;
|
---|
| 334 | }
|
---|
| 335 | /**
|
---|
| 336 | * @param bool
|
---|
| 337 | */
|
---|
| 338 | public function setSpa($spa)
|
---|
| 339 | {
|
---|
| 340 | $this->spa = $spa;
|
---|
| 341 | }
|
---|
| 342 | /**
|
---|
| 343 | * @return bool
|
---|
| 344 | */
|
---|
| 345 | public function getSpa()
|
---|
| 346 | {
|
---|
| 347 | return $this->spa;
|
---|
| 348 | }
|
---|
| 349 | /**
|
---|
| 350 | * @param string
|
---|
| 351 | */
|
---|
| 352 | public function setSpaException($spaException)
|
---|
| 353 | {
|
---|
| 354 | $this->spaException = $spaException;
|
---|
| 355 | }
|
---|
| 356 | /**
|
---|
| 357 | * @return string
|
---|
| 358 | */
|
---|
| 359 | public function getSpaException()
|
---|
| 360 | {
|
---|
| 361 | return $this->spaException;
|
---|
| 362 | }
|
---|
| 363 | /**
|
---|
| 364 | * @param bool
|
---|
| 365 | */
|
---|
| 366 | public function setTreadmill($treadmill)
|
---|
| 367 | {
|
---|
| 368 | $this->treadmill = $treadmill;
|
---|
| 369 | }
|
---|
| 370 | /**
|
---|
| 371 | * @return bool
|
---|
| 372 | */
|
---|
| 373 | public function getTreadmill()
|
---|
| 374 | {
|
---|
| 375 | return $this->treadmill;
|
---|
| 376 | }
|
---|
| 377 | /**
|
---|
| 378 | * @param string
|
---|
| 379 | */
|
---|
| 380 | public function setTreadmillException($treadmillException)
|
---|
| 381 | {
|
---|
| 382 | $this->treadmillException = $treadmillException;
|
---|
| 383 | }
|
---|
| 384 | /**
|
---|
| 385 | * @return string
|
---|
| 386 | */
|
---|
| 387 | public function getTreadmillException()
|
---|
| 388 | {
|
---|
| 389 | return $this->treadmillException;
|
---|
| 390 | }
|
---|
| 391 | /**
|
---|
| 392 | * @param bool
|
---|
| 393 | */
|
---|
| 394 | public function setWeightMachine($weightMachine)
|
---|
| 395 | {
|
---|
| 396 | $this->weightMachine = $weightMachine;
|
---|
| 397 | }
|
---|
| 398 | /**
|
---|
| 399 | * @return bool
|
---|
| 400 | */
|
---|
| 401 | public function getWeightMachine()
|
---|
| 402 | {
|
---|
| 403 | return $this->weightMachine;
|
---|
| 404 | }
|
---|
| 405 | /**
|
---|
| 406 | * @param string
|
---|
| 407 | */
|
---|
| 408 | public function setWeightMachineException($weightMachineException)
|
---|
| 409 | {
|
---|
| 410 | $this->weightMachineException = $weightMachineException;
|
---|
| 411 | }
|
---|
| 412 | /**
|
---|
| 413 | * @return string
|
---|
| 414 | */
|
---|
| 415 | public function getWeightMachineException()
|
---|
| 416 | {
|
---|
| 417 | return $this->weightMachineException;
|
---|
| 418 | }
|
---|
| 419 | }
|
---|
| 420 |
|
---|
| 421 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
| 422 | class_alias(Wellness::class, 'Google_Service_MyBusinessLodging_Wellness');
|
---|