1 | <?php |
||
11 | class SecurityTokenReferenceType |
||
12 | { |
||
13 | |||
14 | /** |
||
15 | * @property string $id |
||
16 | */ |
||
17 | private $id = null; |
||
18 | |||
19 | /** |
||
20 | * @property string[] $usage |
||
21 | */ |
||
22 | private $usage = null; |
||
23 | |||
24 | /** |
||
25 | * @property mixed[] $anyAttribute |
||
26 | */ |
||
27 | private $anyAttribute = array( |
||
28 | |||
29 | ); |
||
30 | |||
31 | /** |
||
32 | * @property mixed[] $anyElement |
||
33 | */ |
||
34 | private $anyElement = array( |
||
35 | |||
36 | ); |
||
37 | |||
38 | /** |
||
39 | * Gets as id |
||
40 | * |
||
41 | * @return string |
||
42 | */ |
||
43 | public function getId() |
||
47 | |||
48 | /** |
||
49 | * Sets a new id |
||
50 | * |
||
51 | * @param string $id |
||
52 | * @return self |
||
53 | */ |
||
54 | public function setId($id) |
||
59 | |||
60 | /** |
||
61 | * Adds as usage |
||
62 | * |
||
63 | * @return self |
||
64 | * @param string $usage |
||
65 | */ |
||
66 | public function addToUsage($usage) |
||
71 | |||
72 | /** |
||
73 | * isset usage |
||
74 | * |
||
75 | * @param scalar $index |
||
76 | * @return boolean |
||
77 | */ |
||
78 | public function issetUsage($index) |
||
82 | |||
83 | /** |
||
84 | * unset usage |
||
85 | * |
||
86 | * @param scalar $index |
||
87 | * @return void |
||
88 | */ |
||
89 | public function unsetUsage($index) |
||
93 | |||
94 | /** |
||
95 | * Gets as usage |
||
96 | * |
||
97 | * @return string[] |
||
98 | */ |
||
99 | public function getUsage() |
||
103 | |||
104 | /** |
||
105 | * Sets a new usage |
||
106 | * |
||
107 | * @param string[] $usage |
||
108 | * @return self |
||
109 | */ |
||
110 | public function setUsage(array $usage) |
||
115 | |||
116 | /** |
||
117 | * Adds as array |
||
118 | * |
||
119 | * @return self |
||
120 | * @param mixed $array |
||
121 | */ |
||
122 | public function addToAnyAttribute($array) |
||
127 | |||
128 | /** |
||
129 | * isset anyAttribute |
||
130 | * |
||
131 | * @param scalar $index |
||
132 | * @return boolean |
||
133 | */ |
||
134 | public function issetAnyAttribute($index) |
||
138 | |||
139 | /** |
||
140 | * unset anyAttribute |
||
141 | * |
||
142 | * @param scalar $index |
||
143 | * @return void |
||
144 | */ |
||
145 | public function unsetAnyAttribute($index) |
||
149 | |||
150 | /** |
||
151 | * Gets as anyAttribute |
||
152 | * |
||
153 | * @return mixed[] |
||
154 | */ |
||
155 | public function getAnyAttribute() |
||
159 | |||
160 | /** |
||
161 | * Sets a new anyAttribute |
||
162 | * |
||
163 | * @param mixed[] $anyAttribute |
||
164 | * @return self |
||
165 | */ |
||
166 | public function setAnyAttribute(array $anyAttribute) |
||
171 | |||
172 | /** |
||
173 | * Adds as array |
||
174 | * |
||
175 | * @return self |
||
176 | * @param mixed $array |
||
177 | */ |
||
178 | public function addToAnyElement($array) |
||
183 | |||
184 | /** |
||
185 | * isset anyElement |
||
186 | * |
||
187 | * @param scalar $index |
||
188 | * @return boolean |
||
189 | */ |
||
190 | public function issetAnyElement($index) |
||
194 | |||
195 | /** |
||
196 | * unset anyElement |
||
197 | * |
||
198 | * @param scalar $index |
||
199 | * @return void |
||
200 | */ |
||
201 | public function unsetAnyElement($index) |
||
205 | |||
206 | /** |
||
207 | * Gets as anyElement |
||
208 | * |
||
209 | * @return mixed[] |
||
210 | */ |
||
211 | public function getAnyElement() |
||
215 | |||
216 | /** |
||
217 | * Sets a new anyElement |
||
218 | * |
||
219 | * @param mixed[] $anyElement |
||
220 | * @return self |
||
221 | */ |
||
222 | public function setAnyElement(array $anyElement) |
||
227 | |||
228 | |||
229 | } |
||
230 | |||
231 |