Code Duplication    Length = 59-59 lines in 90 locations

src/API/Attributes.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class Attributes
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\Attributes
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\Attributes
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/BeachChairGetAvailElementsSitesForStayResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class BeachChairGetAvailElementsSitesForStayResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\BeachChairGetAvailElementsSitesForStayResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\BeachChairGetAvailElementsSitesForStayResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/BeachChairSaveReservationResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class BeachChairSaveReservationResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\BeachChairSaveReservationResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\BeachChairSaveReservationResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/BeachChairSaveReservationWithCardProcessedResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class BeachChairSaveReservationWithCardProcessedResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\BeachChairSaveReservationWithCardProcessedResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\BeachChairSaveReservationWithCardProcessedResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/ChildrenBreakDown.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class ChildrenBreakDown
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\ChildrenBreakDown
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\ChildrenBreakDown
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/DataSet.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class DataSet
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\DataSet
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\DataSet
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/dsActivities.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class dsActivities
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\dsActivities
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\dsActivities
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/dsActivityUnits.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class dsActivityUnits
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\dsActivityUnits
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\dsActivityUnits
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/dsDailyManualRates.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class dsDailyManualRates
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\dsDailyManualRates
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\dsDailyManualRates
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/dsGiftCertificateDetail.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class dsGiftCertificateDetail
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\dsGiftCertificateDetail
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\dsGiftCertificateDetail
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/dstAccInfos.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class dstAccInfos
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\dstAccInfos
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\dstAccInfos
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/dstAddresses.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class dstAddresses
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\dstAddresses
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\dstAddresses
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/dstDailyBreakdown.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class dstDailyBreakdown
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\dstDailyBreakdown
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\dstDailyBreakdown
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/dstElements.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class dstElements
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\dstElements
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\dstElements
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/dstGolfPackageItems.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class dstGolfPackageItems
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\dstGolfPackageItems
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\dstGolfPackageItems
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/dstRatesAndRooms.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class dstRatesAndRooms
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\dstRatesAndRooms
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\dstRatesAndRooms
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/dstServicesChargesALaCarte.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class dstServicesChargesALaCarte
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\dstServicesChargesALaCarte
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\dstServicesChargesALaCarte
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/EvaluateResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class EvaluateResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\EvaluateResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\EvaluateResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/GDS_GetInventoryResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class GDS_GetInventoryResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\GDS_GetInventoryResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\GDS_GetInventoryResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/GDS_GetRatesResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class GDS_GetRatesResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\GDS_GetRatesResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\GDS_GetRatesResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/GDS_GetRestrictionsResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class GDS_GetRestrictionsResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\GDS_GetRestrictionsResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\GDS_GetRestrictionsResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/getAccomodationsResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class getAccomodationsResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\getAccomodationsResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\getAccomodationsResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/GetAllBuildingResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class GetAllBuildingResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\GetAllBuildingResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\GetAllBuildingResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/GetAllCancellationNewResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class GetAllCancellationNewResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\GetAllCancellationNewResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\GetAllCancellationNewResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/getAllRoomTypeBuildingResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class getAllRoomTypeBuildingResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\getAllRoomTypeBuildingResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\getAllRoomTypeBuildingResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/getAvailElementsForStayResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class getAvailElementsForStayResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\getAvailElementsForStayResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\getAvailElementsForStayResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/getElementAgeCatDetailResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class getElementAgeCatDetailResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\getElementAgeCatDetailResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\getElementAgeCatDetailResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/getElementsAgesCategoriesResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class getElementsAgesCategoriesResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\getElementsAgesCategoriesResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\getElementsAgesCategoriesResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/getHotelGuaranteeTypesResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class getHotelGuaranteeTypesResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\getHotelGuaranteeTypesResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\getHotelGuaranteeTypesResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/getHotelInfosAllResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class getHotelInfosAllResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\getHotelInfosAllResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\getHotelInfosAllResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/getHotelInfosResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class getHotelInfosResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\getHotelInfosResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\getHotelInfosResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/getHotelListOfBusinessSourcesResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class getHotelListOfBusinessSourcesResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\getHotelListOfBusinessSourcesResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\getHotelListOfBusinessSourcesResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/getHotelListOfRatesResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class getHotelListOfRatesResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\getHotelListOfRatesResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\getHotelListOfRatesResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/getHotelListOfRoomTypesResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class getHotelListOfRoomTypesResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\getHotelListOfRoomTypesResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\getHotelListOfRoomTypesResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/GetHousekeepingRoomStatusResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class GetHousekeepingRoomStatusResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\GetHousekeepingRoomStatusResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\GetHousekeepingRoomStatusResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/GetPromoCodesResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class GetPromoCodesResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\GetPromoCodesResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\GetPromoCodesResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/getRateElementsResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class getRateElementsResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\getRateElementsResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\getRateElementsResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/getRatesResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class getRatesResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\getRatesResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\getRatesResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/GetRequiredDepositForAccountNoResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class GetRequiredDepositForAccountNoResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\GetRequiredDepositForAccountNoResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\GetRequiredDepositForAccountNoResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/getRoomAttributesAndLocationsResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class getRoomAttributesAndLocationsResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\getRoomAttributesAndLocationsResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\getRoomAttributesAndLocationsResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/getRoomAttributesResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class getRoomAttributesResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\getRoomAttributesResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\getRoomAttributesResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/getRoomLocationsResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class getRoomLocationsResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\getRoomLocationsResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\getRoomLocationsResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/GetSuitesDescriptionResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class GetSuitesDescriptionResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\GetSuitesDescriptionResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\GetSuitesDescriptionResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/GetUserDefinedFieldsForUnitsResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class GetUserDefinedFieldsForUnitsResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\GetUserDefinedFieldsForUnitsResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\GetUserDefinedFieldsForUnitsResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/Localizations.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class Localizations
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\Localizations
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\Localizations
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/SaveGiftCertificateResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class SaveGiftCertificateResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\SaveGiftCertificateResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\SaveGiftCertificateResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/SaveIncentiveGiftCertificateResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class SaveIncentiveGiftCertificateResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\SaveIncentiveGiftCertificateResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\SaveIncentiveGiftCertificateResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/SaveReservationBackToBackResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class SaveReservationBackToBackResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\SaveReservationBackToBackResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\SaveReservationBackToBackResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/SaveReservationFromGDSResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class SaveReservationFromGDSResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\SaveReservationFromGDSResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\SaveReservationFromGDSResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/SaveReservationResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class SaveReservationResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\SaveReservationResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\SaveReservationResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/SaveReservationWithCardProcessedBackToBackResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class SaveReservationWithCardProcessedBackToBackResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\SaveReservationWithCardProcessedBackToBackResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\SaveReservationWithCardProcessedBackToBackResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/SaveReservationWithCardProcessedRBOBackToBackResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class SaveReservationWithCardProcessedRBOBackToBackResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\SaveReservationWithCardProcessedRBOBackToBackResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\SaveReservationWithCardProcessedRBOBackToBackResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/SaveReservationWithCardProcessedRBOResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class SaveReservationWithCardProcessedRBOResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\SaveReservationWithCardProcessedRBOResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\SaveReservationWithCardProcessedRBOResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/SaveReservationWithCardProcessedResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class SaveReservationWithCardProcessedResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\SaveReservationWithCardProcessedResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\SaveReservationWithCardProcessedResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/SaveReservationWithECheckProcessedBackToBackResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class SaveReservationWithECheckProcessedBackToBackResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\SaveReservationWithECheckProcessedBackToBackResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\SaveReservationWithECheckProcessedBackToBackResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/SaveReservationWithECheckProcessedRBOBackToBackResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class SaveReservationWithECheckProcessedRBOBackToBackResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\SaveReservationWithECheckProcessedRBOBackToBackResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\SaveReservationWithECheckProcessedRBOBackToBackResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/SaveReservationWithECheckProcessedRBOResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class SaveReservationWithECheckProcessedRBOResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\SaveReservationWithECheckProcessedRBOResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\SaveReservationWithECheckProcessedRBOResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/SaveReservationWithECheckProcessedResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class SaveReservationWithECheckProcessedResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\SaveReservationWithECheckProcessedResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\SaveReservationWithECheckProcessedResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/SaveReservationWithManualRatesResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class SaveReservationWithManualRatesResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\SaveReservationWithManualRatesResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\SaveReservationWithManualRatesResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/SaveReservationWithPaypalProcessedBackToBackResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class SaveReservationWithPaypalProcessedBackToBackResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\SaveReservationWithPaypalProcessedBackToBackResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\SaveReservationWithPaypalProcessedBackToBackResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/SaveReservationWithPaypalProcessedRBOBackToBackResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class SaveReservationWithPaypalProcessedRBOBackToBackResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\SaveReservationWithPaypalProcessedRBOBackToBackResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\SaveReservationWithPaypalProcessedRBOBackToBackResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/SaveReservationWithPaypalProcessedRBOResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class SaveReservationWithPaypalProcessedRBOResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\SaveReservationWithPaypalProcessedRBOResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\SaveReservationWithPaypalProcessedRBOResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/SaveReservationWithPaypalProcessedResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class SaveReservationWithPaypalProcessedResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\SaveReservationWithPaypalProcessedResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\SaveReservationWithPaypalProcessedResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/StayBreakDown.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class StayBreakDown
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\StayBreakDown
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\StayBreakDown
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/UpdateReservationResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class UpdateReservationResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\UpdateReservationResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\UpdateReservationResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/WebRes_getAccountAddressesResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_getAccountAddressesResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\WebRes_getAccountAddressesResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\WebRes_getAccountAddressesResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/WebRes_getAccountBalancesResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_getAccountBalancesResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\WebRes_getAccountBalancesResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\WebRes_getAccountBalancesResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/WebRes_getAccountInfosResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_getAccountInfosResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\WebRes_getAccountInfosResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\WebRes_getAccountInfosResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/WebRes_getBookingPlacesResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_getBookingPlacesResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\WebRes_getBookingPlacesResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\WebRes_getBookingPlacesResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/WebRes_getGHStatsResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_getGHStatsResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\WebRes_getGHStatsResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\WebRes_getGHStatsResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/WebRes_GetGroupBlocAvailabilityResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_GetGroupBlocAvailabilityResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\WebRes_GetGroupBlocAvailabilityResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\WebRes_GetGroupBlocAvailabilityResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/WebRes_GetGroupPrivatePricingResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_GetGroupPrivatePricingResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\WebRes_GetGroupPrivatePricingResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\WebRes_GetGroupPrivatePricingResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/WebRes_GetGroupRegularPricingResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_GetGroupRegularPricingResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\WebRes_GetGroupRegularPricingResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\WebRes_GetGroupRegularPricingResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/WebRes_GetHotelAvailabilityArrayResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_GetHotelAvailabilityArrayResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\WebRes_GetHotelAvailabilityArrayResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\WebRes_GetHotelAvailabilityArrayResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/WebRes_getMemInfosResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_getMemInfosResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\WebRes_getMemInfosResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\WebRes_getMemInfosResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/WebRes_GetRatesAndPricesOwnerGuestResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_GetRatesAndPricesOwnerGuestResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\WebRes_GetRatesAndPricesOwnerGuestResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\WebRes_GetRatesAndPricesOwnerGuestResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/WebRes_getRateStayValueWebResResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_getRateStayValueWebResResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\WebRes_getRateStayValueWebResResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\WebRes_getRateStayValueWebResResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/WebRes_getRequiredFieldsResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_getRequiredFieldsResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\WebRes_getRequiredFieldsResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\WebRes_getRequiredFieldsResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/WebRes_getResaListResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_getResaListResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\WebRes_getResaListResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\WebRes_getResaListResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/WebRes_GetResaStayValueResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_GetResaStayValueResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\WebRes_GetResaStayValueResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\WebRes_GetResaStayValueResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/WebRes_GetResaStayValueWebResResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_GetResaStayValueWebResResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\WebRes_GetResaStayValueWebResResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\WebRes_GetResaStayValueWebResResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/WebRes_GetSbdItemsPricingResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_GetSbdItemsPricingResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\WebRes_GetSbdItemsPricingResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\WebRes_GetSbdItemsPricingResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/WebRes_getServicesChargesResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_getServicesChargesResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\WebRes_getServicesChargesResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\WebRes_getServicesChargesResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/WebRes_SaveReservationBackToBackResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_SaveReservationBackToBackResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\WebRes_SaveReservationBackToBackResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\WebRes_SaveReservationBackToBackResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/WebRes_SaveReservationForRBOResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_SaveReservationForRBOResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\WebRes_SaveReservationForRBOResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\WebRes_SaveReservationForRBOResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/WebRes_SaveReservationResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_SaveReservationResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\WebRes_SaveReservationResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\WebRes_SaveReservationResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/WebRes_translateActivitiesResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_translateActivitiesResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\WebRes_translateActivitiesResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\WebRes_translateActivitiesResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/WSCRSHo_InternalCompanyImportResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WSCRSHo_InternalCompanyImportResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\WSCRSHo_InternalCompanyImportResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\WSCRSHo_InternalCompanyImportResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/WSCRSHo_InternalMemberImportResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WSCRSHo_InternalMemberImportResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\WSCRSHo_InternalMemberImportResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\WSCRSHo_InternalMemberImportResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64

src/API/WSCRSHo_InternalTAImportResult.php 1 location

@@ 5-63 (lines=59) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WSCRSHo_InternalTAImportResult
6
{
7
8
    /**
9
     * @var string $schema
10
     */
11
    protected $schema = null;
12
13
    /**
14
     * @var string $any
15
     */
16
    protected $any = null;
17
18
    /**
19
     * @param string $schema
20
     * @param string $any
21
     */
22
    public function __construct($schema, $any)
23
    {
24
        $this->schema = $schema;
25
        $this->any = $any;
26
    }
27
28
    /**
29
     * @return string
30
     */
31
    public function getSchema()
32
    {
33
        return $this->schema;
34
    }
35
36
    /**
37
     * @param string $schema
38
     * @return \Gueststream\PMS\IQWare\API\WSCRSHo_InternalTAImportResult
39
     */
40
    public function setSchema($schema)
41
    {
42
        $this->schema = $schema;
43
        return $this;
44
    }
45
46
    /**
47
     * @return string
48
     */
49
    public function getAny()
50
    {
51
        return $this->any;
52
    }
53
54
    /**
55
     * @param string $any
56
     * @return \Gueststream\PMS\IQWare\API\WSCRSHo_InternalTAImportResult
57
     */
58
    public function setAny($any)
59
    {
60
        $this->any = $any;
61
        return $this;
62
    }
63
}
64