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\CloudHealthcare;
|
---|
19 |
|
---|
20 | class FhirStore extends \Google\Collection
|
---|
21 | {
|
---|
22 | protected $collection_key = 'streamConfigs';
|
---|
23 | /**
|
---|
24 | * @var string
|
---|
25 | */
|
---|
26 | public $complexDataTypeReferenceParsing;
|
---|
27 | /**
|
---|
28 | * @var bool
|
---|
29 | */
|
---|
30 | public $defaultSearchHandlingStrict;
|
---|
31 | /**
|
---|
32 | * @var bool
|
---|
33 | */
|
---|
34 | public $disableReferentialIntegrity;
|
---|
35 | /**
|
---|
36 | * @var bool
|
---|
37 | */
|
---|
38 | public $disableResourceVersioning;
|
---|
39 | /**
|
---|
40 | * @var bool
|
---|
41 | */
|
---|
42 | public $enableUpdateCreate;
|
---|
43 | /**
|
---|
44 | * @var string[]
|
---|
45 | */
|
---|
46 | public $labels;
|
---|
47 | /**
|
---|
48 | * @var string
|
---|
49 | */
|
---|
50 | public $name;
|
---|
51 | protected $notificationConfigType = NotificationConfig::class;
|
---|
52 | protected $notificationConfigDataType = '';
|
---|
53 | protected $notificationConfigsType = FhirNotificationConfig::class;
|
---|
54 | protected $notificationConfigsDataType = 'array';
|
---|
55 | protected $streamConfigsType = StreamConfig::class;
|
---|
56 | protected $streamConfigsDataType = 'array';
|
---|
57 | protected $validationConfigType = ValidationConfig::class;
|
---|
58 | protected $validationConfigDataType = '';
|
---|
59 | /**
|
---|
60 | * @var string
|
---|
61 | */
|
---|
62 | public $version;
|
---|
63 |
|
---|
64 | /**
|
---|
65 | * @param string
|
---|
66 | */
|
---|
67 | public function setComplexDataTypeReferenceParsing($complexDataTypeReferenceParsing)
|
---|
68 | {
|
---|
69 | $this->complexDataTypeReferenceParsing = $complexDataTypeReferenceParsing;
|
---|
70 | }
|
---|
71 | /**
|
---|
72 | * @return string
|
---|
73 | */
|
---|
74 | public function getComplexDataTypeReferenceParsing()
|
---|
75 | {
|
---|
76 | return $this->complexDataTypeReferenceParsing;
|
---|
77 | }
|
---|
78 | /**
|
---|
79 | * @param bool
|
---|
80 | */
|
---|
81 | public function setDefaultSearchHandlingStrict($defaultSearchHandlingStrict)
|
---|
82 | {
|
---|
83 | $this->defaultSearchHandlingStrict = $defaultSearchHandlingStrict;
|
---|
84 | }
|
---|
85 | /**
|
---|
86 | * @return bool
|
---|
87 | */
|
---|
88 | public function getDefaultSearchHandlingStrict()
|
---|
89 | {
|
---|
90 | return $this->defaultSearchHandlingStrict;
|
---|
91 | }
|
---|
92 | /**
|
---|
93 | * @param bool
|
---|
94 | */
|
---|
95 | public function setDisableReferentialIntegrity($disableReferentialIntegrity)
|
---|
96 | {
|
---|
97 | $this->disableReferentialIntegrity = $disableReferentialIntegrity;
|
---|
98 | }
|
---|
99 | /**
|
---|
100 | * @return bool
|
---|
101 | */
|
---|
102 | public function getDisableReferentialIntegrity()
|
---|
103 | {
|
---|
104 | return $this->disableReferentialIntegrity;
|
---|
105 | }
|
---|
106 | /**
|
---|
107 | * @param bool
|
---|
108 | */
|
---|
109 | public function setDisableResourceVersioning($disableResourceVersioning)
|
---|
110 | {
|
---|
111 | $this->disableResourceVersioning = $disableResourceVersioning;
|
---|
112 | }
|
---|
113 | /**
|
---|
114 | * @return bool
|
---|
115 | */
|
---|
116 | public function getDisableResourceVersioning()
|
---|
117 | {
|
---|
118 | return $this->disableResourceVersioning;
|
---|
119 | }
|
---|
120 | /**
|
---|
121 | * @param bool
|
---|
122 | */
|
---|
123 | public function setEnableUpdateCreate($enableUpdateCreate)
|
---|
124 | {
|
---|
125 | $this->enableUpdateCreate = $enableUpdateCreate;
|
---|
126 | }
|
---|
127 | /**
|
---|
128 | * @return bool
|
---|
129 | */
|
---|
130 | public function getEnableUpdateCreate()
|
---|
131 | {
|
---|
132 | return $this->enableUpdateCreate;
|
---|
133 | }
|
---|
134 | /**
|
---|
135 | * @param string[]
|
---|
136 | */
|
---|
137 | public function setLabels($labels)
|
---|
138 | {
|
---|
139 | $this->labels = $labels;
|
---|
140 | }
|
---|
141 | /**
|
---|
142 | * @return string[]
|
---|
143 | */
|
---|
144 | public function getLabels()
|
---|
145 | {
|
---|
146 | return $this->labels;
|
---|
147 | }
|
---|
148 | /**
|
---|
149 | * @param string
|
---|
150 | */
|
---|
151 | public function setName($name)
|
---|
152 | {
|
---|
153 | $this->name = $name;
|
---|
154 | }
|
---|
155 | /**
|
---|
156 | * @return string
|
---|
157 | */
|
---|
158 | public function getName()
|
---|
159 | {
|
---|
160 | return $this->name;
|
---|
161 | }
|
---|
162 | /**
|
---|
163 | * @param NotificationConfig
|
---|
164 | */
|
---|
165 | public function setNotificationConfig(NotificationConfig $notificationConfig)
|
---|
166 | {
|
---|
167 | $this->notificationConfig = $notificationConfig;
|
---|
168 | }
|
---|
169 | /**
|
---|
170 | * @return NotificationConfig
|
---|
171 | */
|
---|
172 | public function getNotificationConfig()
|
---|
173 | {
|
---|
174 | return $this->notificationConfig;
|
---|
175 | }
|
---|
176 | /**
|
---|
177 | * @param FhirNotificationConfig[]
|
---|
178 | */
|
---|
179 | public function setNotificationConfigs($notificationConfigs)
|
---|
180 | {
|
---|
181 | $this->notificationConfigs = $notificationConfigs;
|
---|
182 | }
|
---|
183 | /**
|
---|
184 | * @return FhirNotificationConfig[]
|
---|
185 | */
|
---|
186 | public function getNotificationConfigs()
|
---|
187 | {
|
---|
188 | return $this->notificationConfigs;
|
---|
189 | }
|
---|
190 | /**
|
---|
191 | * @param StreamConfig[]
|
---|
192 | */
|
---|
193 | public function setStreamConfigs($streamConfigs)
|
---|
194 | {
|
---|
195 | $this->streamConfigs = $streamConfigs;
|
---|
196 | }
|
---|
197 | /**
|
---|
198 | * @return StreamConfig[]
|
---|
199 | */
|
---|
200 | public function getStreamConfigs()
|
---|
201 | {
|
---|
202 | return $this->streamConfigs;
|
---|
203 | }
|
---|
204 | /**
|
---|
205 | * @param ValidationConfig
|
---|
206 | */
|
---|
207 | public function setValidationConfig(ValidationConfig $validationConfig)
|
---|
208 | {
|
---|
209 | $this->validationConfig = $validationConfig;
|
---|
210 | }
|
---|
211 | /**
|
---|
212 | * @return ValidationConfig
|
---|
213 | */
|
---|
214 | public function getValidationConfig()
|
---|
215 | {
|
---|
216 | return $this->validationConfig;
|
---|
217 | }
|
---|
218 | /**
|
---|
219 | * @param string
|
---|
220 | */
|
---|
221 | public function setVersion($version)
|
---|
222 | {
|
---|
223 | $this->version = $version;
|
---|
224 | }
|
---|
225 | /**
|
---|
226 | * @return string
|
---|
227 | */
|
---|
228 | public function getVersion()
|
---|
229 | {
|
---|
230 | return $this->version;
|
---|
231 | }
|
---|
232 | }
|
---|
233 |
|
---|
234 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
235 | class_alias(FhirStore::class, 'Google_Service_CloudHealthcare_FhirStore');
|
---|