1 | <?php |
||
11 | class UsernameTokenType |
||
12 | { |
||
13 | |||
14 | /** |
||
15 | * @property string $id |
||
16 | */ |
||
17 | private $id = null; |
||
18 | |||
19 | /** |
||
20 | * @property mixed[] $anyAttribute |
||
21 | */ |
||
22 | private $anyAttribute = array( |
||
23 | |||
24 | ); |
||
25 | |||
26 | /** |
||
27 | * @property |
||
28 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\Secext\AttributedStringType |
||
29 | * $username |
||
30 | */ |
||
31 | private $username = null; |
||
32 | |||
33 | /** |
||
34 | * @property mixed[] $anyElement |
||
35 | */ |
||
36 | private $anyElement = array( |
||
37 | |||
38 | ); |
||
39 | |||
40 | /** |
||
41 | * Gets as id |
||
42 | * |
||
43 | * @return string |
||
44 | */ |
||
45 | public function getId() |
||
49 | |||
50 | /** |
||
51 | * Sets a new id |
||
52 | * |
||
53 | * @param string $id |
||
54 | * @return self |
||
55 | */ |
||
56 | public function setId($id) |
||
61 | |||
62 | /** |
||
63 | * Adds as array |
||
64 | * |
||
65 | * @return self |
||
66 | * @param mixed $array |
||
67 | */ |
||
68 | public function addToAnyAttribute($array) |
||
73 | |||
74 | /** |
||
75 | * isset anyAttribute |
||
76 | * |
||
77 | * @param scalar $index |
||
78 | * @return boolean |
||
79 | */ |
||
80 | public function issetAnyAttribute($index) |
||
84 | |||
85 | /** |
||
86 | * unset anyAttribute |
||
87 | * |
||
88 | * @param scalar $index |
||
89 | * @return void |
||
90 | */ |
||
91 | public function unsetAnyAttribute($index) |
||
95 | |||
96 | /** |
||
97 | * Gets as anyAttribute |
||
98 | * |
||
99 | * @return mixed[] |
||
100 | */ |
||
101 | public function getAnyAttribute() |
||
105 | |||
106 | /** |
||
107 | * Sets a new anyAttribute |
||
108 | * |
||
109 | * @param mixed[] $anyAttribute |
||
110 | * @return self |
||
111 | */ |
||
112 | public function setAnyAttribute(array $anyAttribute) |
||
117 | |||
118 | /** |
||
119 | * Gets as username |
||
120 | * |
||
121 | * @return |
||
122 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\Secext\AttributedStringType |
||
123 | */ |
||
124 | public function getUsername() |
||
128 | |||
129 | /** |
||
130 | * Sets a new username |
||
131 | * |
||
132 | * @param |
||
133 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\Secext\AttributedStringType |
||
134 | * $username |
||
135 | * @return self |
||
136 | */ |
||
137 | public function setUsername(\GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\Secext\AttributedStringType $username) |
||
142 | |||
143 | /** |
||
144 | * Adds as array |
||
145 | * |
||
146 | * @return self |
||
147 | * @param mixed $array |
||
148 | */ |
||
149 | public function addToAnyElement($array) |
||
154 | |||
155 | /** |
||
156 | * isset anyElement |
||
157 | * |
||
158 | * @param scalar $index |
||
159 | * @return boolean |
||
160 | */ |
||
161 | public function issetAnyElement($index) |
||
165 | |||
166 | /** |
||
167 | * unset anyElement |
||
168 | * |
||
169 | * @param scalar $index |
||
170 | * @return void |
||
171 | */ |
||
172 | public function unsetAnyElement($index) |
||
176 | |||
177 | /** |
||
178 | * Gets as anyElement |
||
179 | * |
||
180 | * @return mixed[] |
||
181 | */ |
||
182 | public function getAnyElement() |
||
186 | |||
187 | /** |
||
188 | * Sets a new anyElement |
||
189 | * |
||
190 | * @param mixed[] $anyElement |
||
191 | * @return self |
||
192 | */ |
||
193 | public function setAnyElement(array $anyElement) |
||
198 | |||
199 | |||
200 | } |
||
201 | |||
202 |