PageRenderTime 63ms CodeModel.GetById 28ms RepoModel.GetById 0ms app.codeStats 1ms

/src/Google/Service/Spectrum.php

https://github.com/leogaggl/pluspress
PHP | 1873 lines | 1461 code | 317 blank | 95 comment | 0 complexity | 77ea938606b4d01536b4aac5bb851d14 MD5 | raw file
  1. <?php
  2. /*
  3. * Copyright 2010 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. * Service definition for Spectrum (v1explorer).
  19. *
  20. * <p>
  21. * API for spectrum-management functions.
  22. * </p>
  23. *
  24. * <p>
  25. * For more information about this service, see the API
  26. * <a href="http://developers.google.com/spectrum" target="_blank">Documentation</a>
  27. * </p>
  28. *
  29. * @author Google, Inc.
  30. */
  31. class Google_Service_Spectrum extends Google_Service
  32. {
  33. public $paws;
  34. /**
  35. * Constructs the internal representation of the Spectrum service.
  36. *
  37. * @param Google_Client $client
  38. */
  39. public function __construct(Google_Client $client)
  40. {
  41. parent::__construct($client);
  42. $this->servicePath = 'spectrum/v1explorer/paws/';
  43. $this->version = 'v1explorer';
  44. $this->serviceName = 'spectrum';
  45. $this->paws = new Google_Service_Spectrum_Paws_Resource(
  46. $this,
  47. $this->serviceName,
  48. 'paws',
  49. array(
  50. 'methods' => array(
  51. 'getSpectrum' => array(
  52. 'path' => 'getSpectrum',
  53. 'httpMethod' => 'POST',
  54. 'parameters' => array(),
  55. ),'getSpectrumBatch' => array(
  56. 'path' => 'getSpectrumBatch',
  57. 'httpMethod' => 'POST',
  58. 'parameters' => array(),
  59. ),'init' => array(
  60. 'path' => 'init',
  61. 'httpMethod' => 'POST',
  62. 'parameters' => array(),
  63. ),'notifySpectrumUse' => array(
  64. 'path' => 'notifySpectrumUse',
  65. 'httpMethod' => 'POST',
  66. 'parameters' => array(),
  67. ),'register' => array(
  68. 'path' => 'register',
  69. 'httpMethod' => 'POST',
  70. 'parameters' => array(),
  71. ),'verifyDevice' => array(
  72. 'path' => 'verifyDevice',
  73. 'httpMethod' => 'POST',
  74. 'parameters' => array(),
  75. ),
  76. )
  77. )
  78. );
  79. }
  80. }
  81. /**
  82. * The "paws" collection of methods.
  83. * Typical usage is:
  84. * <code>
  85. * $spectrumService = new Google_Service_Spectrum(...);
  86. * $paws = $spectrumService->paws;
  87. * </code>
  88. */
  89. class Google_Service_Spectrum_Paws_Resource extends Google_Service_Resource
  90. {
  91. /**
  92. * Requests information about the available spectrum for a device at a location.
  93. * Requests from a fixed-mode device must include owner information so the
  94. * device can be registered with the database. (paws.getSpectrum)
  95. *
  96. * @param Google_PawsGetSpectrumRequest $postBody
  97. * @param array $optParams Optional parameters.
  98. * @return Google_Service_Spectrum_PawsGetSpectrumResponse
  99. */
  100. public function getSpectrum(Google_Service_Spectrum_PawsGetSpectrumRequest $postBody, $optParams = array())
  101. {
  102. $params = array('postBody' => $postBody);
  103. $params = array_merge($params, $optParams);
  104. return $this->call('getSpectrum', array($params), "Google_Service_Spectrum_PawsGetSpectrumResponse");
  105. }
  106. /**
  107. * The Google Spectrum Database does not support batch requests, so this method
  108. * always yields an UNIMPLEMENTED error. (paws.getSpectrumBatch)
  109. *
  110. * @param Google_PawsGetSpectrumBatchRequest $postBody
  111. * @param array $optParams Optional parameters.
  112. * @return Google_Service_Spectrum_PawsGetSpectrumBatchResponse
  113. */
  114. public function getSpectrumBatch(Google_Service_Spectrum_PawsGetSpectrumBatchRequest $postBody, $optParams = array())
  115. {
  116. $params = array('postBody' => $postBody);
  117. $params = array_merge($params, $optParams);
  118. return $this->call('getSpectrumBatch', array($params), "Google_Service_Spectrum_PawsGetSpectrumBatchResponse");
  119. }
  120. /**
  121. * Initializes the connection between a white space device and the database.
  122. * (paws.init)
  123. *
  124. * @param Google_PawsInitRequest $postBody
  125. * @param array $optParams Optional parameters.
  126. * @return Google_Service_Spectrum_PawsInitResponse
  127. */
  128. public function init(Google_Service_Spectrum_PawsInitRequest $postBody, $optParams = array())
  129. {
  130. $params = array('postBody' => $postBody);
  131. $params = array_merge($params, $optParams);
  132. return $this->call('init', array($params), "Google_Service_Spectrum_PawsInitResponse");
  133. }
  134. /**
  135. * Notifies the database that the device has selected certain frequency ranges
  136. * for transmission. Only to be invoked when required by the regulator. The
  137. * Google Spectrum Database does not operate in domains that require
  138. * notification, so this always yields an UNIMPLEMENTED error.
  139. * (paws.notifySpectrumUse)
  140. *
  141. * @param Google_PawsNotifySpectrumUseRequest $postBody
  142. * @param array $optParams Optional parameters.
  143. * @return Google_Service_Spectrum_PawsNotifySpectrumUseResponse
  144. */
  145. public function notifySpectrumUse(Google_Service_Spectrum_PawsNotifySpectrumUseRequest $postBody, $optParams = array())
  146. {
  147. $params = array('postBody' => $postBody);
  148. $params = array_merge($params, $optParams);
  149. return $this->call('notifySpectrumUse', array($params), "Google_Service_Spectrum_PawsNotifySpectrumUseResponse");
  150. }
  151. /**
  152. * The Google Spectrum Database implements registration in the getSpectrum
  153. * method. As such this always returns an UNIMPLEMENTED error. (paws.register)
  154. *
  155. * @param Google_PawsRegisterRequest $postBody
  156. * @param array $optParams Optional parameters.
  157. * @return Google_Service_Spectrum_PawsRegisterResponse
  158. */
  159. public function register(Google_Service_Spectrum_PawsRegisterRequest $postBody, $optParams = array())
  160. {
  161. $params = array('postBody' => $postBody);
  162. $params = array_merge($params, $optParams);
  163. return $this->call('register', array($params), "Google_Service_Spectrum_PawsRegisterResponse");
  164. }
  165. /**
  166. * Validates a device for white space use in accordance with regulatory rules.
  167. * The Google Spectrum Database does not support master/slave configurations, so
  168. * this always yields an UNIMPLEMENTED error. (paws.verifyDevice)
  169. *
  170. * @param Google_PawsVerifyDeviceRequest $postBody
  171. * @param array $optParams Optional parameters.
  172. * @return Google_Service_Spectrum_PawsVerifyDeviceResponse
  173. */
  174. public function verifyDevice(Google_Service_Spectrum_PawsVerifyDeviceRequest $postBody, $optParams = array())
  175. {
  176. $params = array('postBody' => $postBody);
  177. $params = array_merge($params, $optParams);
  178. return $this->call('verifyDevice', array($params), "Google_Service_Spectrum_PawsVerifyDeviceResponse");
  179. }
  180. }
  181. class Google_Service_Spectrum_AntennaCharacteristics extends Google_Model
  182. {
  183. public $height;
  184. public $heightType;
  185. public $heightUncertainty;
  186. public function setHeight($height)
  187. {
  188. $this->height = $height;
  189. }
  190. public function getHeight()
  191. {
  192. return $this->height;
  193. }
  194. public function setHeightType($heightType)
  195. {
  196. $this->heightType = $heightType;
  197. }
  198. public function getHeightType()
  199. {
  200. return $this->heightType;
  201. }
  202. public function setHeightUncertainty($heightUncertainty)
  203. {
  204. $this->heightUncertainty = $heightUncertainty;
  205. }
  206. public function getHeightUncertainty()
  207. {
  208. return $this->heightUncertainty;
  209. }
  210. }
  211. class Google_Service_Spectrum_DatabaseSpec extends Google_Model
  212. {
  213. public $name;
  214. public $uri;
  215. public function setName($name)
  216. {
  217. $this->name = $name;
  218. }
  219. public function getName()
  220. {
  221. return $this->name;
  222. }
  223. public function setUri($uri)
  224. {
  225. $this->uri = $uri;
  226. }
  227. public function getUri()
  228. {
  229. return $this->uri;
  230. }
  231. }
  232. class Google_Service_Spectrum_DbUpdateSpec extends Google_Collection
  233. {
  234. protected $databasesType = 'Google_Service_Spectrum_DatabaseSpec';
  235. protected $databasesDataType = 'array';
  236. public function setDatabases($databases)
  237. {
  238. $this->databases = $databases;
  239. }
  240. public function getDatabases()
  241. {
  242. return $this->databases;
  243. }
  244. }
  245. class Google_Service_Spectrum_DeviceCapabilities extends Google_Collection
  246. {
  247. protected $frequencyRangesType = 'Google_Service_Spectrum_FrequencyRange';
  248. protected $frequencyRangesDataType = 'array';
  249. public function setFrequencyRanges($frequencyRanges)
  250. {
  251. $this->frequencyRanges = $frequencyRanges;
  252. }
  253. public function getFrequencyRanges()
  254. {
  255. return $this->frequencyRanges;
  256. }
  257. }
  258. class Google_Service_Spectrum_DeviceDescriptor extends Google_Collection
  259. {
  260. public $etsiEnDeviceCategory;
  261. public $etsiEnDeviceEmissionsClass;
  262. public $etsiEnDeviceType;
  263. public $etsiEnTechnologyId;
  264. public $fccId;
  265. public $fccTvbdDeviceType;
  266. public $manufacturerId;
  267. public $modelId;
  268. public $rulesetIds;
  269. public $serialNumber;
  270. public function setEtsiEnDeviceCategory($etsiEnDeviceCategory)
  271. {
  272. $this->etsiEnDeviceCategory = $etsiEnDeviceCategory;
  273. }
  274. public function getEtsiEnDeviceCategory()
  275. {
  276. return $this->etsiEnDeviceCategory;
  277. }
  278. public function setEtsiEnDeviceEmissionsClass($etsiEnDeviceEmissionsClass)
  279. {
  280. $this->etsiEnDeviceEmissionsClass = $etsiEnDeviceEmissionsClass;
  281. }
  282. public function getEtsiEnDeviceEmissionsClass()
  283. {
  284. return $this->etsiEnDeviceEmissionsClass;
  285. }
  286. public function setEtsiEnDeviceType($etsiEnDeviceType)
  287. {
  288. $this->etsiEnDeviceType = $etsiEnDeviceType;
  289. }
  290. public function getEtsiEnDeviceType()
  291. {
  292. return $this->etsiEnDeviceType;
  293. }
  294. public function setEtsiEnTechnologyId($etsiEnTechnologyId)
  295. {
  296. $this->etsiEnTechnologyId = $etsiEnTechnologyId;
  297. }
  298. public function getEtsiEnTechnologyId()
  299. {
  300. return $this->etsiEnTechnologyId;
  301. }
  302. public function setFccId($fccId)
  303. {
  304. $this->fccId = $fccId;
  305. }
  306. public function getFccId()
  307. {
  308. return $this->fccId;
  309. }
  310. public function setFccTvbdDeviceType($fccTvbdDeviceType)
  311. {
  312. $this->fccTvbdDeviceType = $fccTvbdDeviceType;
  313. }
  314. public function getFccTvbdDeviceType()
  315. {
  316. return $this->fccTvbdDeviceType;
  317. }
  318. public function setManufacturerId($manufacturerId)
  319. {
  320. $this->manufacturerId = $manufacturerId;
  321. }
  322. public function getManufacturerId()
  323. {
  324. return $this->manufacturerId;
  325. }
  326. public function setModelId($modelId)
  327. {
  328. $this->modelId = $modelId;
  329. }
  330. public function getModelId()
  331. {
  332. return $this->modelId;
  333. }
  334. public function setRulesetIds($rulesetIds)
  335. {
  336. $this->rulesetIds = $rulesetIds;
  337. }
  338. public function getRulesetIds()
  339. {
  340. return $this->rulesetIds;
  341. }
  342. public function setSerialNumber($serialNumber)
  343. {
  344. $this->serialNumber = $serialNumber;
  345. }
  346. public function getSerialNumber()
  347. {
  348. return $this->serialNumber;
  349. }
  350. }
  351. class Google_Service_Spectrum_DeviceOwner extends Google_Model
  352. {
  353. protected $operatorType = 'Google_Service_Spectrum_Vcard';
  354. protected $operatorDataType = '';
  355. protected $ownerType = 'Google_Service_Spectrum_Vcard';
  356. protected $ownerDataType = '';
  357. public function setOperator(Google_Service_Spectrum_Vcard $operator)
  358. {
  359. $this->operator = $operator;
  360. }
  361. public function getOperator()
  362. {
  363. return $this->operator;
  364. }
  365. public function setOwner(Google_Service_Spectrum_Vcard $owner)
  366. {
  367. $this->owner = $owner;
  368. }
  369. public function getOwner()
  370. {
  371. return $this->owner;
  372. }
  373. }
  374. class Google_Service_Spectrum_DeviceValidity extends Google_Model
  375. {
  376. protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor';
  377. protected $deviceDescDataType = '';
  378. public $isValid;
  379. public $reason;
  380. public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc)
  381. {
  382. $this->deviceDesc = $deviceDesc;
  383. }
  384. public function getDeviceDesc()
  385. {
  386. return $this->deviceDesc;
  387. }
  388. public function setIsValid($isValid)
  389. {
  390. $this->isValid = $isValid;
  391. }
  392. public function getIsValid()
  393. {
  394. return $this->isValid;
  395. }
  396. public function setReason($reason)
  397. {
  398. $this->reason = $reason;
  399. }
  400. public function getReason()
  401. {
  402. return $this->reason;
  403. }
  404. }
  405. class Google_Service_Spectrum_EventTime extends Google_Model
  406. {
  407. public $startTime;
  408. public $stopTime;
  409. public function setStartTime($startTime)
  410. {
  411. $this->startTime = $startTime;
  412. }
  413. public function getStartTime()
  414. {
  415. return $this->startTime;
  416. }
  417. public function setStopTime($stopTime)
  418. {
  419. $this->stopTime = $stopTime;
  420. }
  421. public function getStopTime()
  422. {
  423. return $this->stopTime;
  424. }
  425. }
  426. class Google_Service_Spectrum_FrequencyRange extends Google_Model
  427. {
  428. public $channelId;
  429. public $maxPowerDBm;
  430. public $startHz;
  431. public $stopHz;
  432. public function setChannelId($channelId)
  433. {
  434. $this->channelId = $channelId;
  435. }
  436. public function getChannelId()
  437. {
  438. return $this->channelId;
  439. }
  440. public function setMaxPowerDBm($maxPowerDBm)
  441. {
  442. $this->maxPowerDBm = $maxPowerDBm;
  443. }
  444. public function getMaxPowerDBm()
  445. {
  446. return $this->maxPowerDBm;
  447. }
  448. public function setStartHz($startHz)
  449. {
  450. $this->startHz = $startHz;
  451. }
  452. public function getStartHz()
  453. {
  454. return $this->startHz;
  455. }
  456. public function setStopHz($stopHz)
  457. {
  458. $this->stopHz = $stopHz;
  459. }
  460. public function getStopHz()
  461. {
  462. return $this->stopHz;
  463. }
  464. }
  465. class Google_Service_Spectrum_GeoLocation extends Google_Model
  466. {
  467. public $confidence;
  468. protected $pointType = 'Google_Service_Spectrum_GeoLocationEllipse';
  469. protected $pointDataType = '';
  470. protected $regionType = 'Google_Service_Spectrum_GeoLocationPolygon';
  471. protected $regionDataType = '';
  472. public function setConfidence($confidence)
  473. {
  474. $this->confidence = $confidence;
  475. }
  476. public function getConfidence()
  477. {
  478. return $this->confidence;
  479. }
  480. public function setPoint(Google_Service_Spectrum_GeoLocationEllipse $point)
  481. {
  482. $this->point = $point;
  483. }
  484. public function getPoint()
  485. {
  486. return $this->point;
  487. }
  488. public function setRegion(Google_Service_Spectrum_GeoLocationPolygon $region)
  489. {
  490. $this->region = $region;
  491. }
  492. public function getRegion()
  493. {
  494. return $this->region;
  495. }
  496. }
  497. class Google_Service_Spectrum_GeoLocationEllipse extends Google_Model
  498. {
  499. protected $centerType = 'Google_Service_Spectrum_GeoLocationPoint';
  500. protected $centerDataType = '';
  501. public $orientation;
  502. public $semiMajorAxis;
  503. public $semiMinorAxis;
  504. public function setCenter(Google_Service_Spectrum_GeoLocationPoint $center)
  505. {
  506. $this->center = $center;
  507. }
  508. public function getCenter()
  509. {
  510. return $this->center;
  511. }
  512. public function setOrientation($orientation)
  513. {
  514. $this->orientation = $orientation;
  515. }
  516. public function getOrientation()
  517. {
  518. return $this->orientation;
  519. }
  520. public function setSemiMajorAxis($semiMajorAxis)
  521. {
  522. $this->semiMajorAxis = $semiMajorAxis;
  523. }
  524. public function getSemiMajorAxis()
  525. {
  526. return $this->semiMajorAxis;
  527. }
  528. public function setSemiMinorAxis($semiMinorAxis)
  529. {
  530. $this->semiMinorAxis = $semiMinorAxis;
  531. }
  532. public function getSemiMinorAxis()
  533. {
  534. return $this->semiMinorAxis;
  535. }
  536. }
  537. class Google_Service_Spectrum_GeoLocationPoint extends Google_Model
  538. {
  539. public $latitude;
  540. public $longitude;
  541. public function setLatitude($latitude)
  542. {
  543. $this->latitude = $latitude;
  544. }
  545. public function getLatitude()
  546. {
  547. return $this->latitude;
  548. }
  549. public function setLongitude($longitude)
  550. {
  551. $this->longitude = $longitude;
  552. }
  553. public function getLongitude()
  554. {
  555. return $this->longitude;
  556. }
  557. }
  558. class Google_Service_Spectrum_GeoLocationPolygon extends Google_Collection
  559. {
  560. protected $exteriorType = 'Google_Service_Spectrum_GeoLocationPoint';
  561. protected $exteriorDataType = 'array';
  562. public function setExterior($exterior)
  563. {
  564. $this->exterior = $exterior;
  565. }
  566. public function getExterior()
  567. {
  568. return $this->exterior;
  569. }
  570. }
  571. class Google_Service_Spectrum_GeoSpectrumSchedule extends Google_Collection
  572. {
  573. protected $locationType = 'Google_Service_Spectrum_GeoLocation';
  574. protected $locationDataType = '';
  575. protected $spectrumSchedulesType = 'Google_Service_Spectrum_SpectrumSchedule';
  576. protected $spectrumSchedulesDataType = 'array';
  577. public function setLocation(Google_Service_Spectrum_GeoLocation $location)
  578. {
  579. $this->location = $location;
  580. }
  581. public function getLocation()
  582. {
  583. return $this->location;
  584. }
  585. public function setSpectrumSchedules($spectrumSchedules)
  586. {
  587. $this->spectrumSchedules = $spectrumSchedules;
  588. }
  589. public function getSpectrumSchedules()
  590. {
  591. return $this->spectrumSchedules;
  592. }
  593. }
  594. class Google_Service_Spectrum_PawsGetSpectrumBatchRequest extends Google_Collection
  595. {
  596. protected $antennaType = 'Google_Service_Spectrum_AntennaCharacteristics';
  597. protected $antennaDataType = '';
  598. protected $capabilitiesType = 'Google_Service_Spectrum_DeviceCapabilities';
  599. protected $capabilitiesDataType = '';
  600. protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor';
  601. protected $deviceDescDataType = '';
  602. protected $locationsType = 'Google_Service_Spectrum_GeoLocation';
  603. protected $locationsDataType = 'array';
  604. protected $masterDeviceDescType = 'Google_Service_Spectrum_DeviceDescriptor';
  605. protected $masterDeviceDescDataType = '';
  606. protected $ownerType = 'Google_Service_Spectrum_DeviceOwner';
  607. protected $ownerDataType = '';
  608. public $requestType;
  609. public $type;
  610. public $version;
  611. public function setAntenna(Google_Service_Spectrum_AntennaCharacteristics $antenna)
  612. {
  613. $this->antenna = $antenna;
  614. }
  615. public function getAntenna()
  616. {
  617. return $this->antenna;
  618. }
  619. public function setCapabilities(Google_Service_Spectrum_DeviceCapabilities $capabilities)
  620. {
  621. $this->capabilities = $capabilities;
  622. }
  623. public function getCapabilities()
  624. {
  625. return $this->capabilities;
  626. }
  627. public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc)
  628. {
  629. $this->deviceDesc = $deviceDesc;
  630. }
  631. public function getDeviceDesc()
  632. {
  633. return $this->deviceDesc;
  634. }
  635. public function setLocations($locations)
  636. {
  637. $this->locations = $locations;
  638. }
  639. public function getLocations()
  640. {
  641. return $this->locations;
  642. }
  643. public function setMasterDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $masterDeviceDesc)
  644. {
  645. $this->masterDeviceDesc = $masterDeviceDesc;
  646. }
  647. public function getMasterDeviceDesc()
  648. {
  649. return $this->masterDeviceDesc;
  650. }
  651. public function setOwner(Google_Service_Spectrum_DeviceOwner $owner)
  652. {
  653. $this->owner = $owner;
  654. }
  655. public function getOwner()
  656. {
  657. return $this->owner;
  658. }
  659. public function setRequestType($requestType)
  660. {
  661. $this->requestType = $requestType;
  662. }
  663. public function getRequestType()
  664. {
  665. return $this->requestType;
  666. }
  667. public function setType($type)
  668. {
  669. $this->type = $type;
  670. }
  671. public function getType()
  672. {
  673. return $this->type;
  674. }
  675. public function setVersion($version)
  676. {
  677. $this->version = $version;
  678. }
  679. public function getVersion()
  680. {
  681. return $this->version;
  682. }
  683. }
  684. class Google_Service_Spectrum_PawsGetSpectrumBatchResponse extends Google_Collection
  685. {
  686. protected $databaseChangeType = 'Google_Service_Spectrum_DbUpdateSpec';
  687. protected $databaseChangeDataType = '';
  688. protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor';
  689. protected $deviceDescDataType = '';
  690. protected $geoSpectrumSchedulesType = 'Google_Service_Spectrum_GeoSpectrumSchedule';
  691. protected $geoSpectrumSchedulesDataType = 'array';
  692. public $kind;
  693. public $maxContiguousBwHz;
  694. public $maxTotalBwHz;
  695. public $needsSpectrumReport;
  696. protected $rulesetInfoType = 'Google_Service_Spectrum_RulesetInfo';
  697. protected $rulesetInfoDataType = '';
  698. public $timestamp;
  699. public $type;
  700. public $version;
  701. public function setDatabaseChange(Google_Service_Spectrum_DbUpdateSpec $databaseChange)
  702. {
  703. $this->databaseChange = $databaseChange;
  704. }
  705. public function getDatabaseChange()
  706. {
  707. return $this->databaseChange;
  708. }
  709. public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc)
  710. {
  711. $this->deviceDesc = $deviceDesc;
  712. }
  713. public function getDeviceDesc()
  714. {
  715. return $this->deviceDesc;
  716. }
  717. public function setGeoSpectrumSchedules($geoSpectrumSchedules)
  718. {
  719. $this->geoSpectrumSchedules = $geoSpectrumSchedules;
  720. }
  721. public function getGeoSpectrumSchedules()
  722. {
  723. return $this->geoSpectrumSchedules;
  724. }
  725. public function setKind($kind)
  726. {
  727. $this->kind = $kind;
  728. }
  729. public function getKind()
  730. {
  731. return $this->kind;
  732. }
  733. public function setMaxContiguousBwHz($maxContiguousBwHz)
  734. {
  735. $this->maxContiguousBwHz = $maxContiguousBwHz;
  736. }
  737. public function getMaxContiguousBwHz()
  738. {
  739. return $this->maxContiguousBwHz;
  740. }
  741. public function setMaxTotalBwHz($maxTotalBwHz)
  742. {
  743. $this->maxTotalBwHz = $maxTotalBwHz;
  744. }
  745. public function getMaxTotalBwHz()
  746. {
  747. return $this->maxTotalBwHz;
  748. }
  749. public function setNeedsSpectrumReport($needsSpectrumReport)
  750. {
  751. $this->needsSpectrumReport = $needsSpectrumReport;
  752. }
  753. public function getNeedsSpectrumReport()
  754. {
  755. return $this->needsSpectrumReport;
  756. }
  757. public function setRulesetInfo(Google_Service_Spectrum_RulesetInfo $rulesetInfo)
  758. {
  759. $this->rulesetInfo = $rulesetInfo;
  760. }
  761. public function getRulesetInfo()
  762. {
  763. return $this->rulesetInfo;
  764. }
  765. public function setTimestamp($timestamp)
  766. {
  767. $this->timestamp = $timestamp;
  768. }
  769. public function getTimestamp()
  770. {
  771. return $this->timestamp;
  772. }
  773. public function setType($type)
  774. {
  775. $this->type = $type;
  776. }
  777. public function getType()
  778. {
  779. return $this->type;
  780. }
  781. public function setVersion($version)
  782. {
  783. $this->version = $version;
  784. }
  785. public function getVersion()
  786. {
  787. return $this->version;
  788. }
  789. }
  790. class Google_Service_Spectrum_PawsGetSpectrumRequest extends Google_Model
  791. {
  792. protected $antennaType = 'Google_Service_Spectrum_AntennaCharacteristics';
  793. protected $antennaDataType = '';
  794. protected $capabilitiesType = 'Google_Service_Spectrum_DeviceCapabilities';
  795. protected $capabilitiesDataType = '';
  796. protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor';
  797. protected $deviceDescDataType = '';
  798. protected $locationType = 'Google_Service_Spectrum_GeoLocation';
  799. protected $locationDataType = '';
  800. protected $masterDeviceDescType = 'Google_Service_Spectrum_DeviceDescriptor';
  801. protected $masterDeviceDescDataType = '';
  802. protected $ownerType = 'Google_Service_Spectrum_DeviceOwner';
  803. protected $ownerDataType = '';
  804. public $requestType;
  805. public $type;
  806. public $version;
  807. public function setAntenna(Google_Service_Spectrum_AntennaCharacteristics $antenna)
  808. {
  809. $this->antenna = $antenna;
  810. }
  811. public function getAntenna()
  812. {
  813. return $this->antenna;
  814. }
  815. public function setCapabilities(Google_Service_Spectrum_DeviceCapabilities $capabilities)
  816. {
  817. $this->capabilities = $capabilities;
  818. }
  819. public function getCapabilities()
  820. {
  821. return $this->capabilities;
  822. }
  823. public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc)
  824. {
  825. $this->deviceDesc = $deviceDesc;
  826. }
  827. public function getDeviceDesc()
  828. {
  829. return $this->deviceDesc;
  830. }
  831. public function setLocation(Google_Service_Spectrum_GeoLocation $location)
  832. {
  833. $this->location = $location;
  834. }
  835. public function getLocation()
  836. {
  837. return $this->location;
  838. }
  839. public function setMasterDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $masterDeviceDesc)
  840. {
  841. $this->masterDeviceDesc = $masterDeviceDesc;
  842. }
  843. public function getMasterDeviceDesc()
  844. {
  845. return $this->masterDeviceDesc;
  846. }
  847. public function setOwner(Google_Service_Spectrum_DeviceOwner $owner)
  848. {
  849. $this->owner = $owner;
  850. }
  851. public function getOwner()
  852. {
  853. return $this->owner;
  854. }
  855. public function setRequestType($requestType)
  856. {
  857. $this->requestType = $requestType;
  858. }
  859. public function getRequestType()
  860. {
  861. return $this->requestType;
  862. }
  863. public function setType($type)
  864. {
  865. $this->type = $type;
  866. }
  867. public function getType()
  868. {
  869. return $this->type;
  870. }
  871. public function setVersion($version)
  872. {
  873. $this->version = $version;
  874. }
  875. public function getVersion()
  876. {
  877. return $this->version;
  878. }
  879. }
  880. class Google_Service_Spectrum_PawsGetSpectrumResponse extends Google_Collection
  881. {
  882. protected $databaseChangeType = 'Google_Service_Spectrum_DbUpdateSpec';
  883. protected $databaseChangeDataType = '';
  884. protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor';
  885. protected $deviceDescDataType = '';
  886. public $kind;
  887. public $maxContiguousBwHz;
  888. public $maxTotalBwHz;
  889. public $needsSpectrumReport;
  890. protected $rulesetInfoType = 'Google_Service_Spectrum_RulesetInfo';
  891. protected $rulesetInfoDataType = '';
  892. protected $spectrumSchedulesType = 'Google_Service_Spectrum_SpectrumSchedule';
  893. protected $spectrumSchedulesDataType = 'array';
  894. public $timestamp;
  895. public $type;
  896. public $version;
  897. public function setDatabaseChange(Google_Service_Spectrum_DbUpdateSpec $databaseChange)
  898. {
  899. $this->databaseChange = $databaseChange;
  900. }
  901. public function getDatabaseChange()
  902. {
  903. return $this->databaseChange;
  904. }
  905. public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc)
  906. {
  907. $this->deviceDesc = $deviceDesc;
  908. }
  909. public function getDeviceDesc()
  910. {
  911. return $this->deviceDesc;
  912. }
  913. public function setKind($kind)
  914. {
  915. $this->kind = $kind;
  916. }
  917. public function getKind()
  918. {
  919. return $this->kind;
  920. }
  921. public function setMaxContiguousBwHz($maxContiguousBwHz)
  922. {
  923. $this->maxContiguousBwHz = $maxContiguousBwHz;
  924. }
  925. public function getMaxContiguousBwHz()
  926. {
  927. return $this->maxContiguousBwHz;
  928. }
  929. public function setMaxTotalBwHz($maxTotalBwHz)
  930. {
  931. $this->maxTotalBwHz = $maxTotalBwHz;
  932. }
  933. public function getMaxTotalBwHz()
  934. {
  935. return $this->maxTotalBwHz;
  936. }
  937. public function setNeedsSpectrumReport($needsSpectrumReport)
  938. {
  939. $this->needsSpectrumReport = $needsSpectrumReport;
  940. }
  941. public function getNeedsSpectrumReport()
  942. {
  943. return $this->needsSpectrumReport;
  944. }
  945. public function setRulesetInfo(Google_Service_Spectrum_RulesetInfo $rulesetInfo)
  946. {
  947. $this->rulesetInfo = $rulesetInfo;
  948. }
  949. public function getRulesetInfo()
  950. {
  951. return $this->rulesetInfo;
  952. }
  953. public function setSpectrumSchedules($spectrumSchedules)
  954. {
  955. $this->spectrumSchedules = $spectrumSchedules;
  956. }
  957. public function getSpectrumSchedules()
  958. {
  959. return $this->spectrumSchedules;
  960. }
  961. public function setTimestamp($timestamp)
  962. {
  963. $this->timestamp = $timestamp;
  964. }
  965. public function getTimestamp()
  966. {
  967. return $this->timestamp;
  968. }
  969. public function setType($type)
  970. {
  971. $this->type = $type;
  972. }
  973. public function getType()
  974. {
  975. return $this->type;
  976. }
  977. public function setVersion($version)
  978. {
  979. $this->version = $version;
  980. }
  981. public function getVersion()
  982. {
  983. return $this->version;
  984. }
  985. }
  986. class Google_Service_Spectrum_PawsInitRequest extends Google_Model
  987. {
  988. protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor';
  989. protected $deviceDescDataType = '';
  990. protected $locationType = 'Google_Service_Spectrum_GeoLocation';
  991. protected $locationDataType = '';
  992. public $type;
  993. public $version;
  994. public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc)
  995. {
  996. $this->deviceDesc = $deviceDesc;
  997. }
  998. public function getDeviceDesc()
  999. {
  1000. return $this->deviceDesc;
  1001. }
  1002. public function setLocation(Google_Service_Spectrum_GeoLocation $location)
  1003. {
  1004. $this->location = $location;
  1005. }
  1006. public function getLocation()
  1007. {
  1008. return $this->location;
  1009. }
  1010. public function setType($type)
  1011. {
  1012. $this->type = $type;
  1013. }
  1014. public function getType()
  1015. {
  1016. return $this->type;
  1017. }
  1018. public function setVersion($version)
  1019. {
  1020. $this->version = $version;
  1021. }
  1022. public function getVersion()
  1023. {
  1024. return $this->version;
  1025. }
  1026. }
  1027. class Google_Service_Spectrum_PawsInitResponse extends Google_Model
  1028. {
  1029. protected $databaseChangeType = 'Google_Service_Spectrum_DbUpdateSpec';
  1030. protected $databaseChangeDataType = '';
  1031. public $kind;
  1032. protected $rulesetInfoType = 'Google_Service_Spectrum_RulesetInfo';
  1033. protected $rulesetInfoDataType = '';
  1034. public $type;
  1035. public $version;
  1036. public function setDatabaseChange(Google_Service_Spectrum_DbUpdateSpec $databaseChange)
  1037. {
  1038. $this->databaseChange = $databaseChange;
  1039. }
  1040. public function getDatabaseChange()
  1041. {
  1042. return $this->databaseChange;
  1043. }
  1044. public function setKind($kind)
  1045. {
  1046. $this->kind = $kind;
  1047. }
  1048. public function getKind()
  1049. {
  1050. return $this->kind;
  1051. }
  1052. public function setRulesetInfo(Google_Service_Spectrum_RulesetInfo $rulesetInfo)
  1053. {
  1054. $this->rulesetInfo = $rulesetInfo;
  1055. }
  1056. public function getRulesetInfo()
  1057. {
  1058. return $this->rulesetInfo;
  1059. }
  1060. public function setType($type)
  1061. {
  1062. $this->type = $type;
  1063. }
  1064. public function getType()
  1065. {
  1066. return $this->type;
  1067. }
  1068. public function setVersion($version)
  1069. {
  1070. $this->version = $version;
  1071. }
  1072. public function getVersion()
  1073. {
  1074. return $this->version;
  1075. }
  1076. }
  1077. class Google_Service_Spectrum_PawsNotifySpectrumUseRequest extends Google_Collection
  1078. {
  1079. protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor';
  1080. protected $deviceDescDataType = '';
  1081. protected $locationType = 'Google_Service_Spectrum_GeoLocation';
  1082. protected $locationDataType = '';
  1083. protected $spectraType = 'Google_Service_Spectrum_SpectrumMessage';
  1084. protected $spectraDataType = 'array';
  1085. public $type;
  1086. public $version;
  1087. public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc)
  1088. {
  1089. $this->deviceDesc = $deviceDesc;
  1090. }
  1091. public function getDeviceDesc()
  1092. {
  1093. return $this->deviceDesc;
  1094. }
  1095. public function setLocation(Google_Service_Spectrum_GeoLocation $location)
  1096. {
  1097. $this->location = $location;
  1098. }
  1099. public function getLocation()
  1100. {
  1101. return $this->location;
  1102. }
  1103. public function setSpectra($spectra)
  1104. {
  1105. $this->spectra = $spectra;
  1106. }
  1107. public function getSpectra()
  1108. {
  1109. return $this->spectra;
  1110. }
  1111. public function setType($type)
  1112. {
  1113. $this->type = $type;
  1114. }
  1115. public function getType()
  1116. {
  1117. return $this->type;
  1118. }
  1119. public function setVersion($version)
  1120. {
  1121. $this->version = $version;
  1122. }
  1123. public function getVersion()
  1124. {
  1125. return $this->version;
  1126. }
  1127. }
  1128. class Google_Service_Spectrum_PawsNotifySpectrumUseResponse extends Google_Model
  1129. {
  1130. public $kind;
  1131. public $type;
  1132. public $version;
  1133. public function setKind($kind)
  1134. {
  1135. $this->kind = $kind;
  1136. }
  1137. public function getKind()
  1138. {
  1139. return $this->kind;
  1140. }
  1141. public function setType($type)
  1142. {
  1143. $this->type = $type;
  1144. }
  1145. public function getType()
  1146. {
  1147. return $this->type;
  1148. }
  1149. public function setVersion($version)
  1150. {
  1151. $this->version = $version;
  1152. }
  1153. public function getVersion()
  1154. {
  1155. return $this->version;
  1156. }
  1157. }
  1158. class Google_Service_Spectrum_PawsRegisterRequest extends Google_Model
  1159. {
  1160. protected $antennaType = 'Google_Service_Spectrum_AntennaCharacteristics';
  1161. protected $antennaDataType = '';
  1162. protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor';
  1163. protected $deviceDescDataType = '';
  1164. protected $deviceOwnerType = 'Google_Service_Spectrum_DeviceOwner';
  1165. protected $deviceOwnerDataType = '';
  1166. protected $locationType = 'Google_Service_Spectrum_GeoLocation';
  1167. protected $locationDataType = '';
  1168. public $type;
  1169. public $version;
  1170. public function setAntenna(Google_Service_Spectrum_AntennaCharacteristics $antenna)
  1171. {
  1172. $this->antenna = $antenna;
  1173. }
  1174. public function getAntenna()
  1175. {
  1176. return $this->antenna;
  1177. }
  1178. public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc)
  1179. {
  1180. $this->deviceDesc = $deviceDesc;
  1181. }
  1182. public function getDeviceDesc()
  1183. {
  1184. return $this->deviceDesc;
  1185. }
  1186. public function setDeviceOwner(Google_Service_Spectrum_DeviceOwner $deviceOwner)
  1187. {
  1188. $this->deviceOwner = $deviceOwner;
  1189. }
  1190. public function getDeviceOwner()
  1191. {
  1192. return $this->deviceOwner;
  1193. }
  1194. public function setLocation(Google_Service_Spectrum_GeoLocation $location)
  1195. {
  1196. $this->location = $location;
  1197. }
  1198. public function getLocation()
  1199. {
  1200. return $this->location;
  1201. }
  1202. public function setType($type)
  1203. {
  1204. $this->type = $type;
  1205. }
  1206. public function getType()
  1207. {
  1208. return $this->type;
  1209. }
  1210. public function setVersion($version)
  1211. {
  1212. $this->version = $version;
  1213. }
  1214. public function getVersion()
  1215. {
  1216. return $this->version;
  1217. }
  1218. }
  1219. class Google_Service_Spectrum_PawsRegisterResponse extends Google_Model
  1220. {
  1221. protected $databaseChangeType = 'Google_Service_Spectrum_DbUpdateSpec';
  1222. protected $databaseChangeDataType = '';
  1223. public $kind;
  1224. public $type;
  1225. public $version;
  1226. public function setDatabaseChange(Google_Service_Spectrum_DbUpdateSpec $databaseChange)
  1227. {
  1228. $this->databaseChange = $databaseChange;
  1229. }
  1230. public function getDatabaseChange()
  1231. {
  1232. return $this->databaseChange;
  1233. }
  1234. public function setKind($kind)
  1235. {
  1236. $this->kind = $kind;
  1237. }
  1238. public function getKind()
  1239. {
  1240. return $this->kind;
  1241. }
  1242. public function setType($type)
  1243. {
  1244. $this->type = $type;
  1245. }
  1246. public function getType()
  1247. {
  1248. return $this->type;
  1249. }
  1250. public function setVersion($version)
  1251. {
  1252. $this->version = $version;
  1253. }
  1254. public function getVersion()
  1255. {
  1256. return $this->version;
  1257. }
  1258. }
  1259. class Google_Service_Spectrum_PawsVerifyDeviceRequest extends Google_Collection
  1260. {
  1261. protected $deviceDescsType = 'Google_Service_Spectrum_DeviceDescriptor';
  1262. protected $deviceDescsDataType = 'array';
  1263. public $type;
  1264. public $version;
  1265. public function setDeviceDescs($deviceDescs)
  1266. {
  1267. $this->deviceDescs = $deviceDescs;
  1268. }
  1269. public function getDeviceDescs()
  1270. {
  1271. return $this->deviceDescs;
  1272. }
  1273. public function setType($type)
  1274. {
  1275. $this->type = $type;
  1276. }
  1277. public function getType()
  1278. {
  1279. return $this->type;
  1280. }
  1281. public function setVersion($version)
  1282. {
  1283. $this->version = $version;
  1284. }
  1285. public function getVersion()
  1286. {
  1287. return $this->version;
  1288. }
  1289. }
  1290. class Google_Service_Spectrum_PawsVerifyDeviceResponse extends Google_Collection
  1291. {
  1292. protected $databaseChangeType = 'Google_Service_Spectrum_DbUpdateSpec';
  1293. protected $databaseChangeDataType = '';
  1294. protected $deviceValiditiesType = 'Google_Service_Spectrum_DeviceValidity';
  1295. protected $deviceValiditiesDataType = 'array';
  1296. public $kind;
  1297. public $type;
  1298. public $version;
  1299. public function setDatabaseChange(Google_Service_Spectrum_DbUpdateSpec $databaseChange)
  1300. {
  1301. $this->databaseChange = $databaseChange;
  1302. }
  1303. public function getDatabaseChange()
  1304. {
  1305. return $this->databaseChange;
  1306. }
  1307. public function setDeviceValidities($deviceValidities)
  1308. {
  1309. $this->deviceValidities = $deviceValidities;
  1310. }
  1311. public function getDeviceValidities()
  1312. {
  1313. return $this->deviceValidities;
  1314. }
  1315. public function setKind($kind)
  1316. {
  1317. $this->kind = $kind;
  1318. }
  1319. public function getKind()
  1320. {
  1321. return $this->kind;
  1322. }
  1323. public function setType($type)
  1324. {
  1325. $this->type = $type;
  1326. }
  1327. public function getType()
  1328. {
  1329. return $this->type;
  1330. }
  1331. public function setVersion($version)
  1332. {
  1333. $this->version = $version;
  1334. }
  1335. public function getVersion()
  1336. {
  1337. return $this->version;
  1338. }
  1339. }
  1340. class Google_Service_Spectrum_RulesetInfo extends Google_Collection
  1341. {
  1342. public $authority;
  1343. public $maxLocationChange;
  1344. public $maxPollingSecs;
  1345. public $rulesetIds;
  1346. public function setAuthority($authority)
  1347. {
  1348. $this->authority = $authority;
  1349. }
  1350. public function getAuthority()
  1351. {
  1352. return $this->authority;
  1353. }
  1354. public function setMaxLocationChange($maxLocationChange)
  1355. {
  1356. $this->maxLocationChange = $maxLocationChange;
  1357. }
  1358. public function getMaxLocationChange()
  1359. {
  1360. return $this->maxLocationChange;
  1361. }
  1362. public function setMaxPollingSecs($maxPollingSecs)
  1363. {
  1364. $this->maxPollingSecs = $maxPollingSecs;
  1365. }
  1366. public function getMaxPollingSecs()
  1367. {
  1368. return $this->maxPollingSecs;
  1369. }
  1370. public function setRulesetIds($rulesetIds)
  1371. {
  1372. $this->rulesetIds = $rulesetIds;
  1373. }
  1374. public function getRulesetIds()
  1375. {
  1376. return $this->rulesetIds;
  1377. }
  1378. }
  1379. class Google_Service_Spectrum_SpectrumMessage extends Google_Collection
  1380. {
  1381. public $bandwidth;
  1382. protected $frequencyRangesType = 'Google_Service_Spectrum_FrequencyRange';
  1383. protected $frequencyRangesDataType = 'array';
  1384. public function setBandwidth($bandwidth)
  1385. {
  1386. $this->bandwidth = $bandwidth;
  1387. }
  1388. public function getBandwidth()
  1389. {
  1390. return $this->bandwidth;
  1391. }
  1392. public function setFrequencyRanges($frequencyRanges)
  1393. {
  1394. $this->frequencyRanges = $frequencyRanges;
  1395. }
  1396. public function getFrequencyRanges()
  1397. {
  1398. return $this->frequencyRanges;
  1399. }
  1400. }
  1401. class Google_Service_Spectrum_SpectrumSchedule extends Google_Collection
  1402. {
  1403. protected $eventTimeType = 'Google_Service_Spectrum_EventTime';
  1404. protected $eventTimeDataType = '';
  1405. protected $spectraType = 'Google_Service_Spectrum_SpectrumMessage';
  1406. protected $spectraDataType = 'array';
  1407. public function setEventTime(Google_Service_Spectrum_EventTime $eventTime)
  1408. {
  1409. $this->eventTime = $eventTime;
  1410. }
  1411. public function getEventTime()
  1412. {
  1413. return $this->eventTime;
  1414. }
  1415. public function setSpectra($spectra)
  1416. {
  1417. $this->spectra = $spectra;
  1418. }
  1419. public function getSpectra()
  1420. {
  1421. return $this->spectra;
  1422. }
  1423. }
  1424. class Google_Service_Spectrum_Vcard extends Google_Model
  1425. {
  1426. protected $adrType = 'Google_Service_Spectrum_VcardAddress';
  1427. protected $adrDataType = '';
  1428. protected $emailType = 'Google_Service_Spectrum_VcardTypedText';
  1429. protected $emailDataType = '';
  1430. public $fn;
  1431. protected $orgType = 'Google_Service_Spectrum_VcardTypedText';
  1432. protected $orgDataType = '';
  1433. protected $telType = 'Google_Service_Spectrum_VcardTelephone';
  1434. protected $telDataType = '';
  1435. public function setAdr(Google_Service_Spectrum_VcardAddress $adr)
  1436. {
  1437. $this->adr = $adr;
  1438. }
  1439. public function getAdr()
  1440. {
  1441. return $this->adr;
  1442. }
  1443. public function setEmail(Google_Service_Spectrum_VcardTypedText $email)
  1444. {
  1445. $this->email = $email;
  1446. }
  1447. public function getEmail()
  1448. {
  1449. return $this->email;
  1450. }
  1451. public function setFn($fn)
  1452. {
  1453. $this->fn = $fn;
  1454. }
  1455. public function getFn()
  1456. {
  1457. return $this->fn;
  1458. }
  1459. public function setOrg(Google_Service_Spectrum_VcardTypedText $org)
  1460. {
  1461. $this->org = $org;
  1462. }
  1463. public function getOrg()
  1464. {
  1465. return $this->org;
  1466. }
  1467. public function setTel(Google_Service_Spectrum_VcardTelephone $tel)
  1468. {
  1469. $this->tel = $tel;
  1470. }
  1471. public function getTel()
  1472. {
  1473. return $this->tel;
  1474. }
  1475. }
  1476. class Google_Service_Spectrum_VcardAddress extends Google_Model
  1477. {
  1478. public $code;
  1479. public $country;
  1480. public $locality;
  1481. public $pobox;
  1482. public $region;
  1483. public $street;
  1484. public function setCode($code)
  1485. {
  1486. $this->code = $code;
  1487. }
  1488. public function getCode()
  1489. {
  1490. return $this->code;
  1491. }
  1492. public function setCountry($country)
  1493. {
  1494. $this->country = $country;
  1495. }
  1496. public function getCountry()
  1497. {
  1498. return $this->country;
  1499. }
  1500. public function setLocality($locality)
  1501. {
  1502. $this->locality = $locality;
  1503. }
  1504. public function getLocality()
  1505. {
  1506. return $this->locality;
  1507. }
  1508. public function setPobox($pobox)
  1509. {
  1510. $this->pobox = $pobox;
  1511. }
  1512. public function getPobox()
  1513. {
  1514. return $this->pobox;
  1515. }
  1516. public function setRegion($region)
  1517. {
  1518. $this->region = $region;
  1519. }
  1520. public function getRegion()
  1521. {
  1522. return $this->region;
  1523. }
  1524. public function setStreet($street)
  1525. {
  1526. $this->street = $street;
  1527. }
  1528. public function getStreet()
  1529. {
  1530. return $this->street;
  1531. }
  1532. }
  1533. class Google_Service_Spectrum_VcardTelephone extends Google_Model
  1534. {
  1535. public $uri;
  1536. public function setUri($uri)
  1537. {
  1538. $this->uri = $uri;
  1539. }
  1540. public function getUri()
  1541. {
  1542. return $this->uri;
  1543. }
  1544. }
  1545. class Google_Service_Spectrum_VcardTypedText extends Google_Model
  1546. {
  1547. public $text;
  1548. public function setText($text)
  1549. {
  1550. $this->text = $text;
  1551. }
  1552. public function getText()
  1553. {
  1554. return $this->text;
  1555. }
  1556. }