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 18namespace Google\Service\MyBusinessLodging; 19 20class LivingAreaSleeping extends \Google\Model 21{ 22 /** 23 * @var int 24 */ 25 public $bedsCount; 26 /** 27 * @var string 28 */ 29 public $bedsCountException; 30 /** 31 * @var int 32 */ 33 public $bunkBedsCount; 34 /** 35 * @var string 36 */ 37 public $bunkBedsCountException; 38 /** 39 * @var int 40 */ 41 public $cribsCount; 42 /** 43 * @var string 44 */ 45 public $cribsCountException; 46 /** 47 * @var int 48 */ 49 public $doubleBedsCount; 50 /** 51 * @var string 52 */ 53 public $doubleBedsCountException; 54 /** 55 * @var bool 56 */ 57 public $featherPillows; 58 /** 59 * @var string 60 */ 61 public $featherPillowsException; 62 /** 63 * @var bool 64 */ 65 public $hypoallergenicBedding; 66 /** 67 * @var string 68 */ 69 public $hypoallergenicBeddingException; 70 /** 71 * @var int 72 */ 73 public $kingBedsCount; 74 /** 75 * @var string 76 */ 77 public $kingBedsCountException; 78 /** 79 * @var bool 80 */ 81 public $memoryFoamPillows; 82 /** 83 * @var string 84 */ 85 public $memoryFoamPillowsException; 86 /** 87 * @var int 88 */ 89 public $otherBedsCount; 90 /** 91 * @var string 92 */ 93 public $otherBedsCountException; 94 /** 95 * @var int 96 */ 97 public $queenBedsCount; 98 /** 99 * @var string 100 */ 101 public $queenBedsCountException; 102 /** 103 * @var int 104 */ 105 public $rollAwayBedsCount; 106 /** 107 * @var string 108 */ 109 public $rollAwayBedsCountException; 110 /** 111 * @var int 112 */ 113 public $singleOrTwinBedsCount; 114 /** 115 * @var string 116 */ 117 public $singleOrTwinBedsCountException; 118 /** 119 * @var int 120 */ 121 public $sofaBedsCount; 122 /** 123 * @var string 124 */ 125 public $sofaBedsCountException; 126 /** 127 * @var bool 128 */ 129 public $syntheticPillows; 130 /** 131 * @var string 132 */ 133 public $syntheticPillowsException; 134 135 /** 136 * @param int 137 */ 138 public function setBedsCount($bedsCount) 139 { 140 $this->bedsCount = $bedsCount; 141 } 142 /** 143 * @return int 144 */ 145 public function getBedsCount() 146 { 147 return $this->bedsCount; 148 } 149 /** 150 * @param string 151 */ 152 public function setBedsCountException($bedsCountException) 153 { 154 $this->bedsCountException = $bedsCountException; 155 } 156 /** 157 * @return string 158 */ 159 public function getBedsCountException() 160 { 161 return $this->bedsCountException; 162 } 163 /** 164 * @param int 165 */ 166 public function setBunkBedsCount($bunkBedsCount) 167 { 168 $this->bunkBedsCount = $bunkBedsCount; 169 } 170 /** 171 * @return int 172 */ 173 public function getBunkBedsCount() 174 { 175 return $this->bunkBedsCount; 176 } 177 /** 178 * @param string 179 */ 180 public function setBunkBedsCountException($bunkBedsCountException) 181 { 182 $this->bunkBedsCountException = $bunkBedsCountException; 183 } 184 /** 185 * @return string 186 */ 187 public function getBunkBedsCountException() 188 { 189 return $this->bunkBedsCountException; 190 } 191 /** 192 * @param int 193 */ 194 public function setCribsCount($cribsCount) 195 { 196 $this->cribsCount = $cribsCount; 197 } 198 /** 199 * @return int 200 */ 201 public function getCribsCount() 202 { 203 return $this->cribsCount; 204 } 205 /** 206 * @param string 207 */ 208 public function setCribsCountException($cribsCountException) 209 { 210 $this->cribsCountException = $cribsCountException; 211 } 212 /** 213 * @return string 214 */ 215 public function getCribsCountException() 216 { 217 return $this->cribsCountException; 218 } 219 /** 220 * @param int 221 */ 222 public function setDoubleBedsCount($doubleBedsCount) 223 { 224 $this->doubleBedsCount = $doubleBedsCount; 225 } 226 /** 227 * @return int 228 */ 229 public function getDoubleBedsCount() 230 { 231 return $this->doubleBedsCount; 232 } 233 /** 234 * @param string 235 */ 236 public function setDoubleBedsCountException($doubleBedsCountException) 237 { 238 $this->doubleBedsCountException = $doubleBedsCountException; 239 } 240 /** 241 * @return string 242 */ 243 public function getDoubleBedsCountException() 244 { 245 return $this->doubleBedsCountException; 246 } 247 /** 248 * @param bool 249 */ 250 public function setFeatherPillows($featherPillows) 251 { 252 $this->featherPillows = $featherPillows; 253 } 254 /** 255 * @return bool 256 */ 257 public function getFeatherPillows() 258 { 259 return $this->featherPillows; 260 } 261 /** 262 * @param string 263 */ 264 public function setFeatherPillowsException($featherPillowsException) 265 { 266 $this->featherPillowsException = $featherPillowsException; 267 } 268 /** 269 * @return string 270 */ 271 public function getFeatherPillowsException() 272 { 273 return $this->featherPillowsException; 274 } 275 /** 276 * @param bool 277 */ 278 public function setHypoallergenicBedding($hypoallergenicBedding) 279 { 280 $this->hypoallergenicBedding = $hypoallergenicBedding; 281 } 282 /** 283 * @return bool 284 */ 285 public function getHypoallergenicBedding() 286 { 287 return $this->hypoallergenicBedding; 288 } 289 /** 290 * @param string 291 */ 292 public function setHypoallergenicBeddingException($hypoallergenicBeddingException) 293 { 294 $this->hypoallergenicBeddingException = $hypoallergenicBeddingException; 295 } 296 /** 297 * @return string 298 */ 299 public function getHypoallergenicBeddingException() 300 { 301 return $this->hypoallergenicBeddingException; 302 } 303 /** 304 * @param int 305 */ 306 public function setKingBedsCount($kingBedsCount) 307 { 308 $this->kingBedsCount = $kingBedsCount; 309 } 310 /** 311 * @return int 312 */ 313 public function getKingBedsCount() 314 { 315 return $this->kingBedsCount; 316 } 317 /** 318 * @param string 319 */ 320 public function setKingBedsCountException($kingBedsCountException) 321 { 322 $this->kingBedsCountException = $kingBedsCountException; 323 } 324 /** 325 * @return string 326 */ 327 public function getKingBedsCountException() 328 { 329 return $this->kingBedsCountException; 330 } 331 /** 332 * @param bool 333 */ 334 public function setMemoryFoamPillows($memoryFoamPillows) 335 { 336 $this->memoryFoamPillows = $memoryFoamPillows; 337 } 338 /** 339 * @return bool 340 */ 341 public function getMemoryFoamPillows() 342 { 343 return $this->memoryFoamPillows; 344 } 345 /** 346 * @param string 347 */ 348 public function setMemoryFoamPillowsException($memoryFoamPillowsException) 349 { 350 $this->memoryFoamPillowsException = $memoryFoamPillowsException; 351 } 352 /** 353 * @return string 354 */ 355 public function getMemoryFoamPillowsException() 356 { 357 return $this->memoryFoamPillowsException; 358 } 359 /** 360 * @param int 361 */ 362 public function setOtherBedsCount($otherBedsCount) 363 { 364 $this->otherBedsCount = $otherBedsCount; 365 } 366 /** 367 * @return int 368 */ 369 public function getOtherBedsCount() 370 { 371 return $this->otherBedsCount; 372 } 373 /** 374 * @param string 375 */ 376 public function setOtherBedsCountException($otherBedsCountException) 377 { 378 $this->otherBedsCountException = $otherBedsCountException; 379 } 380 /** 381 * @return string 382 */ 383 public function getOtherBedsCountException() 384 { 385 return $this->otherBedsCountException; 386 } 387 /** 388 * @param int 389 */ 390 public function setQueenBedsCount($queenBedsCount) 391 { 392 $this->queenBedsCount = $queenBedsCount; 393 } 394 /** 395 * @return int 396 */ 397 public function getQueenBedsCount() 398 { 399 return $this->queenBedsCount; 400 } 401 /** 402 * @param string 403 */ 404 public function setQueenBedsCountException($queenBedsCountException) 405 { 406 $this->queenBedsCountException = $queenBedsCountException; 407 } 408 /** 409 * @return string 410 */ 411 public function getQueenBedsCountException() 412 { 413 return $this->queenBedsCountException; 414 } 415 /** 416 * @param int 417 */ 418 public function setRollAwayBedsCount($rollAwayBedsCount) 419 { 420 $this->rollAwayBedsCount = $rollAwayBedsCount; 421 } 422 /** 423 * @return int 424 */ 425 public function getRollAwayBedsCount() 426 { 427 return $this->rollAwayBedsCount; 428 } 429 /** 430 * @param string 431 */ 432 public function setRollAwayBedsCountException($rollAwayBedsCountException) 433 { 434 $this->rollAwayBedsCountException = $rollAwayBedsCountException; 435 } 436 /** 437 * @return string 438 */ 439 public function getRollAwayBedsCountException() 440 { 441 return $this->rollAwayBedsCountException; 442 } 443 /** 444 * @param int 445 */ 446 public function setSingleOrTwinBedsCount($singleOrTwinBedsCount) 447 { 448 $this->singleOrTwinBedsCount = $singleOrTwinBedsCount; 449 } 450 /** 451 * @return int 452 */ 453 public function getSingleOrTwinBedsCount() 454 { 455 return $this->singleOrTwinBedsCount; 456 } 457 /** 458 * @param string 459 */ 460 public function setSingleOrTwinBedsCountException($singleOrTwinBedsCountException) 461 { 462 $this->singleOrTwinBedsCountException = $singleOrTwinBedsCountException; 463 } 464 /** 465 * @return string 466 */ 467 public function getSingleOrTwinBedsCountException() 468 { 469 return $this->singleOrTwinBedsCountException; 470 } 471 /** 472 * @param int 473 */ 474 public function setSofaBedsCount($sofaBedsCount) 475 { 476 $this->sofaBedsCount = $sofaBedsCount; 477 } 478 /** 479 * @return int 480 */ 481 public function getSofaBedsCount() 482 { 483 return $this->sofaBedsCount; 484 } 485 /** 486 * @param string 487 */ 488 public function setSofaBedsCountException($sofaBedsCountException) 489 { 490 $this->sofaBedsCountException = $sofaBedsCountException; 491 } 492 /** 493 * @return string 494 */ 495 public function getSofaBedsCountException() 496 { 497 return $this->sofaBedsCountException; 498 } 499 /** 500 * @param bool 501 */ 502 public function setSyntheticPillows($syntheticPillows) 503 { 504 $this->syntheticPillows = $syntheticPillows; 505 } 506 /** 507 * @return bool 508 */ 509 public function getSyntheticPillows() 510 { 511 return $this->syntheticPillows; 512 } 513 /** 514 * @param string 515 */ 516 public function setSyntheticPillowsException($syntheticPillowsException) 517 { 518 $this->syntheticPillowsException = $syntheticPillowsException; 519 } 520 /** 521 * @return string 522 */ 523 public function getSyntheticPillowsException() 524 { 525 return $this->syntheticPillowsException; 526 } 527} 528 529// Adding a class alias for backwards compatibility with the previous class name. 530class_alias(LivingAreaSleeping::class, 'Google_Service_MyBusinessLodging_LivingAreaSleeping'); 531