1 | <?php |
||
12 | class TimestampType |
||
13 | { |
||
14 | |||
15 | /** |
||
16 | * @property string $id |
||
17 | */ |
||
18 | private $id = null; |
||
19 | |||
20 | /** |
||
21 | * @property |
||
22 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\Utility\Created |
||
23 | * $created |
||
24 | */ |
||
25 | private $created = null; |
||
26 | |||
27 | /** |
||
28 | * @property |
||
29 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\Utility\Expires |
||
30 | * $expires |
||
31 | */ |
||
32 | private $expires = null; |
||
33 | |||
34 | /** |
||
35 | * @property mixed[] $anyElement |
||
36 | */ |
||
37 | private $anyElement = array( |
||
38 | |||
39 | ); |
||
40 | |||
41 | /** |
||
42 | * Gets as id |
||
43 | * |
||
44 | * @return string |
||
45 | */ |
||
46 | public function getId() |
||
50 | |||
51 | /** |
||
52 | * Sets a new id |
||
53 | * |
||
54 | * @param string $id |
||
55 | * @return self |
||
56 | */ |
||
57 | public function setId($id) |
||
62 | |||
63 | /** |
||
64 | * Gets as created |
||
65 | * |
||
66 | * @return \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\Utility\Created |
||
67 | */ |
||
68 | public function getCreated() |
||
72 | |||
73 | /** |
||
74 | * Sets a new created |
||
75 | * |
||
76 | * @param \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\Utility\Created |
||
77 | * $created |
||
78 | * @return self |
||
79 | */ |
||
80 | public function setCreated(\GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\Utility\Created $created) |
||
85 | |||
86 | /** |
||
87 | * Gets as expires |
||
88 | * |
||
89 | * @return \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\Utility\Expires |
||
90 | */ |
||
91 | public function getExpires() |
||
95 | |||
96 | /** |
||
97 | * Sets a new expires |
||
98 | * |
||
99 | * @param \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\Utility\Expires |
||
100 | * $expires |
||
101 | * @return self |
||
102 | */ |
||
103 | public function setExpires(\GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\Utility\Expires $expires) |
||
108 | |||
109 | /** |
||
110 | * Adds as array |
||
111 | * |
||
112 | * @return self |
||
113 | * @param mixed $array |
||
114 | */ |
||
115 | public function addToAnyElement($array) |
||
120 | |||
121 | /** |
||
122 | * isset anyElement |
||
123 | * |
||
124 | * @param scalar $index |
||
125 | * @return boolean |
||
126 | */ |
||
127 | public function issetAnyElement($index) |
||
131 | |||
132 | /** |
||
133 | * unset anyElement |
||
134 | * |
||
135 | * @param scalar $index |
||
136 | * @return void |
||
137 | */ |
||
138 | public function unsetAnyElement($index) |
||
142 | |||
143 | /** |
||
144 | * Gets as anyElement |
||
145 | * |
||
146 | * @return mixed[] |
||
147 | */ |
||
148 | public function getAnyElement() |
||
152 | |||
153 | /** |
||
154 | * Sets a new anyElement |
||
155 | * |
||
156 | * @param mixed[] $anyElement |
||
157 | * @return self |
||
158 | */ |
||
159 | public function setAnyElement(array $anyElement) |
||
164 | |||
165 | |||
166 | } |
||
167 | |||
168 |