1 | <?php |
||
5 | class SpecificDayOccupancyValue |
||
6 | { |
||
7 | |||
8 | /** |
||
9 | * @var \DateTime $BeginDate |
||
10 | */ |
||
11 | protected $BeginDate = null; |
||
12 | |||
13 | /** |
||
14 | * @var \DateTime $EndDate |
||
15 | */ |
||
16 | protected $EndDate = null; |
||
17 | |||
18 | /** |
||
19 | * @var string $SingleOcc |
||
20 | */ |
||
21 | protected $SingleOcc = null; |
||
22 | |||
23 | /** |
||
24 | * @var string $DoubleOcc |
||
25 | */ |
||
26 | protected $DoubleOcc = null; |
||
27 | |||
28 | /** |
||
29 | * @var string $TripleOcc |
||
30 | */ |
||
31 | protected $TripleOcc = null; |
||
32 | |||
33 | /** |
||
34 | * @var string $QuadOcc |
||
35 | */ |
||
36 | protected $QuadOcc = null; |
||
37 | |||
38 | /** |
||
39 | * @var string $Additional |
||
40 | */ |
||
41 | protected $Additional = null; |
||
42 | |||
43 | /** |
||
44 | * @var string $Cat1 |
||
45 | */ |
||
46 | protected $Cat1 = null; |
||
47 | |||
48 | /** |
||
49 | * @var string $Cat2 |
||
50 | */ |
||
51 | protected $Cat2 = null; |
||
52 | |||
53 | /** |
||
54 | * @var string $Cat3 |
||
55 | */ |
||
56 | protected $Cat3 = null; |
||
57 | |||
58 | /** |
||
59 | * @var string $Cat4 |
||
60 | */ |
||
61 | protected $Cat4 = null; |
||
62 | |||
63 | /** |
||
64 | * @param \DateTime $BeginDate |
||
65 | * @param \DateTime $EndDate |
||
66 | */ |
||
67 | public function __construct(\DateTime $BeginDate, \DateTime $EndDate) |
||
72 | |||
73 | /** |
||
74 | * @return \DateTime |
||
75 | */ |
||
76 | public function getBeginDate() |
||
88 | |||
89 | /** |
||
90 | * @param \DateTime $BeginDate |
||
91 | * @return \Gueststream\PMS\IQWare\API\SpecificDayOccupancyValue |
||
92 | */ |
||
93 | public function setBeginDate(\DateTime $BeginDate) |
||
98 | |||
99 | /** |
||
100 | * @return \DateTime |
||
101 | */ |
||
102 | public function getEndDate() |
||
114 | |||
115 | /** |
||
116 | * @param \DateTime $EndDate |
||
117 | * @return \Gueststream\PMS\IQWare\API\SpecificDayOccupancyValue |
||
118 | */ |
||
119 | public function setEndDate(\DateTime $EndDate) |
||
124 | |||
125 | /** |
||
126 | * @return string |
||
127 | */ |
||
128 | public function getSingleOcc() |
||
132 | |||
133 | /** |
||
134 | * @param string $SingleOcc |
||
135 | * @return \Gueststream\PMS\IQWare\API\SpecificDayOccupancyValue |
||
136 | */ |
||
137 | public function setSingleOcc($SingleOcc) |
||
142 | |||
143 | /** |
||
144 | * @return string |
||
145 | */ |
||
146 | public function getDoubleOcc() |
||
150 | |||
151 | /** |
||
152 | * @param string $DoubleOcc |
||
153 | * @return \Gueststream\PMS\IQWare\API\SpecificDayOccupancyValue |
||
154 | */ |
||
155 | public function setDoubleOcc($DoubleOcc) |
||
160 | |||
161 | /** |
||
162 | * @return string |
||
163 | */ |
||
164 | public function getTripleOcc() |
||
168 | |||
169 | /** |
||
170 | * @param string $TripleOcc |
||
171 | * @return \Gueststream\PMS\IQWare\API\SpecificDayOccupancyValue |
||
172 | */ |
||
173 | public function setTripleOcc($TripleOcc) |
||
178 | |||
179 | /** |
||
180 | * @return string |
||
181 | */ |
||
182 | public function getQuadOcc() |
||
186 | |||
187 | /** |
||
188 | * @param string $QuadOcc |
||
189 | * @return \Gueststream\PMS\IQWare\API\SpecificDayOccupancyValue |
||
190 | */ |
||
191 | public function setQuadOcc($QuadOcc) |
||
196 | |||
197 | /** |
||
198 | * @return string |
||
199 | */ |
||
200 | public function getAdditional() |
||
204 | |||
205 | /** |
||
206 | * @param string $Additional |
||
207 | * @return \Gueststream\PMS\IQWare\API\SpecificDayOccupancyValue |
||
208 | */ |
||
209 | public function setAdditional($Additional) |
||
214 | |||
215 | /** |
||
216 | * @return string |
||
217 | */ |
||
218 | public function getCat1() |
||
222 | |||
223 | /** |
||
224 | * @param string $Cat1 |
||
225 | * @return \Gueststream\PMS\IQWare\API\SpecificDayOccupancyValue |
||
226 | */ |
||
227 | public function setCat1($Cat1) |
||
232 | |||
233 | /** |
||
234 | * @return string |
||
235 | */ |
||
236 | public function getCat2() |
||
240 | |||
241 | /** |
||
242 | * @param string $Cat2 |
||
243 | * @return \Gueststream\PMS\IQWare\API\SpecificDayOccupancyValue |
||
244 | */ |
||
245 | public function setCat2($Cat2) |
||
250 | |||
251 | /** |
||
252 | * @return string |
||
253 | */ |
||
254 | public function getCat3() |
||
258 | |||
259 | /** |
||
260 | * @param string $Cat3 |
||
261 | * @return \Gueststream\PMS\IQWare\API\SpecificDayOccupancyValue |
||
262 | */ |
||
263 | public function setCat3($Cat3) |
||
268 | |||
269 | /** |
||
270 | * @return string |
||
271 | */ |
||
272 | public function getCat4() |
||
276 | |||
277 | /** |
||
278 | * @param string $Cat4 |
||
279 | * @return \Gueststream\PMS\IQWare\API\SpecificDayOccupancyValue |
||
280 | */ |
||
281 | public function setCat4($Cat4) |
||
286 | } |
||
287 |
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..