1 | <?php |
||
15 | class TComplexTypeType extends IsOK |
||
16 | { |
||
17 | use TTypeAttributesTrait, AccessTypeTraits; |
||
18 | |||
19 | /** |
||
20 | * @property string $typeAccess |
||
21 | */ |
||
22 | private $typeAccess = null; |
||
23 | |||
24 | /** |
||
25 | * @property \AlgoWeb\ODataMetadata\MetadataV3\edm\TDocumentationType $documentation |
||
26 | */ |
||
27 | private $documentation = null; |
||
28 | |||
29 | /** |
||
30 | * @property \AlgoWeb\ODataMetadata\MetadataV3\edm\TComplexTypePropertyType[] $property |
||
31 | */ |
||
32 | private $property = []; |
||
33 | |||
34 | /** |
||
35 | * @property \AlgoWeb\ODataMetadata\MetadataV3\edm\TValueAnnotationType[] $valueAnnotation |
||
36 | */ |
||
37 | private $valueAnnotation = []; |
||
38 | |||
39 | /** |
||
40 | * @property \AlgoWeb\ODataMetadata\MetadataV3\edm\TTypeAnnotationType[] $typeAnnotation |
||
41 | */ |
||
42 | private $typeAnnotation = []; |
||
43 | |||
44 | /** |
||
45 | * Gets as typeAccess |
||
46 | * |
||
47 | * @return string |
||
48 | */ |
||
49 | public function getTypeAccess() |
||
53 | |||
54 | /** |
||
55 | * Sets a new typeAccess |
||
56 | * |
||
57 | * @param string $typeAccess |
||
58 | * @return self |
||
59 | */ |
||
60 | public function setTypeAccess($typeAccess) |
||
65 | |||
66 | /** |
||
67 | * Gets as documentation |
||
68 | * |
||
69 | * @return \AlgoWeb\ODataMetadata\MetadataV3\edm\TDocumentationType |
||
70 | */ |
||
71 | public function getDocumentation() |
||
75 | |||
76 | /** |
||
77 | * Sets a new documentation |
||
78 | * |
||
79 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edm\TDocumentationType $documentation |
||
80 | * @return self |
||
81 | */ |
||
82 | public function setDocumentation(TDocumentationType $documentation) |
||
87 | |||
88 | /** |
||
89 | * Adds as property |
||
90 | * |
||
91 | * @return self |
||
92 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edm\TComplexTypePropertyType $property |
||
93 | */ |
||
94 | public function addToProperty(TComplexTypePropertyType $property) |
||
99 | |||
100 | /** |
||
101 | * isset property |
||
102 | * |
||
103 | * @param scalar $index |
||
104 | * @return boolean |
||
105 | */ |
||
106 | public function issetProperty($index) |
||
110 | |||
111 | /** |
||
112 | * unset property |
||
113 | * |
||
114 | * @param scalar $index |
||
115 | * @return void |
||
116 | */ |
||
117 | public function unsetProperty($index) |
||
121 | |||
122 | /** |
||
123 | * Gets as property |
||
124 | * |
||
125 | * @return \AlgoWeb\ODataMetadata\MetadataV3\edm\TComplexTypePropertyType[] |
||
126 | */ |
||
127 | public function getProperty() |
||
131 | |||
132 | /** |
||
133 | * Sets a new property |
||
134 | * |
||
135 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edm\TComplexTypePropertyType[] $property |
||
136 | * @return self |
||
137 | */ |
||
138 | public function setProperty(array $property) |
||
143 | |||
144 | /** |
||
145 | * Adds as valueAnnotation |
||
146 | * |
||
147 | * @return self |
||
148 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edm\TValueAnnotationType $valueAnnotation |
||
149 | */ |
||
150 | public function addToValueAnnotation(TValueAnnotationType $valueAnnotation) |
||
155 | |||
156 | /** |
||
157 | * isset valueAnnotation |
||
158 | * |
||
159 | * @param scalar $index |
||
160 | * @return boolean |
||
161 | */ |
||
162 | public function issetValueAnnotation($index) |
||
166 | |||
167 | /** |
||
168 | * unset valueAnnotation |
||
169 | * |
||
170 | * @param scalar $index |
||
171 | * @return void |
||
172 | */ |
||
173 | public function unsetValueAnnotation($index) |
||
177 | |||
178 | /** |
||
179 | * Gets as valueAnnotation |
||
180 | * |
||
181 | * @return \AlgoWeb\ODataMetadata\MetadataV3\edm\TValueAnnotationType[] |
||
182 | */ |
||
183 | public function getValueAnnotation() |
||
187 | |||
188 | /** |
||
189 | * Sets a new valueAnnotation |
||
190 | * |
||
191 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edm\TValueAnnotationType[] $valueAnnotation |
||
192 | * @return self |
||
193 | */ |
||
194 | public function setValueAnnotation(array $valueAnnotation) |
||
199 | |||
200 | /** |
||
201 | * Adds as typeAnnotation |
||
202 | * |
||
203 | * @return self |
||
204 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edm\TTypeAnnotationType $typeAnnotation |
||
205 | */ |
||
206 | public function addToTypeAnnotation(TTypeAnnotationType $typeAnnotation) |
||
211 | |||
212 | /** |
||
213 | * isset typeAnnotation |
||
214 | * |
||
215 | * @param scalar $index |
||
216 | * @return boolean |
||
217 | */ |
||
218 | public function issetTypeAnnotation($index) |
||
222 | |||
223 | /** |
||
224 | * unset typeAnnotation |
||
225 | * |
||
226 | * @param scalar $index |
||
227 | * @return void |
||
228 | */ |
||
229 | public function unsetTypeAnnotation($index) |
||
233 | |||
234 | /** |
||
235 | * Gets as typeAnnotation |
||
236 | * |
||
237 | * @return \AlgoWeb\ODataMetadata\MetadataV3\edm\TTypeAnnotationType[] |
||
238 | */ |
||
239 | public function getTypeAnnotation() |
||
243 | |||
244 | /** |
||
245 | * Sets a new typeAnnotation |
||
246 | * |
||
247 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edm\TTypeAnnotationType[] $typeAnnotation |
||
248 | * @return self |
||
249 | */ |
||
250 | public function setTypeAnnotation(array $typeAnnotation) |
||
255 | |||
256 | public function isOK(&$msg = null) |
||
292 | } |
||
293 |