1 | <?php |
||
5 | class GetAllRoomsSpecificationsResponse |
||
6 | { |
||
7 | |||
8 | /** |
||
9 | * @var ArrayOfRoomSpecification $getAllRoomsSpecificationsResult |
||
10 | */ |
||
11 | protected $getAllRoomsSpecificationsResult = null; |
||
12 | |||
13 | /** |
||
14 | * @param ArrayOfRoomSpecification $getAllRoomsSpecificationsResult |
||
15 | */ |
||
16 | public function __construct($getAllRoomsSpecificationsResult) |
||
20 | |||
21 | /** |
||
22 | * @return ArrayOfRoomSpecification |
||
23 | */ |
||
24 | public function getGetAllRoomsSpecificationsResult() |
||
28 | |||
29 | /** |
||
30 | * @param ArrayOfRoomSpecification $getAllRoomsSpecificationsResult |
||
31 | * |
||
32 | *@return \Gueststream\PMS\IQWare\API\GetAllRoomsSpecificationsResponse |
||
33 | */ |
||
34 | public function setGetAllRoomsSpecificationsResult($getAllRoomsSpecificationsResult) |
||
39 | } |
||
40 |