node-opcua-types 2.163.0 → 2.164.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_generated_opcua_types.js +393 -393
- package/dist/_generated_opcua_types.js.map +1 -1
- package/package.json +16 -16
- package/source/_generated_opcua_types.ts +393 -393
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// --------- This code has been automatically generated !!! 2026-
|
|
2
|
+
// --------- This code has been automatically generated !!! 2026-03-09T18:46:32.146Z
|
|
3
3
|
/**
|
|
4
4
|
* @module node-opcua-types
|
|
5
5
|
*/
|
|
@@ -79,7 +79,7 @@ class EUInformation extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
79
79
|
}
|
|
80
80
|
const schema = EUInformation.schema;
|
|
81
81
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
82
|
-
/*
|
|
82
|
+
/* c8 ignore next */
|
|
83
83
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
84
84
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
85
85
|
}
|
|
@@ -147,7 +147,7 @@ class Range extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
147
147
|
}
|
|
148
148
|
const schema = Range.schema;
|
|
149
149
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
150
|
-
/*
|
|
150
|
+
/* c8 ignore next */
|
|
151
151
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
152
152
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
153
153
|
}
|
|
@@ -256,7 +256,7 @@ class AxisInformation extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
256
256
|
}
|
|
257
257
|
const schema = AxisInformation.schema;
|
|
258
258
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
259
|
-
/*
|
|
259
|
+
/* c8 ignore next */
|
|
260
260
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
261
261
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
262
262
|
}
|
|
@@ -286,7 +286,7 @@ class AxisInformation extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
286
286
|
// Define Enumeration setters
|
|
287
287
|
setAxisScaleType(value) {
|
|
288
288
|
const coercedValue = exports._enumerationAxisScaleEnumeration.get(value);
|
|
289
|
-
/*
|
|
289
|
+
/* c8 ignore next */
|
|
290
290
|
if (coercedValue === undefined || coercedValue === null) {
|
|
291
291
|
throw new Error("value cannot be coerced to AxisScaleEnumeration :" + value);
|
|
292
292
|
}
|
|
@@ -321,7 +321,7 @@ class FilterOperand extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
321
321
|
}
|
|
322
322
|
const schema = FilterOperand.schema;
|
|
323
323
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
324
|
-
/*
|
|
324
|
+
/* c8 ignore next */
|
|
325
325
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
326
326
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
327
327
|
}
|
|
@@ -392,7 +392,7 @@ class SimpleAttributeOperand extends FilterOperand {
|
|
|
392
392
|
}
|
|
393
393
|
const schema = SimpleAttributeOperand.schema;
|
|
394
394
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
395
|
-
/*
|
|
395
|
+
/* c8 ignore next */
|
|
396
396
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
397
397
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
398
398
|
}
|
|
@@ -460,7 +460,7 @@ class ActionMethodDataType extends node_opcua_extension_object_1.ExtensionObject
|
|
|
460
460
|
}
|
|
461
461
|
const schema = ActionMethodDataType.schema;
|
|
462
462
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
463
|
-
/*
|
|
463
|
+
/* c8 ignore next */
|
|
464
464
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
465
465
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
466
466
|
}
|
|
@@ -529,7 +529,7 @@ class ActionTargetDataType extends node_opcua_extension_object_1.ExtensionObject
|
|
|
529
529
|
}
|
|
530
530
|
const schema = ActionTargetDataType.schema;
|
|
531
531
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
532
|
-
/*
|
|
532
|
+
/* c8 ignore next */
|
|
533
533
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
534
534
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
535
535
|
}
|
|
@@ -629,7 +629,7 @@ class RequestHeader extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
629
629
|
}
|
|
630
630
|
const schema = RequestHeader.schema;
|
|
631
631
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
632
|
-
/*
|
|
632
|
+
/* c8 ignore next */
|
|
633
633
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
634
634
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
635
635
|
}
|
|
@@ -706,7 +706,7 @@ class SignatureData extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
706
706
|
}
|
|
707
707
|
const schema = SignatureData.schema;
|
|
708
708
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
709
|
-
/*
|
|
709
|
+
/* c8 ignore next */
|
|
710
710
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
711
711
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
712
712
|
}
|
|
@@ -768,7 +768,7 @@ class SignedSoftwareCertificate extends node_opcua_extension_object_1.ExtensionO
|
|
|
768
768
|
}
|
|
769
769
|
const schema = SignedSoftwareCertificate.schema;
|
|
770
770
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
771
|
-
/*
|
|
771
|
+
/* c8 ignore next */
|
|
772
772
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
773
773
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
774
774
|
}
|
|
@@ -860,7 +860,7 @@ class ActivateSessionRequest extends node_opcua_extension_object_1.ExtensionObje
|
|
|
860
860
|
}
|
|
861
861
|
const schema = ActivateSessionRequest.schema;
|
|
862
862
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
863
|
-
/*
|
|
863
|
+
/* c8 ignore next */
|
|
864
864
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
865
865
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
866
866
|
}
|
|
@@ -971,7 +971,7 @@ class ResponseHeader extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
971
971
|
}
|
|
972
972
|
const schema = ResponseHeader.schema;
|
|
973
973
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
974
|
-
/*
|
|
974
|
+
/* c8 ignore next */
|
|
975
975
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
976
976
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
977
977
|
}
|
|
@@ -1061,7 +1061,7 @@ class ActivateSessionResponse extends node_opcua_extension_object_1.ExtensionObj
|
|
|
1061
1061
|
}
|
|
1062
1062
|
const schema = ActivateSessionResponse.schema;
|
|
1063
1063
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
1064
|
-
/*
|
|
1064
|
+
/* c8 ignore next */
|
|
1065
1065
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
1066
1066
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
1067
1067
|
}
|
|
@@ -1190,7 +1190,7 @@ class AddNodesItem extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
1190
1190
|
}
|
|
1191
1191
|
const schema = AddNodesItem.schema;
|
|
1192
1192
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
1193
|
-
/*
|
|
1193
|
+
/* c8 ignore next */
|
|
1194
1194
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
1195
1195
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
1196
1196
|
}
|
|
@@ -1226,7 +1226,7 @@ class AddNodesItem extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
1226
1226
|
// Define Enumeration setters
|
|
1227
1227
|
setNodeClass(value) {
|
|
1228
1228
|
const coercedValue = exports._enumerationNodeClass.get(value);
|
|
1229
|
-
/*
|
|
1229
|
+
/* c8 ignore next */
|
|
1230
1230
|
if (coercedValue === undefined || coercedValue === null) {
|
|
1231
1231
|
throw new Error("value cannot be coerced to NodeClass :" + value);
|
|
1232
1232
|
}
|
|
@@ -1278,7 +1278,7 @@ class AddNodesRequest extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
1278
1278
|
}
|
|
1279
1279
|
const schema = AddNodesRequest.schema;
|
|
1280
1280
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
1281
|
-
/*
|
|
1281
|
+
/* c8 ignore next */
|
|
1282
1282
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
1283
1283
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
1284
1284
|
}
|
|
@@ -1348,7 +1348,7 @@ class AddNodesResult extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
1348
1348
|
}
|
|
1349
1349
|
const schema = AddNodesResult.schema;
|
|
1350
1350
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
1351
|
-
/*
|
|
1351
|
+
/* c8 ignore next */
|
|
1352
1352
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
1353
1353
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
1354
1354
|
}
|
|
@@ -1419,7 +1419,7 @@ class AddNodesResponse extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
1419
1419
|
}
|
|
1420
1420
|
const schema = AddNodesResponse.schema;
|
|
1421
1421
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
1422
|
-
/*
|
|
1422
|
+
/* c8 ignore next */
|
|
1423
1423
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
1424
1424
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
1425
1425
|
}
|
|
@@ -1520,7 +1520,7 @@ class AddReferencesItem extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
1520
1520
|
}
|
|
1521
1521
|
const schema = AddReferencesItem.schema;
|
|
1522
1522
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
1523
|
-
/*
|
|
1523
|
+
/* c8 ignore next */
|
|
1524
1524
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
1525
1525
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
1526
1526
|
}
|
|
@@ -1553,7 +1553,7 @@ class AddReferencesItem extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
1553
1553
|
// Define Enumeration setters
|
|
1554
1554
|
setTargetNodeClass(value) {
|
|
1555
1555
|
const coercedValue = exports._enumerationNodeClass.get(value);
|
|
1556
|
-
/*
|
|
1556
|
+
/* c8 ignore next */
|
|
1557
1557
|
if (coercedValue === undefined || coercedValue === null) {
|
|
1558
1558
|
throw new Error("value cannot be coerced to NodeClass :" + value);
|
|
1559
1559
|
}
|
|
@@ -1605,7 +1605,7 @@ class AddReferencesRequest extends node_opcua_extension_object_1.ExtensionObject
|
|
|
1605
1605
|
}
|
|
1606
1606
|
const schema = AddReferencesRequest.schema;
|
|
1607
1607
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
1608
|
-
/*
|
|
1608
|
+
/* c8 ignore next */
|
|
1609
1609
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
1610
1610
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
1611
1611
|
}
|
|
@@ -1684,7 +1684,7 @@ class AddReferencesResponse extends node_opcua_extension_object_1.ExtensionObjec
|
|
|
1684
1684
|
}
|
|
1685
1685
|
const schema = AddReferencesResponse.schema;
|
|
1686
1686
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
1687
|
-
/*
|
|
1687
|
+
/* c8 ignore next */
|
|
1688
1688
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
1689
1689
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
1690
1690
|
}
|
|
@@ -1749,7 +1749,7 @@ class KeyValuePair extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
1749
1749
|
}
|
|
1750
1750
|
const schema = KeyValuePair.schema;
|
|
1751
1751
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
1752
|
-
/*
|
|
1752
|
+
/* c8 ignore next */
|
|
1753
1753
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
1754
1754
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
1755
1755
|
}
|
|
@@ -1805,7 +1805,7 @@ class AdditionalParametersType extends node_opcua_extension_object_1.ExtensionOb
|
|
|
1805
1805
|
}
|
|
1806
1806
|
const schema = AdditionalParametersType.schema;
|
|
1807
1807
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
1808
|
-
/*
|
|
1808
|
+
/* c8 ignore next */
|
|
1809
1809
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
1810
1810
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
1811
1811
|
}
|
|
@@ -1893,7 +1893,7 @@ class AggregateConfiguration extends node_opcua_extension_object_1.ExtensionObje
|
|
|
1893
1893
|
}
|
|
1894
1894
|
const schema = AggregateConfiguration.schema;
|
|
1895
1895
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
1896
|
-
/*
|
|
1896
|
+
/* c8 ignore next */
|
|
1897
1897
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
1898
1898
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
1899
1899
|
}
|
|
@@ -1948,7 +1948,7 @@ class MonitoringFilter extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
1948
1948
|
}
|
|
1949
1949
|
const schema = MonitoringFilter.schema;
|
|
1950
1950
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
1951
|
-
/*
|
|
1951
|
+
/* c8 ignore next */
|
|
1952
1952
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
1953
1953
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
1954
1954
|
}
|
|
@@ -2018,7 +2018,7 @@ class AggregateFilter extends MonitoringFilter {
|
|
|
2018
2018
|
}
|
|
2019
2019
|
const schema = AggregateFilter.schema;
|
|
2020
2020
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
2021
|
-
/*
|
|
2021
|
+
/* c8 ignore next */
|
|
2022
2022
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
2023
2023
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
2024
2024
|
}
|
|
@@ -2070,7 +2070,7 @@ class MonitoringFilterResult extends node_opcua_extension_object_1.ExtensionObje
|
|
|
2070
2070
|
}
|
|
2071
2071
|
const schema = MonitoringFilterResult.schema;
|
|
2072
2072
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
2073
|
-
/*
|
|
2073
|
+
/* c8 ignore next */
|
|
2074
2074
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
2075
2075
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
2076
2076
|
}
|
|
@@ -2133,7 +2133,7 @@ class AggregateFilterResult extends MonitoringFilterResult {
|
|
|
2133
2133
|
}
|
|
2134
2134
|
const schema = AggregateFilterResult.schema;
|
|
2135
2135
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
2136
|
-
/*
|
|
2136
|
+
/* c8 ignore next */
|
|
2137
2137
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
2138
2138
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
2139
2139
|
}
|
|
@@ -2199,7 +2199,7 @@ class AliasNameDataType extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
2199
2199
|
}
|
|
2200
2200
|
const schema = AliasNameDataType.schema;
|
|
2201
2201
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
2202
|
-
/*
|
|
2202
|
+
/* c8 ignore next */
|
|
2203
2203
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
2204
2204
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
2205
2205
|
}
|
|
@@ -2268,7 +2268,7 @@ class Annotation extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
2268
2268
|
}
|
|
2269
2269
|
const schema = Annotation.schema;
|
|
2270
2270
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
2271
|
-
/*
|
|
2271
|
+
/* c8 ignore next */
|
|
2272
2272
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
2273
2273
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
2274
2274
|
}
|
|
@@ -2340,7 +2340,7 @@ class AnnotationDataType extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
2340
2340
|
}
|
|
2341
2341
|
const schema = AnnotationDataType.schema;
|
|
2342
2342
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
2343
|
-
/*
|
|
2343
|
+
/* c8 ignore next */
|
|
2344
2344
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
2345
2345
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
2346
2346
|
}
|
|
@@ -2398,7 +2398,7 @@ class UserIdentityToken extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
2398
2398
|
}
|
|
2399
2399
|
const schema = UserIdentityToken.schema;
|
|
2400
2400
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
2401
|
-
/*
|
|
2401
|
+
/* c8 ignore next */
|
|
2402
2402
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
2403
2403
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
2404
2404
|
}
|
|
@@ -2443,7 +2443,7 @@ class AnonymousIdentityToken extends UserIdentityToken {
|
|
|
2443
2443
|
}
|
|
2444
2444
|
const schema = AnonymousIdentityToken.schema;
|
|
2445
2445
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
2446
|
-
/*
|
|
2446
|
+
/* c8 ignore next */
|
|
2447
2447
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
2448
2448
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
2449
2449
|
}
|
|
@@ -2561,7 +2561,7 @@ class ApplicationDescription extends node_opcua_extension_object_1.ExtensionObje
|
|
|
2561
2561
|
}
|
|
2562
2562
|
const schema = ApplicationDescription.schema;
|
|
2563
2563
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
2564
|
-
/*
|
|
2564
|
+
/* c8 ignore next */
|
|
2565
2565
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
2566
2566
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
2567
2567
|
}
|
|
@@ -2597,7 +2597,7 @@ class ApplicationDescription extends node_opcua_extension_object_1.ExtensionObje
|
|
|
2597
2597
|
// Define Enumeration setters
|
|
2598
2598
|
setApplicationType(value) {
|
|
2599
2599
|
const coercedValue = exports._enumerationApplicationType.get(value);
|
|
2600
|
-
/*
|
|
2600
|
+
/* c8 ignore next */
|
|
2601
2601
|
if (coercedValue === undefined || coercedValue === null) {
|
|
2602
2602
|
throw new Error("value cannot be coerced to ApplicationType :" + value);
|
|
2603
2603
|
}
|
|
@@ -2670,7 +2670,7 @@ class Argument extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
2670
2670
|
}
|
|
2671
2671
|
const schema = Argument.schema;
|
|
2672
2672
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
2673
|
-
/*
|
|
2673
|
+
/* c8 ignore next */
|
|
2674
2674
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
2675
2675
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
2676
2676
|
}
|
|
@@ -2755,7 +2755,7 @@ class RelativePathElement extends node_opcua_extension_object_1.ExtensionObject
|
|
|
2755
2755
|
}
|
|
2756
2756
|
const schema = RelativePathElement.schema;
|
|
2757
2757
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
2758
|
-
/*
|
|
2758
|
+
/* c8 ignore next */
|
|
2759
2759
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
2760
2760
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
2761
2761
|
}
|
|
@@ -2817,7 +2817,7 @@ class RelativePath extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
2817
2817
|
}
|
|
2818
2818
|
const schema = RelativePath.schema;
|
|
2819
2819
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
2820
|
-
/*
|
|
2820
|
+
/* c8 ignore next */
|
|
2821
2821
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
2822
2822
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
2823
2823
|
}
|
|
@@ -2905,7 +2905,7 @@ class AttributeOperand extends FilterOperand {
|
|
|
2905
2905
|
}
|
|
2906
2906
|
const schema = AttributeOperand.schema;
|
|
2907
2907
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
2908
|
-
/*
|
|
2908
|
+
/* c8 ignore next */
|
|
2909
2909
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
2910
2910
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
2911
2911
|
}
|
|
@@ -2997,7 +2997,7 @@ class BitFieldDefinition extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
2997
2997
|
}
|
|
2998
2998
|
const schema = BitFieldDefinition.schema;
|
|
2999
2999
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
3000
|
-
/*
|
|
3000
|
+
/* c8 ignore next */
|
|
3001
3001
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
3002
3002
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
3003
3003
|
}
|
|
@@ -3052,7 +3052,7 @@ class ConnectionTransportDataType extends node_opcua_extension_object_1.Extensio
|
|
|
3052
3052
|
}
|
|
3053
3053
|
const schema = ConnectionTransportDataType.schema;
|
|
3054
3054
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
3055
|
-
/*
|
|
3055
|
+
/* c8 ignore next */
|
|
3056
3056
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
3057
3057
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
3058
3058
|
}
|
|
@@ -3108,7 +3108,7 @@ class BrokerConnectionTransportDataType extends ConnectionTransportDataType {
|
|
|
3108
3108
|
}
|
|
3109
3109
|
const schema = BrokerConnectionTransportDataType.schema;
|
|
3110
3110
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
3111
|
-
/*
|
|
3111
|
+
/* c8 ignore next */
|
|
3112
3112
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
3113
3113
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
3114
3114
|
}
|
|
@@ -3154,7 +3154,7 @@ class DataSetReaderTransportDataType extends node_opcua_extension_object_1.Exten
|
|
|
3154
3154
|
}
|
|
3155
3155
|
const schema = DataSetReaderTransportDataType.schema;
|
|
3156
3156
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
3157
|
-
/*
|
|
3157
|
+
/* c8 ignore next */
|
|
3158
3158
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
3159
3159
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
3160
3160
|
}
|
|
@@ -3258,7 +3258,7 @@ class BrokerDataSetReaderTransportDataType extends DataSetReaderTransportDataTyp
|
|
|
3258
3258
|
}
|
|
3259
3259
|
const schema = BrokerDataSetReaderTransportDataType.schema;
|
|
3260
3260
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
3261
|
-
/*
|
|
3261
|
+
/* c8 ignore next */
|
|
3262
3262
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
3263
3263
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
3264
3264
|
}
|
|
@@ -3288,7 +3288,7 @@ class BrokerDataSetReaderTransportDataType extends DataSetReaderTransportDataTyp
|
|
|
3288
3288
|
// Define Enumeration setters
|
|
3289
3289
|
setRequestedDeliveryGuarantee(value) {
|
|
3290
3290
|
const coercedValue = exports._enumerationBrokerTransportQualityOfService.get(value);
|
|
3291
|
-
/*
|
|
3291
|
+
/* c8 ignore next */
|
|
3292
3292
|
if (coercedValue === undefined || coercedValue === null) {
|
|
3293
3293
|
throw new Error("value cannot be coerced to BrokerTransportQualityOfService :" + value);
|
|
3294
3294
|
}
|
|
@@ -3323,7 +3323,7 @@ class DataSetWriterTransportDataType extends node_opcua_extension_object_1.Exten
|
|
|
3323
3323
|
}
|
|
3324
3324
|
const schema = DataSetWriterTransportDataType.schema;
|
|
3325
3325
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
3326
|
-
/*
|
|
3326
|
+
/* c8 ignore next */
|
|
3327
3327
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
3328
3328
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
3329
3329
|
}
|
|
@@ -3407,7 +3407,7 @@ class BrokerDataSetWriterTransportDataType extends DataSetWriterTransportDataTyp
|
|
|
3407
3407
|
}
|
|
3408
3408
|
const schema = BrokerDataSetWriterTransportDataType.schema;
|
|
3409
3409
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
3410
|
-
/*
|
|
3410
|
+
/* c8 ignore next */
|
|
3411
3411
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
3412
3412
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
3413
3413
|
}
|
|
@@ -3440,7 +3440,7 @@ class BrokerDataSetWriterTransportDataType extends DataSetWriterTransportDataTyp
|
|
|
3440
3440
|
// Define Enumeration setters
|
|
3441
3441
|
setRequestedDeliveryGuarantee(value) {
|
|
3442
3442
|
const coercedValue = exports._enumerationBrokerTransportQualityOfService.get(value);
|
|
3443
|
-
/*
|
|
3443
|
+
/* c8 ignore next */
|
|
3444
3444
|
if (coercedValue === undefined || coercedValue === null) {
|
|
3445
3445
|
throw new Error("value cannot be coerced to BrokerTransportQualityOfService :" + value);
|
|
3446
3446
|
}
|
|
@@ -3475,7 +3475,7 @@ class WriterGroupTransportDataType extends node_opcua_extension_object_1.Extensi
|
|
|
3475
3475
|
}
|
|
3476
3476
|
const schema = WriterGroupTransportDataType.schema;
|
|
3477
3477
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
3478
|
-
/*
|
|
3478
|
+
/* c8 ignore next */
|
|
3479
3479
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
3480
3480
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
3481
3481
|
}
|
|
@@ -3545,7 +3545,7 @@ class BrokerWriterGroupTransportDataType extends WriterGroupTransportDataType {
|
|
|
3545
3545
|
}
|
|
3546
3546
|
const schema = BrokerWriterGroupTransportDataType.schema;
|
|
3547
3547
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
3548
|
-
/*
|
|
3548
|
+
/* c8 ignore next */
|
|
3549
3549
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
3550
3550
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
3551
3551
|
}
|
|
@@ -3572,7 +3572,7 @@ class BrokerWriterGroupTransportDataType extends WriterGroupTransportDataType {
|
|
|
3572
3572
|
// Define Enumeration setters
|
|
3573
3573
|
setRequestedDeliveryGuarantee(value) {
|
|
3574
3574
|
const coercedValue = exports._enumerationBrokerTransportQualityOfService.get(value);
|
|
3575
|
-
/*
|
|
3575
|
+
/* c8 ignore next */
|
|
3576
3576
|
if (coercedValue === undefined || coercedValue === null) {
|
|
3577
3577
|
throw new Error("value cannot be coerced to BrokerTransportQualityOfService :" + value);
|
|
3578
3578
|
}
|
|
@@ -3651,7 +3651,7 @@ class BrowseDescription extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
3651
3651
|
}
|
|
3652
3652
|
const schema = BrowseDescription.schema;
|
|
3653
3653
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
3654
|
-
/*
|
|
3654
|
+
/* c8 ignore next */
|
|
3655
3655
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
3656
3656
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
3657
3657
|
}
|
|
@@ -3684,7 +3684,7 @@ class BrowseDescription extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
3684
3684
|
// Define Enumeration setters
|
|
3685
3685
|
setBrowseDirection(value) {
|
|
3686
3686
|
const coercedValue = node_opcua_data_model_1._enumerationBrowseDirection.get(value);
|
|
3687
|
-
/*
|
|
3687
|
+
/* c8 ignore next */
|
|
3688
3688
|
if (coercedValue === undefined || coercedValue === null) {
|
|
3689
3689
|
throw new Error("value cannot be coerced to BrowseDirection :" + value);
|
|
3690
3690
|
}
|
|
@@ -3743,7 +3743,7 @@ class BrowseNextRequest extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
3743
3743
|
}
|
|
3744
3744
|
const schema = BrowseNextRequest.schema;
|
|
3745
3745
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
3746
|
-
/*
|
|
3746
|
+
/* c8 ignore next */
|
|
3747
3747
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
3748
3748
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
3749
3749
|
}
|
|
@@ -3843,7 +3843,7 @@ class ReferenceDescription extends node_opcua_extension_object_1.ExtensionObject
|
|
|
3843
3843
|
}
|
|
3844
3844
|
const schema = ReferenceDescription.schema;
|
|
3845
3845
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
3846
|
-
/*
|
|
3846
|
+
/* c8 ignore next */
|
|
3847
3847
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
3848
3848
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
3849
3849
|
}
|
|
@@ -3879,7 +3879,7 @@ class ReferenceDescription extends node_opcua_extension_object_1.ExtensionObject
|
|
|
3879
3879
|
// Define Enumeration setters
|
|
3880
3880
|
setNodeClass(value) {
|
|
3881
3881
|
const coercedValue = exports._enumerationNodeClass.get(value);
|
|
3882
|
-
/*
|
|
3882
|
+
/* c8 ignore next */
|
|
3883
3883
|
if (coercedValue === undefined || coercedValue === null) {
|
|
3884
3884
|
throw new Error("value cannot be coerced to NodeClass :" + value);
|
|
3885
3885
|
}
|
|
@@ -3938,7 +3938,7 @@ class BrowseResult extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
3938
3938
|
}
|
|
3939
3939
|
const schema = BrowseResult.schema;
|
|
3940
3940
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
3941
|
-
/*
|
|
3941
|
+
/* c8 ignore next */
|
|
3942
3942
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
3943
3943
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
3944
3944
|
}
|
|
@@ -4020,7 +4020,7 @@ class BrowseNextResponse extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
4020
4020
|
}
|
|
4021
4021
|
const schema = BrowseNextResponse.schema;
|
|
4022
4022
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
4023
|
-
/*
|
|
4023
|
+
/* c8 ignore next */
|
|
4024
4024
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
4025
4025
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
4026
4026
|
}
|
|
@@ -4093,7 +4093,7 @@ class BrowsePath extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
4093
4093
|
}
|
|
4094
4094
|
const schema = BrowsePath.schema;
|
|
4095
4095
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
4096
|
-
/*
|
|
4096
|
+
/* c8 ignore next */
|
|
4097
4097
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
4098
4098
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
4099
4099
|
}
|
|
@@ -4155,7 +4155,7 @@ class BrowsePathTarget extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
4155
4155
|
}
|
|
4156
4156
|
const schema = BrowsePathTarget.schema;
|
|
4157
4157
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
4158
|
-
/*
|
|
4158
|
+
/* c8 ignore next */
|
|
4159
4159
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
4160
4160
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
4161
4161
|
}
|
|
@@ -4218,7 +4218,7 @@ class BrowsePathResult extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
4218
4218
|
}
|
|
4219
4219
|
const schema = BrowsePathResult.schema;
|
|
4220
4220
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
4221
|
-
/*
|
|
4221
|
+
/* c8 ignore next */
|
|
4222
4222
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
4223
4223
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
4224
4224
|
}
|
|
@@ -4295,7 +4295,7 @@ class ViewDescription extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
4295
4295
|
}
|
|
4296
4296
|
const schema = ViewDescription.schema;
|
|
4297
4297
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
4298
|
-
/*
|
|
4298
|
+
/* c8 ignore next */
|
|
4299
4299
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
4300
4300
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
4301
4301
|
}
|
|
@@ -4375,7 +4375,7 @@ class BrowseRequest extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
4375
4375
|
}
|
|
4376
4376
|
const schema = BrowseRequest.schema;
|
|
4377
4377
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
4378
|
-
/*
|
|
4378
|
+
/* c8 ignore next */
|
|
4379
4379
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
4380
4380
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
4381
4381
|
}
|
|
@@ -4460,7 +4460,7 @@ class BrowseResponse extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
4460
4460
|
}
|
|
4461
4461
|
const schema = BrowseResponse.schema;
|
|
4462
4462
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
4463
|
-
/*
|
|
4463
|
+
/* c8 ignore next */
|
|
4464
4464
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
4465
4465
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
4466
4466
|
}
|
|
@@ -4561,7 +4561,7 @@ class BuildInfo extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
4561
4561
|
}
|
|
4562
4562
|
const schema = BuildInfo.schema;
|
|
4563
4563
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
4564
|
-
/*
|
|
4564
|
+
/* c8 ignore next */
|
|
4565
4565
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
4566
4566
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
4567
4567
|
}
|
|
@@ -4643,7 +4643,7 @@ class CallMethodRequest extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
4643
4643
|
}
|
|
4644
4644
|
const schema = CallMethodRequest.schema;
|
|
4645
4645
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
4646
|
-
/*
|
|
4646
|
+
/* c8 ignore next */
|
|
4647
4647
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
4648
4648
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
4649
4649
|
}
|
|
@@ -4725,7 +4725,7 @@ class CallMethodResult extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
4725
4725
|
}
|
|
4726
4726
|
const schema = CallMethodResult.schema;
|
|
4727
4727
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
4728
|
-
/*
|
|
4728
|
+
/* c8 ignore next */
|
|
4729
4729
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
4730
4730
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
4731
4731
|
}
|
|
@@ -4794,7 +4794,7 @@ class CallRequest extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
4794
4794
|
}
|
|
4795
4795
|
const schema = CallRequest.schema;
|
|
4796
4796
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
4797
|
-
/*
|
|
4797
|
+
/* c8 ignore next */
|
|
4798
4798
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
4799
4799
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
4800
4800
|
}
|
|
@@ -4873,7 +4873,7 @@ class CallResponse extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
4873
4873
|
}
|
|
4874
4874
|
const schema = CallResponse.schema;
|
|
4875
4875
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
4876
|
-
/*
|
|
4876
|
+
/* c8 ignore next */
|
|
4877
4877
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
4878
4878
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
4879
4879
|
}
|
|
@@ -4946,7 +4946,7 @@ class CancelRequest extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
4946
4946
|
}
|
|
4947
4947
|
const schema = CancelRequest.schema;
|
|
4948
4948
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
4949
|
-
/*
|
|
4949
|
+
/* c8 ignore next */
|
|
4950
4950
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
4951
4951
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
4952
4952
|
}
|
|
@@ -5008,7 +5008,7 @@ class CancelResponse extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
5008
5008
|
}
|
|
5009
5009
|
const schema = CancelResponse.schema;
|
|
5010
5010
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
5011
|
-
/*
|
|
5011
|
+
/* c8 ignore next */
|
|
5012
5012
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
5013
5013
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
5014
5014
|
}
|
|
@@ -5054,7 +5054,7 @@ class CartesianCoordinates extends node_opcua_extension_object_1.ExtensionObject
|
|
|
5054
5054
|
}
|
|
5055
5055
|
const schema = CartesianCoordinates.schema;
|
|
5056
5056
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
5057
|
-
/*
|
|
5057
|
+
/* c8 ignore next */
|
|
5058
5058
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
5059
5059
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
5060
5060
|
}
|
|
@@ -5124,7 +5124,7 @@ class ChannelSecurityToken extends node_opcua_extension_object_1.ExtensionObject
|
|
|
5124
5124
|
}
|
|
5125
5125
|
const schema = ChannelSecurityToken.schema;
|
|
5126
5126
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
5127
|
-
/*
|
|
5127
|
+
/* c8 ignore next */
|
|
5128
5128
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
5129
5129
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
5130
5130
|
}
|
|
@@ -5185,7 +5185,7 @@ class CloseSecureChannelRequest extends node_opcua_extension_object_1.ExtensionO
|
|
|
5185
5185
|
}
|
|
5186
5186
|
const schema = CloseSecureChannelRequest.schema;
|
|
5187
5187
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
5188
|
-
/*
|
|
5188
|
+
/* c8 ignore next */
|
|
5189
5189
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
5190
5190
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
5191
5191
|
}
|
|
@@ -5237,7 +5237,7 @@ class CloseSecureChannelResponse extends node_opcua_extension_object_1.Extension
|
|
|
5237
5237
|
}
|
|
5238
5238
|
const schema = CloseSecureChannelResponse.schema;
|
|
5239
5239
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
5240
|
-
/*
|
|
5240
|
+
/* c8 ignore next */
|
|
5241
5241
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
5242
5242
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
5243
5243
|
}
|
|
@@ -5296,7 +5296,7 @@ class CloseSessionRequest extends node_opcua_extension_object_1.ExtensionObject
|
|
|
5296
5296
|
}
|
|
5297
5297
|
const schema = CloseSessionRequest.schema;
|
|
5298
5298
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
5299
|
-
/*
|
|
5299
|
+
/* c8 ignore next */
|
|
5300
5300
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
5301
5301
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
5302
5302
|
}
|
|
@@ -5351,7 +5351,7 @@ class CloseSessionResponse extends node_opcua_extension_object_1.ExtensionObject
|
|
|
5351
5351
|
}
|
|
5352
5352
|
const schema = CloseSessionResponse.schema;
|
|
5353
5353
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
5354
|
-
/*
|
|
5354
|
+
/* c8 ignore next */
|
|
5355
5355
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
5356
5356
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
5357
5357
|
}
|
|
@@ -5410,7 +5410,7 @@ class ComplexNumberType extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
5410
5410
|
}
|
|
5411
5411
|
const schema = ComplexNumberType.schema;
|
|
5412
5412
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
5413
|
-
/*
|
|
5413
|
+
/* c8 ignore next */
|
|
5414
5414
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
5415
5415
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
5416
5416
|
}
|
|
@@ -5472,7 +5472,7 @@ class ConfigurationVersionDataType extends node_opcua_extension_object_1.Extensi
|
|
|
5472
5472
|
}
|
|
5473
5473
|
const schema = ConfigurationVersionDataType.schema;
|
|
5474
5474
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
5475
|
-
/*
|
|
5475
|
+
/* c8 ignore next */
|
|
5476
5476
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
5477
5477
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
5478
5478
|
}
|
|
@@ -5575,7 +5575,7 @@ class ContentFilterElement extends node_opcua_extension_object_1.ExtensionObject
|
|
|
5575
5575
|
}
|
|
5576
5576
|
const schema = ContentFilterElement.schema;
|
|
5577
5577
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
5578
|
-
/*
|
|
5578
|
+
/* c8 ignore next */
|
|
5579
5579
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
5580
5580
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
5581
5581
|
}
|
|
@@ -5596,7 +5596,7 @@ class ContentFilterElement extends node_opcua_extension_object_1.ExtensionObject
|
|
|
5596
5596
|
// Define Enumeration setters
|
|
5597
5597
|
setFilterOperator(value) {
|
|
5598
5598
|
const coercedValue = exports._enumerationFilterOperator.get(value);
|
|
5599
|
-
/*
|
|
5599
|
+
/* c8 ignore next */
|
|
5600
5600
|
if (coercedValue === undefined || coercedValue === null) {
|
|
5601
5601
|
throw new Error("value cannot be coerced to FilterOperator :" + value);
|
|
5602
5602
|
}
|
|
@@ -5641,7 +5641,7 @@ class ContentFilter extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
5641
5641
|
}
|
|
5642
5642
|
const schema = ContentFilter.schema;
|
|
5643
5643
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
5644
|
-
/*
|
|
5644
|
+
/* c8 ignore next */
|
|
5645
5645
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
5646
5646
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
5647
5647
|
}
|
|
@@ -5717,7 +5717,7 @@ class ContentFilterElementResult extends node_opcua_extension_object_1.Extension
|
|
|
5717
5717
|
}
|
|
5718
5718
|
const schema = ContentFilterElementResult.schema;
|
|
5719
5719
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
5720
|
-
/*
|
|
5720
|
+
/* c8 ignore next */
|
|
5721
5721
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
5722
5722
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
5723
5723
|
}
|
|
@@ -5784,7 +5784,7 @@ class ContentFilterResult extends node_opcua_extension_object_1.ExtensionObject
|
|
|
5784
5784
|
}
|
|
5785
5785
|
const schema = ContentFilterResult.schema;
|
|
5786
5786
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
5787
|
-
/*
|
|
5787
|
+
/* c8 ignore next */
|
|
5788
5788
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
5789
5789
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
5790
5790
|
}
|
|
@@ -5868,7 +5868,7 @@ class ReadValueId extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
5868
5868
|
}
|
|
5869
5869
|
const schema = ReadValueId.schema;
|
|
5870
5870
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
5871
|
-
/*
|
|
5871
|
+
/* c8 ignore next */
|
|
5872
5872
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
5873
5873
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
5874
5874
|
}
|
|
@@ -5982,7 +5982,7 @@ class MonitoringParameters extends node_opcua_extension_object_1.ExtensionObject
|
|
|
5982
5982
|
}
|
|
5983
5983
|
const schema = MonitoringParameters.schema;
|
|
5984
5984
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
5985
|
-
/*
|
|
5985
|
+
/* c8 ignore next */
|
|
5986
5986
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
5987
5987
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
5988
5988
|
}
|
|
@@ -6060,7 +6060,7 @@ class MonitoredItemCreateRequest extends node_opcua_extension_object_1.Extension
|
|
|
6060
6060
|
}
|
|
6061
6061
|
const schema = MonitoredItemCreateRequest.schema;
|
|
6062
6062
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
6063
|
-
/*
|
|
6063
|
+
/* c8 ignore next */
|
|
6064
6064
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
6065
6065
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
6066
6066
|
}
|
|
@@ -6084,7 +6084,7 @@ class MonitoredItemCreateRequest extends node_opcua_extension_object_1.Extension
|
|
|
6084
6084
|
// Define Enumeration setters
|
|
6085
6085
|
setMonitoringMode(value) {
|
|
6086
6086
|
const coercedValue = exports._enumerationMonitoringMode.get(value);
|
|
6087
|
-
/*
|
|
6087
|
+
/* c8 ignore next */
|
|
6088
6088
|
if (coercedValue === undefined || coercedValue === null) {
|
|
6089
6089
|
throw new Error("value cannot be coerced to MonitoringMode :" + value);
|
|
6090
6090
|
}
|
|
@@ -6150,7 +6150,7 @@ class CreateMonitoredItemsRequest extends node_opcua_extension_object_1.Extensio
|
|
|
6150
6150
|
}
|
|
6151
6151
|
const schema = CreateMonitoredItemsRequest.schema;
|
|
6152
6152
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
6153
|
-
/*
|
|
6153
|
+
/* c8 ignore next */
|
|
6154
6154
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
6155
6155
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
6156
6156
|
}
|
|
@@ -6185,7 +6185,7 @@ class CreateMonitoredItemsRequest extends node_opcua_extension_object_1.Extensio
|
|
|
6185
6185
|
// Define Enumeration setters
|
|
6186
6186
|
setTimestampsToReturn(value) {
|
|
6187
6187
|
const coercedValue = node_opcua_data_value_1._enumerationTimestampsToReturn.get(value);
|
|
6188
|
-
/*
|
|
6188
|
+
/* c8 ignore next */
|
|
6189
6189
|
if (coercedValue === undefined || coercedValue === null) {
|
|
6190
6190
|
throw new Error("value cannot be coerced to TimestampsToReturn :" + value);
|
|
6191
6191
|
}
|
|
@@ -6257,7 +6257,7 @@ class MonitoredItemCreateResult extends node_opcua_extension_object_1.ExtensionO
|
|
|
6257
6257
|
}
|
|
6258
6258
|
const schema = MonitoredItemCreateResult.schema;
|
|
6259
6259
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
6260
|
-
/*
|
|
6260
|
+
/* c8 ignore next */
|
|
6261
6261
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
6262
6262
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
6263
6263
|
}
|
|
@@ -6337,7 +6337,7 @@ class CreateMonitoredItemsResponse extends node_opcua_extension_object_1.Extensi
|
|
|
6337
6337
|
}
|
|
6338
6338
|
const schema = CreateMonitoredItemsResponse.schema;
|
|
6339
6339
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
6340
|
-
/*
|
|
6340
|
+
/* c8 ignore next */
|
|
6341
6341
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
6342
6342
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
6343
6343
|
}
|
|
@@ -6459,7 +6459,7 @@ class CreateSessionRequest extends node_opcua_extension_object_1.ExtensionObject
|
|
|
6459
6459
|
}
|
|
6460
6460
|
const schema = CreateSessionRequest.schema;
|
|
6461
6461
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
6462
|
-
/*
|
|
6462
|
+
/* c8 ignore next */
|
|
6463
6463
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
6464
6464
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
6465
6465
|
}
|
|
@@ -6614,7 +6614,7 @@ class UserTokenPolicy extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
6614
6614
|
}
|
|
6615
6615
|
const schema = UserTokenPolicy.schema;
|
|
6616
6616
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
6617
|
-
/*
|
|
6617
|
+
/* c8 ignore next */
|
|
6618
6618
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
6619
6619
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
6620
6620
|
}
|
|
@@ -6644,7 +6644,7 @@ class UserTokenPolicy extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
6644
6644
|
// Define Enumeration setters
|
|
6645
6645
|
setTokenType(value) {
|
|
6646
6646
|
const coercedValue = exports._enumerationUserTokenType.get(value);
|
|
6647
|
-
/*
|
|
6647
|
+
/* c8 ignore next */
|
|
6648
6648
|
if (coercedValue === undefined || coercedValue === null) {
|
|
6649
6649
|
throw new Error("value cannot be coerced to UserTokenType :" + value);
|
|
6650
6650
|
}
|
|
@@ -6738,7 +6738,7 @@ class EndpointDescription extends node_opcua_extension_object_1.ExtensionObject
|
|
|
6738
6738
|
}
|
|
6739
6739
|
const schema = EndpointDescription.schema;
|
|
6740
6740
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
6741
|
-
/*
|
|
6741
|
+
/* c8 ignore next */
|
|
6742
6742
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
6743
6743
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
6744
6744
|
}
|
|
@@ -6785,7 +6785,7 @@ class EndpointDescription extends node_opcua_extension_object_1.ExtensionObject
|
|
|
6785
6785
|
// Define Enumeration setters
|
|
6786
6786
|
setSecurityMode(value) {
|
|
6787
6787
|
const coercedValue = exports._enumerationMessageSecurityMode.get(value);
|
|
6788
|
-
/*
|
|
6788
|
+
/* c8 ignore next */
|
|
6789
6789
|
if (coercedValue === undefined || coercedValue === null) {
|
|
6790
6790
|
throw new Error("value cannot be coerced to MessageSecurityMode :" + value);
|
|
6791
6791
|
}
|
|
@@ -6894,7 +6894,7 @@ class CreateSessionResponse extends node_opcua_extension_object_1.ExtensionObjec
|
|
|
6894
6894
|
}
|
|
6895
6895
|
const schema = CreateSessionResponse.schema;
|
|
6896
6896
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
6897
|
-
/*
|
|
6897
|
+
/* c8 ignore next */
|
|
6898
6898
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
6899
6899
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
6900
6900
|
}
|
|
@@ -7031,7 +7031,7 @@ class CreateSubscriptionRequest extends node_opcua_extension_object_1.ExtensionO
|
|
|
7031
7031
|
}
|
|
7032
7032
|
const schema = CreateSubscriptionRequest.schema;
|
|
7033
7033
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
7034
|
-
/*
|
|
7034
|
+
/* c8 ignore next */
|
|
7035
7035
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
7036
7036
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
7037
7037
|
}
|
|
@@ -7129,7 +7129,7 @@ class CreateSubscriptionResponse extends node_opcua_extension_object_1.Extension
|
|
|
7129
7129
|
}
|
|
7130
7130
|
const schema = CreateSubscriptionResponse.schema;
|
|
7131
7131
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
7132
|
-
/*
|
|
7132
|
+
/* c8 ignore next */
|
|
7133
7133
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
7134
7134
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
7135
7135
|
}
|
|
@@ -7214,7 +7214,7 @@ class CurrencyUnitType extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
7214
7214
|
}
|
|
7215
7215
|
const schema = CurrencyUnitType.schema;
|
|
7216
7216
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
7217
|
-
/*
|
|
7217
|
+
/* c8 ignore next */
|
|
7218
7218
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
7219
7219
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
7220
7220
|
}
|
|
@@ -7314,7 +7314,7 @@ class DataChangeFilter extends MonitoringFilter {
|
|
|
7314
7314
|
}
|
|
7315
7315
|
const schema = DataChangeFilter.schema;
|
|
7316
7316
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
7317
|
-
/*
|
|
7317
|
+
/* c8 ignore next */
|
|
7318
7318
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
7319
7319
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
7320
7320
|
}
|
|
@@ -7338,7 +7338,7 @@ class DataChangeFilter extends MonitoringFilter {
|
|
|
7338
7338
|
// Define Enumeration setters
|
|
7339
7339
|
setTrigger(value) {
|
|
7340
7340
|
const coercedValue = exports._enumerationDataChangeTrigger.get(value);
|
|
7341
|
-
/*
|
|
7341
|
+
/* c8 ignore next */
|
|
7342
7342
|
if (coercedValue === undefined || coercedValue === null) {
|
|
7343
7343
|
throw new Error("value cannot be coerced to DataChangeTrigger :" + value);
|
|
7344
7344
|
}
|
|
@@ -7373,7 +7373,7 @@ class NotificationData extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
7373
7373
|
}
|
|
7374
7374
|
const schema = NotificationData.schema;
|
|
7375
7375
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
7376
|
-
/*
|
|
7376
|
+
/* c8 ignore next */
|
|
7377
7377
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
7378
7378
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
7379
7379
|
}
|
|
@@ -7429,7 +7429,7 @@ class MonitoredItemNotification extends node_opcua_extension_object_1.ExtensionO
|
|
|
7429
7429
|
}
|
|
7430
7430
|
const schema = MonitoredItemNotification.schema;
|
|
7431
7431
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
7432
|
-
/*
|
|
7432
|
+
/* c8 ignore next */
|
|
7433
7433
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
7434
7434
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
7435
7435
|
}
|
|
@@ -7493,7 +7493,7 @@ class DataChangeNotification extends NotificationData {
|
|
|
7493
7493
|
}
|
|
7494
7494
|
const schema = DataChangeNotification.schema;
|
|
7495
7495
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
7496
|
-
/*
|
|
7496
|
+
/* c8 ignore next */
|
|
7497
7497
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
7498
7498
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
7499
7499
|
}
|
|
@@ -7563,7 +7563,7 @@ class DataTypeDescription extends node_opcua_extension_object_1.ExtensionObject
|
|
|
7563
7563
|
}
|
|
7564
7564
|
const schema = DataTypeDescription.schema;
|
|
7565
7565
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
7566
|
-
/*
|
|
7566
|
+
/* c8 ignore next */
|
|
7567
7567
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
7568
7568
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
7569
7569
|
}
|
|
@@ -7609,7 +7609,7 @@ class DataTypeDefinition extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
7609
7609
|
}
|
|
7610
7610
|
const schema = DataTypeDefinition.schema;
|
|
7611
7611
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
7612
|
-
/*
|
|
7612
|
+
/* c8 ignore next */
|
|
7613
7613
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
7614
7614
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
7615
7615
|
}
|
|
@@ -7728,7 +7728,7 @@ class StructureField extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
7728
7728
|
}
|
|
7729
7729
|
const schema = StructureField.schema;
|
|
7730
7730
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
7731
|
-
/*
|
|
7731
|
+
/* c8 ignore next */
|
|
7732
7732
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
7733
7733
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
7734
7734
|
}
|
|
@@ -7820,7 +7820,7 @@ class StructureDefinition extends DataTypeDefinition {
|
|
|
7820
7820
|
}
|
|
7821
7821
|
const schema = StructureDefinition.schema;
|
|
7822
7822
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
7823
|
-
/*
|
|
7823
|
+
/* c8 ignore next */
|
|
7824
7824
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
7825
7825
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
7826
7826
|
}
|
|
@@ -7855,7 +7855,7 @@ class StructureDefinition extends DataTypeDefinition {
|
|
|
7855
7855
|
// Define Enumeration setters
|
|
7856
7856
|
setStructureType(value) {
|
|
7857
7857
|
const coercedValue = exports._enumerationStructureType.get(value);
|
|
7858
|
-
/*
|
|
7858
|
+
/* c8 ignore next */
|
|
7859
7859
|
if (coercedValue === undefined || coercedValue === null) {
|
|
7860
7860
|
throw new Error("value cannot be coerced to StructureType :" + value);
|
|
7861
7861
|
}
|
|
@@ -7901,7 +7901,7 @@ class StructureDescription extends DataTypeDescription {
|
|
|
7901
7901
|
}
|
|
7902
7902
|
const schema = StructureDescription.schema;
|
|
7903
7903
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
7904
|
-
/*
|
|
7904
|
+
/* c8 ignore next */
|
|
7905
7905
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
7906
7906
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
7907
7907
|
}
|
|
@@ -7967,7 +7967,7 @@ class EnumValueType extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
7967
7967
|
}
|
|
7968
7968
|
const schema = EnumValueType.schema;
|
|
7969
7969
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
7970
|
-
/*
|
|
7970
|
+
/* c8 ignore next */
|
|
7971
7971
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
7972
7972
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
7973
7973
|
}
|
|
@@ -8028,7 +8028,7 @@ class EnumField extends EnumValueType {
|
|
|
8028
8028
|
}
|
|
8029
8029
|
const schema = EnumField.schema;
|
|
8030
8030
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
8031
|
-
/*
|
|
8031
|
+
/* c8 ignore next */
|
|
8032
8032
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
8033
8033
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
8034
8034
|
}
|
|
@@ -8081,7 +8081,7 @@ class EnumDefinition extends DataTypeDefinition {
|
|
|
8081
8081
|
}
|
|
8082
8082
|
const schema = EnumDefinition.schema;
|
|
8083
8083
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
8084
|
-
/*
|
|
8084
|
+
/* c8 ignore next */
|
|
8085
8085
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
8086
8086
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
8087
8087
|
}
|
|
@@ -8150,7 +8150,7 @@ class EnumDescription extends DataTypeDescription {
|
|
|
8150
8150
|
}
|
|
8151
8151
|
const schema = EnumDescription.schema;
|
|
8152
8152
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
8153
|
-
/*
|
|
8153
|
+
/* c8 ignore next */
|
|
8154
8154
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
8155
8155
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
8156
8156
|
}
|
|
@@ -8214,7 +8214,7 @@ class SimpleTypeDescription extends DataTypeDescription {
|
|
|
8214
8214
|
}
|
|
8215
8215
|
const schema = SimpleTypeDescription.schema;
|
|
8216
8216
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
8217
|
-
/*
|
|
8217
|
+
/* c8 ignore next */
|
|
8218
8218
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
8219
8219
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
8220
8220
|
}
|
|
@@ -8294,7 +8294,7 @@ class DataTypeSchemaHeader extends node_opcua_extension_object_1.ExtensionObject
|
|
|
8294
8294
|
}
|
|
8295
8295
|
const schema = DataTypeSchemaHeader.schema;
|
|
8296
8296
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
8297
|
-
/*
|
|
8297
|
+
/* c8 ignore next */
|
|
8298
8298
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
8299
8299
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
8300
8300
|
}
|
|
@@ -8468,7 +8468,7 @@ class FieldMetaData extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
8468
8468
|
}
|
|
8469
8469
|
const schema = FieldMetaData.schema;
|
|
8470
8470
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
8471
|
-
/*
|
|
8471
|
+
/* c8 ignore next */
|
|
8472
8472
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
8473
8473
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
8474
8474
|
}
|
|
@@ -8521,7 +8521,7 @@ class FieldMetaData extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
8521
8521
|
// Define Enumeration setters
|
|
8522
8522
|
setFieldFlags(value) {
|
|
8523
8523
|
const coercedValue = exports._enumerationDataSetFieldFlags.get(value);
|
|
8524
|
-
/*
|
|
8524
|
+
/* c8 ignore next */
|
|
8525
8525
|
if (coercedValue === undefined || coercedValue === null) {
|
|
8526
8526
|
throw new Error("value cannot be coerced to DataSetFieldFlags :" + value);
|
|
8527
8527
|
}
|
|
@@ -8598,7 +8598,7 @@ class DataSetMetaDataType extends DataTypeSchemaHeader {
|
|
|
8598
8598
|
}
|
|
8599
8599
|
const schema = DataSetMetaDataType.schema;
|
|
8600
8600
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
8601
|
-
/*
|
|
8601
|
+
/* c8 ignore next */
|
|
8602
8602
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
8603
8603
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
8604
8604
|
}
|
|
@@ -8808,7 +8808,7 @@ class DataSetReaderDataType extends node_opcua_extension_object_1.ExtensionObjec
|
|
|
8808
8808
|
}
|
|
8809
8809
|
const schema = DataSetReaderDataType.schema;
|
|
8810
8810
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
8811
|
-
/*
|
|
8811
|
+
/* c8 ignore next */
|
|
8812
8812
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
8813
8813
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
8814
8814
|
}
|
|
@@ -8890,7 +8890,7 @@ class DataSetReaderDataType extends node_opcua_extension_object_1.ExtensionObjec
|
|
|
8890
8890
|
// Define Enumeration setters
|
|
8891
8891
|
setDataSetFieldContentMask(value) {
|
|
8892
8892
|
const coercedValue = exports._enumerationDataSetFieldContentMask.get(value);
|
|
8893
|
-
/*
|
|
8893
|
+
/* c8 ignore next */
|
|
8894
8894
|
if (coercedValue === undefined || coercedValue === null) {
|
|
8895
8895
|
throw new Error("value cannot be coerced to DataSetFieldContentMask :" + value);
|
|
8896
8896
|
}
|
|
@@ -8899,7 +8899,7 @@ class DataSetReaderDataType extends node_opcua_extension_object_1.ExtensionObjec
|
|
|
8899
8899
|
}
|
|
8900
8900
|
setSecurityMode(value) {
|
|
8901
8901
|
const coercedValue = exports._enumerationMessageSecurityMode.get(value);
|
|
8902
|
-
/*
|
|
8902
|
+
/* c8 ignore next */
|
|
8903
8903
|
if (coercedValue === undefined || coercedValue === null) {
|
|
8904
8904
|
throw new Error("value cannot be coerced to MessageSecurityMode :" + value);
|
|
8905
8905
|
}
|
|
@@ -8934,7 +8934,7 @@ class DataSetReaderMessageDataType extends node_opcua_extension_object_1.Extensi
|
|
|
8934
8934
|
}
|
|
8935
8935
|
const schema = DataSetReaderMessageDataType.schema;
|
|
8936
8936
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
8937
|
-
/*
|
|
8937
|
+
/* c8 ignore next */
|
|
8938
8938
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
8939
8939
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
8940
8940
|
}
|
|
@@ -9040,7 +9040,7 @@ class DataSetWriterDataType extends node_opcua_extension_object_1.ExtensionObjec
|
|
|
9040
9040
|
}
|
|
9041
9041
|
const schema = DataSetWriterDataType.schema;
|
|
9042
9042
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
9043
|
-
/*
|
|
9043
|
+
/* c8 ignore next */
|
|
9044
9044
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
9045
9045
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
9046
9046
|
}
|
|
@@ -9090,7 +9090,7 @@ class DataSetWriterDataType extends node_opcua_extension_object_1.ExtensionObjec
|
|
|
9090
9090
|
// Define Enumeration setters
|
|
9091
9091
|
setDataSetFieldContentMask(value) {
|
|
9092
9092
|
const coercedValue = exports._enumerationDataSetFieldContentMask.get(value);
|
|
9093
|
-
/*
|
|
9093
|
+
/* c8 ignore next */
|
|
9094
9094
|
if (coercedValue === undefined || coercedValue === null) {
|
|
9095
9095
|
throw new Error("value cannot be coerced to DataSetFieldContentMask :" + value);
|
|
9096
9096
|
}
|
|
@@ -9125,7 +9125,7 @@ class DataSetWriterMessageDataType extends node_opcua_extension_object_1.Extensi
|
|
|
9125
9125
|
}
|
|
9126
9126
|
const schema = DataSetWriterMessageDataType.schema;
|
|
9127
9127
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
9128
|
-
/*
|
|
9128
|
+
/* c8 ignore next */
|
|
9129
9129
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
9130
9130
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
9131
9131
|
}
|
|
@@ -9202,7 +9202,7 @@ class NodeAttributes extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
9202
9202
|
}
|
|
9203
9203
|
const schema = NodeAttributes.schema;
|
|
9204
9204
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
9205
|
-
/*
|
|
9205
|
+
/* c8 ignore next */
|
|
9206
9206
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
9207
9207
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
9208
9208
|
}
|
|
@@ -9271,7 +9271,7 @@ class DataTypeAttributes extends NodeAttributes {
|
|
|
9271
9271
|
}
|
|
9272
9272
|
const schema = DataTypeAttributes.schema;
|
|
9273
9273
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
9274
|
-
/*
|
|
9274
|
+
/* c8 ignore next */
|
|
9275
9275
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
9276
9276
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
9277
9277
|
}
|
|
@@ -9323,7 +9323,7 @@ class DatagramConnectionTransportDataType extends ConnectionTransportDataType {
|
|
|
9323
9323
|
}
|
|
9324
9324
|
const schema = DatagramConnectionTransportDataType.schema;
|
|
9325
9325
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
9326
|
-
/*
|
|
9326
|
+
/* c8 ignore next */
|
|
9327
9327
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
9328
9328
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
9329
9329
|
}
|
|
@@ -9398,7 +9398,7 @@ class DatagramConnectionTransport2DataType extends DatagramConnectionTransportDa
|
|
|
9398
9398
|
}
|
|
9399
9399
|
const schema = DatagramConnectionTransport2DataType.schema;
|
|
9400
9400
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
9401
|
-
/*
|
|
9401
|
+
/* c8 ignore next */
|
|
9402
9402
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
9403
9403
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
9404
9404
|
}
|
|
@@ -9481,7 +9481,7 @@ class DatagramDataSetReaderTransportDataType extends DataSetReaderTransportDataT
|
|
|
9481
9481
|
}
|
|
9482
9482
|
const schema = DatagramDataSetReaderTransportDataType.schema;
|
|
9483
9483
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
9484
|
-
/*
|
|
9484
|
+
/* c8 ignore next */
|
|
9485
9485
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
9486
9486
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
9487
9487
|
}
|
|
@@ -9549,7 +9549,7 @@ class DatagramWriterGroupTransportDataType extends WriterGroupTransportDataType
|
|
|
9549
9549
|
}
|
|
9550
9550
|
const schema = DatagramWriterGroupTransportDataType.schema;
|
|
9551
9551
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
9552
|
-
/*
|
|
9552
|
+
/* c8 ignore next */
|
|
9553
9553
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
9554
9554
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
9555
9555
|
}
|
|
@@ -9635,7 +9635,7 @@ class DatagramWriterGroupTransport2DataType extends DatagramWriterGroupTransport
|
|
|
9635
9635
|
}
|
|
9636
9636
|
const schema = DatagramWriterGroupTransport2DataType.schema;
|
|
9637
9637
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
9638
|
-
/*
|
|
9638
|
+
/* c8 ignore next */
|
|
9639
9639
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
9640
9640
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
9641
9641
|
}
|
|
@@ -9690,7 +9690,7 @@ class HistoryUpdateDetails extends node_opcua_extension_object_1.ExtensionObject
|
|
|
9690
9690
|
}
|
|
9691
9691
|
const schema = HistoryUpdateDetails.schema;
|
|
9692
9692
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
9693
|
-
/*
|
|
9693
|
+
/* c8 ignore next */
|
|
9694
9694
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
9695
9695
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
9696
9696
|
}
|
|
@@ -9747,7 +9747,7 @@ class DeleteAtTimeDetails extends HistoryUpdateDetails {
|
|
|
9747
9747
|
}
|
|
9748
9748
|
const schema = DeleteAtTimeDetails.schema;
|
|
9749
9749
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
9750
|
-
/*
|
|
9750
|
+
/* c8 ignore next */
|
|
9751
9751
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
9752
9752
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
9753
9753
|
}
|
|
@@ -9810,7 +9810,7 @@ class DeleteEventDetails extends HistoryUpdateDetails {
|
|
|
9810
9810
|
}
|
|
9811
9811
|
const schema = DeleteEventDetails.schema;
|
|
9812
9812
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
9813
|
-
/*
|
|
9813
|
+
/* c8 ignore next */
|
|
9814
9814
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
9815
9815
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
9816
9816
|
}
|
|
@@ -9880,7 +9880,7 @@ class DeleteMonitoredItemsRequest extends node_opcua_extension_object_1.Extensio
|
|
|
9880
9880
|
}
|
|
9881
9881
|
const schema = DeleteMonitoredItemsRequest.schema;
|
|
9882
9882
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
9883
|
-
/*
|
|
9883
|
+
/* c8 ignore next */
|
|
9884
9884
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
9885
9885
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
9886
9886
|
}
|
|
@@ -9954,7 +9954,7 @@ class DeleteMonitoredItemsResponse extends node_opcua_extension_object_1.Extensi
|
|
|
9954
9954
|
}
|
|
9955
9955
|
const schema = DeleteMonitoredItemsResponse.schema;
|
|
9956
9956
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
9957
|
-
/*
|
|
9957
|
+
/* c8 ignore next */
|
|
9958
9958
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
9959
9959
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
9960
9960
|
}
|
|
@@ -10019,7 +10019,7 @@ class DeleteNodesItem extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
10019
10019
|
}
|
|
10020
10020
|
const schema = DeleteNodesItem.schema;
|
|
10021
10021
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
10022
|
-
/*
|
|
10022
|
+
/* c8 ignore next */
|
|
10023
10023
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
10024
10024
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
10025
10025
|
}
|
|
@@ -10082,7 +10082,7 @@ class DeleteNodesRequest extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
10082
10082
|
}
|
|
10083
10083
|
const schema = DeleteNodesRequest.schema;
|
|
10084
10084
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
10085
|
-
/*
|
|
10085
|
+
/* c8 ignore next */
|
|
10086
10086
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
10087
10087
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
10088
10088
|
}
|
|
@@ -10161,7 +10161,7 @@ class DeleteNodesResponse extends node_opcua_extension_object_1.ExtensionObject
|
|
|
10161
10161
|
}
|
|
10162
10162
|
const schema = DeleteNodesResponse.schema;
|
|
10163
10163
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
10164
|
-
/*
|
|
10164
|
+
/* c8 ignore next */
|
|
10165
10165
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
10166
10166
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
10167
10167
|
}
|
|
@@ -10240,7 +10240,7 @@ class DeleteRawModifiedDetails extends HistoryUpdateDetails {
|
|
|
10240
10240
|
}
|
|
10241
10241
|
const schema = DeleteRawModifiedDetails.schema;
|
|
10242
10242
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
10243
|
-
/*
|
|
10243
|
+
/* c8 ignore next */
|
|
10244
10244
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
10245
10245
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
10246
10246
|
}
|
|
@@ -10329,7 +10329,7 @@ class DeleteReferencesItem extends node_opcua_extension_object_1.ExtensionObject
|
|
|
10329
10329
|
}
|
|
10330
10330
|
const schema = DeleteReferencesItem.schema;
|
|
10331
10331
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
10332
|
-
/*
|
|
10332
|
+
/* c8 ignore next */
|
|
10333
10333
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
10334
10334
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
10335
10335
|
}
|
|
@@ -10401,7 +10401,7 @@ class DeleteReferencesRequest extends node_opcua_extension_object_1.ExtensionObj
|
|
|
10401
10401
|
}
|
|
10402
10402
|
const schema = DeleteReferencesRequest.schema;
|
|
10403
10403
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
10404
|
-
/*
|
|
10404
|
+
/* c8 ignore next */
|
|
10405
10405
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
10406
10406
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
10407
10407
|
}
|
|
@@ -10480,7 +10480,7 @@ class DeleteReferencesResponse extends node_opcua_extension_object_1.ExtensionOb
|
|
|
10480
10480
|
}
|
|
10481
10481
|
const schema = DeleteReferencesResponse.schema;
|
|
10482
10482
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
10483
|
-
/*
|
|
10483
|
+
/* c8 ignore next */
|
|
10484
10484
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
10485
10485
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
10486
10486
|
}
|
|
@@ -10546,7 +10546,7 @@ class DeleteSubscriptionsRequest extends node_opcua_extension_object_1.Extension
|
|
|
10546
10546
|
}
|
|
10547
10547
|
const schema = DeleteSubscriptionsRequest.schema;
|
|
10548
10548
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
10549
|
-
/*
|
|
10549
|
+
/* c8 ignore next */
|
|
10550
10550
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
10551
10551
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
10552
10552
|
}
|
|
@@ -10617,7 +10617,7 @@ class DeleteSubscriptionsResponse extends node_opcua_extension_object_1.Extensio
|
|
|
10617
10617
|
}
|
|
10618
10618
|
const schema = DeleteSubscriptionsResponse.schema;
|
|
10619
10619
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
10620
|
-
/*
|
|
10620
|
+
/* c8 ignore next */
|
|
10621
10621
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
10622
10622
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
10623
10623
|
}
|
|
@@ -10666,7 +10666,7 @@ class DiscoveryConfiguration extends node_opcua_extension_object_1.ExtensionObje
|
|
|
10666
10666
|
}
|
|
10667
10667
|
const schema = DiscoveryConfiguration.schema;
|
|
10668
10668
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
10669
|
-
/*
|
|
10669
|
+
/* c8 ignore next */
|
|
10670
10670
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
10671
10671
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
10672
10672
|
}
|
|
@@ -10722,7 +10722,7 @@ class DoubleComplexNumberType extends node_opcua_extension_object_1.ExtensionObj
|
|
|
10722
10722
|
}
|
|
10723
10723
|
const schema = DoubleComplexNumberType.schema;
|
|
10724
10724
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
10725
|
-
/*
|
|
10725
|
+
/* c8 ignore next */
|
|
10726
10726
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
10727
10727
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
10728
10728
|
}
|
|
@@ -10806,7 +10806,7 @@ class DtlsPubSubConnectionDataType extends node_opcua_extension_object_1.Extensi
|
|
|
10806
10806
|
}
|
|
10807
10807
|
const schema = DtlsPubSubConnectionDataType.schema;
|
|
10808
10808
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
10809
|
-
/*
|
|
10809
|
+
/* c8 ignore next */
|
|
10810
10810
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
10811
10811
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
10812
10812
|
}
|
|
@@ -10870,7 +10870,7 @@ class ElementOperand extends FilterOperand {
|
|
|
10870
10870
|
}
|
|
10871
10871
|
const schema = ElementOperand.schema;
|
|
10872
10872
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
10873
|
-
/*
|
|
10873
|
+
/* c8 ignore next */
|
|
10874
10874
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
10875
10875
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
10876
10876
|
}
|
|
@@ -10978,7 +10978,7 @@ class EndpointConfiguration extends node_opcua_extension_object_1.ExtensionObjec
|
|
|
10978
10978
|
}
|
|
10979
10979
|
const schema = EndpointConfiguration.schema;
|
|
10980
10980
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
10981
|
-
/*
|
|
10981
|
+
/* c8 ignore next */
|
|
10982
10982
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
10983
10983
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
10984
10984
|
}
|
|
@@ -11075,7 +11075,7 @@ class EndpointType extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
11075
11075
|
}
|
|
11076
11076
|
const schema = EndpointType.schema;
|
|
11077
11077
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
11078
|
-
/*
|
|
11078
|
+
/* c8 ignore next */
|
|
11079
11079
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
11080
11080
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
11081
11081
|
}
|
|
@@ -11102,7 +11102,7 @@ class EndpointType extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
11102
11102
|
// Define Enumeration setters
|
|
11103
11103
|
setSecurityMode(value) {
|
|
11104
11104
|
const coercedValue = exports._enumerationMessageSecurityMode.get(value);
|
|
11105
|
-
/*
|
|
11105
|
+
/* c8 ignore next */
|
|
11106
11106
|
if (coercedValue === undefined || coercedValue === null) {
|
|
11107
11107
|
throw new Error("value cannot be coerced to MessageSecurityMode :" + value);
|
|
11108
11108
|
}
|
|
@@ -11147,7 +11147,7 @@ class EndpointUrlListDataType extends node_opcua_extension_object_1.ExtensionObj
|
|
|
11147
11147
|
}
|
|
11148
11148
|
const schema = EndpointUrlListDataType.schema;
|
|
11149
11149
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
11150
|
-
/*
|
|
11150
|
+
/* c8 ignore next */
|
|
11151
11151
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
11152
11152
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
11153
11153
|
}
|
|
@@ -11206,7 +11206,7 @@ class EphemeralKeyType extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
11206
11206
|
}
|
|
11207
11207
|
const schema = EphemeralKeyType.schema;
|
|
11208
11208
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
11209
|
-
/*
|
|
11209
|
+
/* c8 ignore next */
|
|
11210
11210
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
11211
11211
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
11212
11212
|
}
|
|
@@ -11269,7 +11269,7 @@ class EventFieldList extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
11269
11269
|
}
|
|
11270
11270
|
const schema = EventFieldList.schema;
|
|
11271
11271
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
11272
|
-
/*
|
|
11272
|
+
/* c8 ignore next */
|
|
11273
11273
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
11274
11274
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
11275
11275
|
}
|
|
@@ -11332,7 +11332,7 @@ class EventFilter extends MonitoringFilter {
|
|
|
11332
11332
|
}
|
|
11333
11333
|
const schema = EventFilter.schema;
|
|
11334
11334
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
11335
|
-
/*
|
|
11335
|
+
/* c8 ignore next */
|
|
11336
11336
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
11337
11337
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
11338
11338
|
}
|
|
@@ -11411,7 +11411,7 @@ class EventFilterResult extends MonitoringFilterResult {
|
|
|
11411
11411
|
}
|
|
11412
11412
|
const schema = EventFilterResult.schema;
|
|
11413
11413
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
11414
|
-
/*
|
|
11414
|
+
/* c8 ignore next */
|
|
11415
11415
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
11416
11416
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
11417
11417
|
}
|
|
@@ -11470,7 +11470,7 @@ class EventNotificationList extends NotificationData {
|
|
|
11470
11470
|
}
|
|
11471
11471
|
const schema = EventNotificationList.schema;
|
|
11472
11472
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
11473
|
-
/*
|
|
11473
|
+
/* c8 ignore next */
|
|
11474
11474
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
11475
11475
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
11476
11476
|
}
|
|
@@ -11597,7 +11597,7 @@ class FieldTargetDataType extends node_opcua_extension_object_1.ExtensionObject
|
|
|
11597
11597
|
}
|
|
11598
11598
|
const schema = FieldTargetDataType.schema;
|
|
11599
11599
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
11600
|
-
/*
|
|
11600
|
+
/* c8 ignore next */
|
|
11601
11601
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
11602
11602
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
11603
11603
|
}
|
|
@@ -11633,7 +11633,7 @@ class FieldTargetDataType extends node_opcua_extension_object_1.ExtensionObject
|
|
|
11633
11633
|
// Define Enumeration setters
|
|
11634
11634
|
setOverrideValueHandling(value) {
|
|
11635
11635
|
const coercedValue = exports._enumerationOverrideValueHandling.get(value);
|
|
11636
|
-
/*
|
|
11636
|
+
/* c8 ignore next */
|
|
11637
11637
|
if (coercedValue === undefined || coercedValue === null) {
|
|
11638
11638
|
throw new Error("value cannot be coerced to OverrideValueHandling :" + value);
|
|
11639
11639
|
}
|
|
@@ -11699,7 +11699,7 @@ class FindServersOnNetworkRequest extends node_opcua_extension_object_1.Extensio
|
|
|
11699
11699
|
}
|
|
11700
11700
|
const schema = FindServersOnNetworkRequest.schema;
|
|
11701
11701
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
11702
|
-
/*
|
|
11702
|
+
/* c8 ignore next */
|
|
11703
11703
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
11704
11704
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
11705
11705
|
}
|
|
@@ -11782,7 +11782,7 @@ class ServerOnNetwork extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
11782
11782
|
}
|
|
11783
11783
|
const schema = ServerOnNetwork.schema;
|
|
11784
11784
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
11785
|
-
/*
|
|
11785
|
+
/* c8 ignore next */
|
|
11786
11786
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
11787
11787
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
11788
11788
|
}
|
|
@@ -11858,7 +11858,7 @@ class FindServersOnNetworkResponse extends node_opcua_extension_object_1.Extensi
|
|
|
11858
11858
|
}
|
|
11859
11859
|
const schema = FindServersOnNetworkResponse.schema;
|
|
11860
11860
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
11861
|
-
/*
|
|
11861
|
+
/* c8 ignore next */
|
|
11862
11862
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
11863
11863
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
11864
11864
|
}
|
|
@@ -11947,7 +11947,7 @@ class FindServersRequest extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
11947
11947
|
}
|
|
11948
11948
|
const schema = FindServersRequest.schema;
|
|
11949
11949
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
11950
|
-
/*
|
|
11950
|
+
/* c8 ignore next */
|
|
11951
11951
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
11952
11952
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
11953
11953
|
}
|
|
@@ -12016,7 +12016,7 @@ class FindServersResponse extends node_opcua_extension_object_1.ExtensionObject
|
|
|
12016
12016
|
}
|
|
12017
12017
|
const schema = FindServersResponse.schema;
|
|
12018
12018
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
12019
|
-
/*
|
|
12019
|
+
/* c8 ignore next */
|
|
12020
12020
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
12021
12021
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
12022
12022
|
}
|
|
@@ -12070,7 +12070,7 @@ class Frame extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
12070
12070
|
}
|
|
12071
12071
|
const schema = Frame.schema;
|
|
12072
12072
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
12073
|
-
/*
|
|
12073
|
+
/* c8 ignore next */
|
|
12074
12074
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
12075
12075
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
12076
12076
|
}
|
|
@@ -12126,7 +12126,7 @@ class GenericAttributeValue extends node_opcua_extension_object_1.ExtensionObjec
|
|
|
12126
12126
|
}
|
|
12127
12127
|
const schema = GenericAttributeValue.schema;
|
|
12128
12128
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
12129
|
-
/*
|
|
12129
|
+
/* c8 ignore next */
|
|
12130
12130
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
12131
12131
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
12132
12132
|
}
|
|
@@ -12187,7 +12187,7 @@ class GenericAttributes extends NodeAttributes {
|
|
|
12187
12187
|
}
|
|
12188
12188
|
const schema = GenericAttributes.schema;
|
|
12189
12189
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
12190
|
-
/*
|
|
12190
|
+
/* c8 ignore next */
|
|
12191
12191
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
12192
12192
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
12193
12193
|
}
|
|
@@ -12270,7 +12270,7 @@ class GetEndpointsRequest extends node_opcua_extension_object_1.ExtensionObject
|
|
|
12270
12270
|
}
|
|
12271
12271
|
const schema = GetEndpointsRequest.schema;
|
|
12272
12272
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
12273
|
-
/*
|
|
12273
|
+
/* c8 ignore next */
|
|
12274
12274
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
12275
12275
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
12276
12276
|
}
|
|
@@ -12339,7 +12339,7 @@ class GetEndpointsResponse extends node_opcua_extension_object_1.ExtensionObject
|
|
|
12339
12339
|
}
|
|
12340
12340
|
const schema = GetEndpointsResponse.schema;
|
|
12341
12341
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
12342
|
-
/*
|
|
12342
|
+
/* c8 ignore next */
|
|
12343
12343
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
12344
12344
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
12345
12345
|
}
|
|
@@ -12403,7 +12403,7 @@ class HistoryData extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
12403
12403
|
}
|
|
12404
12404
|
const schema = HistoryData.schema;
|
|
12405
12405
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
12406
|
-
/*
|
|
12406
|
+
/* c8 ignore next */
|
|
12407
12407
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
12408
12408
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
12409
12409
|
}
|
|
@@ -12456,7 +12456,7 @@ class HistoryEventFieldList extends node_opcua_extension_object_1.ExtensionObjec
|
|
|
12456
12456
|
}
|
|
12457
12457
|
const schema = HistoryEventFieldList.schema;
|
|
12458
12458
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
12459
|
-
/*
|
|
12459
|
+
/* c8 ignore next */
|
|
12460
12460
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
12461
12461
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
12462
12462
|
}
|
|
@@ -12509,7 +12509,7 @@ class HistoryEvent extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
12509
12509
|
}
|
|
12510
12510
|
const schema = HistoryEvent.schema;
|
|
12511
12511
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
12512
|
-
/*
|
|
12512
|
+
/* c8 ignore next */
|
|
12513
12513
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
12514
12514
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
12515
12515
|
}
|
|
@@ -12609,7 +12609,7 @@ class ModificationInfo extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
12609
12609
|
}
|
|
12610
12610
|
const schema = ModificationInfo.schema;
|
|
12611
12611
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
12612
|
-
/*
|
|
12612
|
+
/* c8 ignore next */
|
|
12613
12613
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
12614
12614
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
12615
12615
|
}
|
|
@@ -12633,7 +12633,7 @@ class ModificationInfo extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
12633
12633
|
// Define Enumeration setters
|
|
12634
12634
|
setUpdateType(value) {
|
|
12635
12635
|
const coercedValue = exports._enumerationHistoryUpdateType.get(value);
|
|
12636
|
-
/*
|
|
12636
|
+
/* c8 ignore next */
|
|
12637
12637
|
if (coercedValue === undefined || coercedValue === null) {
|
|
12638
12638
|
throw new Error("value cannot be coerced to HistoryUpdateType :" + value);
|
|
12639
12639
|
}
|
|
@@ -12679,7 +12679,7 @@ class HistoryModifiedData extends HistoryData {
|
|
|
12679
12679
|
}
|
|
12680
12680
|
const schema = HistoryModifiedData.schema;
|
|
12681
12681
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
12682
|
-
/*
|
|
12682
|
+
/* c8 ignore next */
|
|
12683
12683
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
12684
12684
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
12685
12685
|
}
|
|
@@ -12741,7 +12741,7 @@ class HistoryModifiedEvent extends HistoryEvent {
|
|
|
12741
12741
|
}
|
|
12742
12742
|
const schema = HistoryModifiedEvent.schema;
|
|
12743
12743
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
12744
|
-
/*
|
|
12744
|
+
/* c8 ignore next */
|
|
12745
12745
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
12746
12746
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
12747
12747
|
}
|
|
@@ -12792,7 +12792,7 @@ class HistoryReadDetails extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
12792
12792
|
}
|
|
12793
12793
|
const schema = HistoryReadDetails.schema;
|
|
12794
12794
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
12795
|
-
/*
|
|
12795
|
+
/* c8 ignore next */
|
|
12796
12796
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
12797
12797
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
12798
12798
|
}
|
|
@@ -12862,7 +12862,7 @@ class HistoryReadValueId extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
12862
12862
|
}
|
|
12863
12863
|
const schema = HistoryReadValueId.schema;
|
|
12864
12864
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
12865
|
-
/*
|
|
12865
|
+
/* c8 ignore next */
|
|
12866
12866
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
12867
12867
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
12868
12868
|
}
|
|
@@ -12952,7 +12952,7 @@ class HistoryReadRequest extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
12952
12952
|
}
|
|
12953
12953
|
const schema = HistoryReadRequest.schema;
|
|
12954
12954
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
12955
|
-
/*
|
|
12955
|
+
/* c8 ignore next */
|
|
12956
12956
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
12957
12957
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
12958
12958
|
}
|
|
@@ -12990,7 +12990,7 @@ class HistoryReadRequest extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
12990
12990
|
// Define Enumeration setters
|
|
12991
12991
|
setTimestampsToReturn(value) {
|
|
12992
12992
|
const coercedValue = node_opcua_data_value_1._enumerationTimestampsToReturn.get(value);
|
|
12993
|
-
/*
|
|
12993
|
+
/* c8 ignore next */
|
|
12994
12994
|
if (coercedValue === undefined || coercedValue === null) {
|
|
12995
12995
|
throw new Error("value cannot be coerced to TimestampsToReturn :" + value);
|
|
12996
12996
|
}
|
|
@@ -13048,7 +13048,7 @@ class HistoryReadResult extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
13048
13048
|
}
|
|
13049
13049
|
const schema = HistoryReadResult.schema;
|
|
13050
13050
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
13051
|
-
/*
|
|
13051
|
+
/* c8 ignore next */
|
|
13052
13052
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
13053
13053
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
13054
13054
|
}
|
|
@@ -13122,7 +13122,7 @@ class HistoryReadResponse extends node_opcua_extension_object_1.ExtensionObject
|
|
|
13122
13122
|
}
|
|
13123
13123
|
const schema = HistoryReadResponse.schema;
|
|
13124
13124
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
13125
|
-
/*
|
|
13125
|
+
/* c8 ignore next */
|
|
13126
13126
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
13127
13127
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
13128
13128
|
}
|
|
@@ -13196,7 +13196,7 @@ class HistoryUpdateRequest extends node_opcua_extension_object_1.ExtensionObject
|
|
|
13196
13196
|
}
|
|
13197
13197
|
const schema = HistoryUpdateRequest.schema;
|
|
13198
13198
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
13199
|
-
/*
|
|
13199
|
+
/* c8 ignore next */
|
|
13200
13200
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
13201
13201
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
13202
13202
|
}
|
|
@@ -13267,7 +13267,7 @@ class HistoryUpdateResult extends node_opcua_extension_object_1.ExtensionObject
|
|
|
13267
13267
|
}
|
|
13268
13268
|
const schema = HistoryUpdateResult.schema;
|
|
13269
13269
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
13270
|
-
/*
|
|
13270
|
+
/* c8 ignore next */
|
|
13271
13271
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
13272
13272
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
13273
13273
|
}
|
|
@@ -13341,7 +13341,7 @@ class HistoryUpdateResponse extends node_opcua_extension_object_1.ExtensionObjec
|
|
|
13341
13341
|
}
|
|
13342
13342
|
const schema = HistoryUpdateResponse.schema;
|
|
13343
13343
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
13344
|
-
/*
|
|
13344
|
+
/* c8 ignore next */
|
|
13345
13345
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
13346
13346
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
13347
13347
|
}
|
|
@@ -13445,7 +13445,7 @@ class IdentityMappingRuleType extends node_opcua_extension_object_1.ExtensionObj
|
|
|
13445
13445
|
}
|
|
13446
13446
|
const schema = IdentityMappingRuleType.schema;
|
|
13447
13447
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
13448
|
-
/*
|
|
13448
|
+
/* c8 ignore next */
|
|
13449
13449
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
13450
13450
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
13451
13451
|
}
|
|
@@ -13466,7 +13466,7 @@ class IdentityMappingRuleType extends node_opcua_extension_object_1.ExtensionObj
|
|
|
13466
13466
|
// Define Enumeration setters
|
|
13467
13467
|
setCriteriaType(value) {
|
|
13468
13468
|
const coercedValue = exports._enumerationIdentityCriteriaType.get(value);
|
|
13469
|
-
/*
|
|
13469
|
+
/* c8 ignore next */
|
|
13470
13470
|
if (coercedValue === undefined || coercedValue === null) {
|
|
13471
13471
|
throw new Error("value cannot be coerced to IdentityCriteriaType :" + value);
|
|
13472
13472
|
}
|
|
@@ -13518,7 +13518,7 @@ class IssuedIdentityToken extends UserIdentityToken {
|
|
|
13518
13518
|
}
|
|
13519
13519
|
const schema = IssuedIdentityToken.schema;
|
|
13520
13520
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
13521
|
-
/*
|
|
13521
|
+
/* c8 ignore next */
|
|
13522
13522
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
13523
13523
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
13524
13524
|
}
|
|
@@ -13638,7 +13638,7 @@ class JsonActionMetaDataMessage extends node_opcua_extension_object_1.ExtensionO
|
|
|
13638
13638
|
}
|
|
13639
13639
|
const schema = JsonActionMetaDataMessage.schema;
|
|
13640
13640
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
13641
|
-
/*
|
|
13641
|
+
/* c8 ignore next */
|
|
13642
13642
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
13643
13643
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
13644
13644
|
}
|
|
@@ -13790,7 +13790,7 @@ class JsonActionNetworkMessage extends node_opcua_extension_object_1.ExtensionOb
|
|
|
13790
13790
|
}
|
|
13791
13791
|
const schema = JsonActionNetworkMessage.schema;
|
|
13792
13792
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
13793
|
-
/*
|
|
13793
|
+
/* c8 ignore next */
|
|
13794
13794
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
13795
13795
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
13796
13796
|
}
|
|
@@ -13961,7 +13961,7 @@ class JsonActionRequestMessage extends node_opcua_extension_object_1.ExtensionOb
|
|
|
13961
13961
|
}
|
|
13962
13962
|
const schema = JsonActionRequestMessage.schema;
|
|
13963
13963
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
13964
|
-
/*
|
|
13964
|
+
/* c8 ignore next */
|
|
13965
13965
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
13966
13966
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
13967
13967
|
}
|
|
@@ -14009,7 +14009,7 @@ class JsonActionRequestMessage extends node_opcua_extension_object_1.ExtensionOb
|
|
|
14009
14009
|
// Define Enumeration setters
|
|
14010
14010
|
setActionState(value) {
|
|
14011
14011
|
const coercedValue = exports._enumerationActionState.get(value);
|
|
14012
|
-
/*
|
|
14012
|
+
/* c8 ignore next */
|
|
14013
14013
|
if (coercedValue === undefined || coercedValue === null) {
|
|
14014
14014
|
throw new Error("value cannot be coerced to ActionState :" + value);
|
|
14015
14015
|
}
|
|
@@ -14097,7 +14097,7 @@ class PubSubGroupDataType extends node_opcua_extension_object_1.ExtensionObject
|
|
|
14097
14097
|
}
|
|
14098
14098
|
const schema = PubSubGroupDataType.schema;
|
|
14099
14099
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
14100
|
-
/*
|
|
14100
|
+
/* c8 ignore next */
|
|
14101
14101
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
14102
14102
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
14103
14103
|
}
|
|
@@ -14149,7 +14149,7 @@ class PubSubGroupDataType extends node_opcua_extension_object_1.ExtensionObject
|
|
|
14149
14149
|
// Define Enumeration setters
|
|
14150
14150
|
setSecurityMode(value) {
|
|
14151
14151
|
const coercedValue = exports._enumerationMessageSecurityMode.get(value);
|
|
14152
|
-
/*
|
|
14152
|
+
/* c8 ignore next */
|
|
14153
14153
|
if (coercedValue === undefined || coercedValue === null) {
|
|
14154
14154
|
throw new Error("value cannot be coerced to MessageSecurityMode :" + value);
|
|
14155
14155
|
}
|
|
@@ -14258,7 +14258,7 @@ class WriterGroupDataType extends PubSubGroupDataType {
|
|
|
14258
14258
|
}
|
|
14259
14259
|
const schema = WriterGroupDataType.schema;
|
|
14260
14260
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
14261
|
-
/*
|
|
14261
|
+
/* c8 ignore next */
|
|
14262
14262
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
14263
14263
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
14264
14264
|
}
|
|
@@ -14364,7 +14364,7 @@ class ReaderGroupDataType extends PubSubGroupDataType {
|
|
|
14364
14364
|
}
|
|
14365
14365
|
const schema = ReaderGroupDataType.schema;
|
|
14366
14366
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
14367
|
-
/*
|
|
14367
|
+
/* c8 ignore next */
|
|
14368
14368
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
14369
14369
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
14370
14370
|
}
|
|
@@ -14489,7 +14489,7 @@ class PubSubConnectionDataType extends node_opcua_extension_object_1.ExtensionOb
|
|
|
14489
14489
|
}
|
|
14490
14490
|
const schema = PubSubConnectionDataType.schema;
|
|
14491
14491
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
14492
|
-
/*
|
|
14492
|
+
/* c8 ignore next */
|
|
14493
14493
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
14494
14494
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
14495
14495
|
}
|
|
@@ -14617,7 +14617,7 @@ class JsonActionResponderMessage extends node_opcua_extension_object_1.Extension
|
|
|
14617
14617
|
}
|
|
14618
14618
|
const schema = JsonActionResponderMessage.schema;
|
|
14619
14619
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
14620
|
-
/*
|
|
14620
|
+
/* c8 ignore next */
|
|
14621
14621
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
14622
14622
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
14623
14623
|
}
|
|
@@ -14758,7 +14758,7 @@ class JsonActionResponseMessage extends node_opcua_extension_object_1.ExtensionO
|
|
|
14758
14758
|
}
|
|
14759
14759
|
const schema = JsonActionResponseMessage.schema;
|
|
14760
14760
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
14761
|
-
/*
|
|
14761
|
+
/* c8 ignore next */
|
|
14762
14762
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
14763
14763
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
14764
14764
|
}
|
|
@@ -14809,7 +14809,7 @@ class JsonActionResponseMessage extends node_opcua_extension_object_1.ExtensionO
|
|
|
14809
14809
|
// Define Enumeration setters
|
|
14810
14810
|
setActionState(value) {
|
|
14811
14811
|
const coercedValue = exports._enumerationActionState.get(value);
|
|
14812
|
-
/*
|
|
14812
|
+
/* c8 ignore next */
|
|
14813
14813
|
if (coercedValue === undefined || coercedValue === null) {
|
|
14814
14814
|
throw new Error("value cannot be coerced to ActionState :" + value);
|
|
14815
14815
|
}
|
|
@@ -14889,7 +14889,7 @@ class JsonApplicationDescriptionMessage extends node_opcua_extension_object_1.Ex
|
|
|
14889
14889
|
}
|
|
14890
14890
|
const schema = JsonApplicationDescriptionMessage.schema;
|
|
14891
14891
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
14892
|
-
/*
|
|
14892
|
+
/* c8 ignore next */
|
|
14893
14893
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
14894
14894
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
14895
14895
|
}
|
|
@@ -15026,7 +15026,7 @@ class JsonDataSetMessage extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
15026
15026
|
}
|
|
15027
15027
|
const schema = JsonDataSetMessage.schema;
|
|
15028
15028
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
15029
|
-
/*
|
|
15029
|
+
/* c8 ignore next */
|
|
15030
15030
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
15031
15031
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
15032
15032
|
}
|
|
@@ -15157,7 +15157,7 @@ class JsonDataSetMetaDataMessage extends node_opcua_extension_object_1.Extension
|
|
|
15157
15157
|
}
|
|
15158
15158
|
const schema = JsonDataSetMetaDataMessage.schema;
|
|
15159
15159
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
15160
|
-
/*
|
|
15160
|
+
/* c8 ignore next */
|
|
15161
15161
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
15162
15162
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
15163
15163
|
}
|
|
@@ -15292,7 +15292,7 @@ class JsonDataSetReaderMessageDataType extends DataSetReaderMessageDataType {
|
|
|
15292
15292
|
}
|
|
15293
15293
|
const schema = JsonDataSetReaderMessageDataType.schema;
|
|
15294
15294
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
15295
|
-
/*
|
|
15295
|
+
/* c8 ignore next */
|
|
15296
15296
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
15297
15297
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
15298
15298
|
}
|
|
@@ -15313,7 +15313,7 @@ class JsonDataSetReaderMessageDataType extends DataSetReaderMessageDataType {
|
|
|
15313
15313
|
// Define Enumeration setters
|
|
15314
15314
|
setNetworkMessageContentMask(value) {
|
|
15315
15315
|
const coercedValue = exports._enumerationJsonNetworkMessageContentMask.get(value);
|
|
15316
|
-
/*
|
|
15316
|
+
/* c8 ignore next */
|
|
15317
15317
|
if (coercedValue === undefined || coercedValue === null) {
|
|
15318
15318
|
throw new Error("value cannot be coerced to JsonNetworkMessageContentMask :" + value);
|
|
15319
15319
|
}
|
|
@@ -15322,7 +15322,7 @@ class JsonDataSetReaderMessageDataType extends DataSetReaderMessageDataType {
|
|
|
15322
15322
|
}
|
|
15323
15323
|
setDataSetMessageContentMask(value) {
|
|
15324
15324
|
const coercedValue = exports._enumerationJsonDataSetMessageContentMask.get(value);
|
|
15325
|
-
/*
|
|
15325
|
+
/* c8 ignore next */
|
|
15326
15326
|
if (coercedValue === undefined || coercedValue === null) {
|
|
15327
15327
|
throw new Error("value cannot be coerced to JsonDataSetMessageContentMask :" + value);
|
|
15328
15328
|
}
|
|
@@ -15366,7 +15366,7 @@ class JsonDataSetWriterMessageDataType extends DataSetWriterMessageDataType {
|
|
|
15366
15366
|
}
|
|
15367
15367
|
const schema = JsonDataSetWriterMessageDataType.schema;
|
|
15368
15368
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
15369
|
-
/*
|
|
15369
|
+
/* c8 ignore next */
|
|
15370
15370
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
15371
15371
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
15372
15372
|
}
|
|
@@ -15384,7 +15384,7 @@ class JsonDataSetWriterMessageDataType extends DataSetWriterMessageDataType {
|
|
|
15384
15384
|
// Define Enumeration setters
|
|
15385
15385
|
setDataSetMessageContentMask(value) {
|
|
15386
15386
|
const coercedValue = exports._enumerationJsonDataSetMessageContentMask.get(value);
|
|
15387
|
-
/*
|
|
15387
|
+
/* c8 ignore next */
|
|
15388
15388
|
if (coercedValue === undefined || coercedValue === null) {
|
|
15389
15389
|
throw new Error("value cannot be coerced to JsonDataSetMessageContentMask :" + value);
|
|
15390
15390
|
}
|
|
@@ -15464,7 +15464,7 @@ class JsonNetworkMessage extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
15464
15464
|
}
|
|
15465
15465
|
const schema = JsonNetworkMessage.schema;
|
|
15466
15466
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
15467
|
-
/*
|
|
15467
|
+
/* c8 ignore next */
|
|
15468
15468
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
15469
15469
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
15470
15470
|
}
|
|
@@ -15559,7 +15559,7 @@ class JsonPubSubConnectionMessage extends node_opcua_extension_object_1.Extensio
|
|
|
15559
15559
|
}
|
|
15560
15560
|
const schema = JsonPubSubConnectionMessage.schema;
|
|
15561
15561
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
15562
|
-
/*
|
|
15562
|
+
/* c8 ignore next */
|
|
15563
15563
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
15564
15564
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
15565
15565
|
}
|
|
@@ -15659,7 +15659,7 @@ class JsonServerEndpointsMessage extends node_opcua_extension_object_1.Extension
|
|
|
15659
15659
|
}
|
|
15660
15660
|
const schema = JsonServerEndpointsMessage.schema;
|
|
15661
15661
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
15662
|
-
/*
|
|
15662
|
+
/* c8 ignore next */
|
|
15663
15663
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
15664
15664
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
15665
15665
|
}
|
|
@@ -15803,7 +15803,7 @@ class JsonStatusMessage extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
15803
15803
|
}
|
|
15804
15804
|
const schema = JsonStatusMessage.schema;
|
|
15805
15805
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
15806
|
-
/*
|
|
15806
|
+
/* c8 ignore next */
|
|
15807
15807
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
15808
15808
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
15809
15809
|
}
|
|
@@ -15839,7 +15839,7 @@ class JsonStatusMessage extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
15839
15839
|
// Define Enumeration setters
|
|
15840
15840
|
setStatus(value) {
|
|
15841
15841
|
const coercedValue = exports._enumerationPubSubState.get(value);
|
|
15842
|
-
/*
|
|
15842
|
+
/* c8 ignore next */
|
|
15843
15843
|
if (coercedValue === undefined || coercedValue === null) {
|
|
15844
15844
|
throw new Error("value cannot be coerced to PubSubState :" + value);
|
|
15845
15845
|
}
|
|
@@ -15874,7 +15874,7 @@ class WriterGroupMessageDataType extends node_opcua_extension_object_1.Extension
|
|
|
15874
15874
|
}
|
|
15875
15875
|
const schema = WriterGroupMessageDataType.schema;
|
|
15876
15876
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
15877
|
-
/*
|
|
15877
|
+
/* c8 ignore next */
|
|
15878
15878
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
15879
15879
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
15880
15880
|
}
|
|
@@ -15923,7 +15923,7 @@ class JsonWriterGroupMessageDataType extends WriterGroupMessageDataType {
|
|
|
15923
15923
|
}
|
|
15924
15924
|
const schema = JsonWriterGroupMessageDataType.schema;
|
|
15925
15925
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
15926
|
-
/*
|
|
15926
|
+
/* c8 ignore next */
|
|
15927
15927
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
15928
15928
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
15929
15929
|
}
|
|
@@ -15941,7 +15941,7 @@ class JsonWriterGroupMessageDataType extends WriterGroupMessageDataType {
|
|
|
15941
15941
|
// Define Enumeration setters
|
|
15942
15942
|
setNetworkMessageContentMask(value) {
|
|
15943
15943
|
const coercedValue = exports._enumerationJsonNetworkMessageContentMask.get(value);
|
|
15944
|
-
/*
|
|
15944
|
+
/* c8 ignore next */
|
|
15945
15945
|
if (coercedValue === undefined || coercedValue === null) {
|
|
15946
15946
|
throw new Error("value cannot be coerced to JsonNetworkMessageContentMask :" + value);
|
|
15947
15947
|
}
|
|
@@ -16006,7 +16006,7 @@ class LinearConversionDataType extends node_opcua_extension_object_1.ExtensionOb
|
|
|
16006
16006
|
}
|
|
16007
16007
|
const schema = LinearConversionDataType.schema;
|
|
16008
16008
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
16009
|
-
/*
|
|
16009
|
+
/* c8 ignore next */
|
|
16010
16010
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
16011
16011
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
16012
16012
|
}
|
|
@@ -16067,7 +16067,7 @@ class LiteralOperand extends FilterOperand {
|
|
|
16067
16067
|
}
|
|
16068
16068
|
const schema = LiteralOperand.schema;
|
|
16069
16069
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
16070
|
-
/*
|
|
16070
|
+
/* c8 ignore next */
|
|
16071
16071
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
16072
16072
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
16073
16073
|
}
|
|
@@ -16180,7 +16180,7 @@ class LldpManagementAddressTxPortType extends node_opcua_extension_object_1.Exte
|
|
|
16180
16180
|
}
|
|
16181
16181
|
const schema = LldpManagementAddressTxPortType.schema;
|
|
16182
16182
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
16183
|
-
/*
|
|
16183
|
+
/* c8 ignore next */
|
|
16184
16184
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
16185
16185
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
16186
16186
|
}
|
|
@@ -16213,7 +16213,7 @@ class LldpManagementAddressTxPortType extends node_opcua_extension_object_1.Exte
|
|
|
16213
16213
|
// Define Enumeration setters
|
|
16214
16214
|
setIfSubtype(value) {
|
|
16215
16215
|
const coercedValue = exports._enumerationManAddrIfSubtype.get(value);
|
|
16216
|
-
/*
|
|
16216
|
+
/* c8 ignore next */
|
|
16217
16217
|
if (coercedValue === undefined || coercedValue === null) {
|
|
16218
16218
|
throw new Error("value cannot be coerced to ManAddrIfSubtype :" + value);
|
|
16219
16219
|
}
|
|
@@ -16278,7 +16278,7 @@ class LldpManagementAddressType extends node_opcua_extension_object_1.ExtensionO
|
|
|
16278
16278
|
}
|
|
16279
16279
|
const schema = LldpManagementAddressType.schema;
|
|
16280
16280
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
16281
|
-
/*
|
|
16281
|
+
/* c8 ignore next */
|
|
16282
16282
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
16283
16283
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
16284
16284
|
}
|
|
@@ -16305,7 +16305,7 @@ class LldpManagementAddressType extends node_opcua_extension_object_1.ExtensionO
|
|
|
16305
16305
|
// Define Enumeration setters
|
|
16306
16306
|
setIfSubtype(value) {
|
|
16307
16307
|
const coercedValue = exports._enumerationManAddrIfSubtype.get(value);
|
|
16308
|
-
/*
|
|
16308
|
+
/* c8 ignore next */
|
|
16309
16309
|
if (coercedValue === undefined || coercedValue === null) {
|
|
16310
16310
|
throw new Error("value cannot be coerced to ManAddrIfSubtype :" + value);
|
|
16311
16311
|
}
|
|
@@ -16356,7 +16356,7 @@ class LldpTlvType extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
16356
16356
|
}
|
|
16357
16357
|
const schema = LldpTlvType.schema;
|
|
16358
16358
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
16359
|
-
/*
|
|
16359
|
+
/* c8 ignore next */
|
|
16360
16360
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
16361
16361
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
16362
16362
|
}
|
|
@@ -16419,7 +16419,7 @@ class MdnsDiscoveryConfiguration extends DiscoveryConfiguration {
|
|
|
16419
16419
|
}
|
|
16420
16420
|
const schema = MdnsDiscoveryConfiguration.schema;
|
|
16421
16421
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
16422
|
-
/*
|
|
16422
|
+
/* c8 ignore next */
|
|
16423
16423
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
16424
16424
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
16425
16425
|
}
|
|
@@ -16486,7 +16486,7 @@ class MethodAttributes extends NodeAttributes {
|
|
|
16486
16486
|
}
|
|
16487
16487
|
const schema = MethodAttributes.schema;
|
|
16488
16488
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
16489
|
-
/*
|
|
16489
|
+
/* c8 ignore next */
|
|
16490
16490
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
16491
16491
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
16492
16492
|
}
|
|
@@ -16555,7 +16555,7 @@ class ModelChangeStructureDataType extends node_opcua_extension_object_1.Extensi
|
|
|
16555
16555
|
}
|
|
16556
16556
|
const schema = ModelChangeStructureDataType.schema;
|
|
16557
16557
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
16558
|
-
/*
|
|
16558
|
+
/* c8 ignore next */
|
|
16559
16559
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
16560
16560
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
16561
16561
|
}
|
|
@@ -16620,7 +16620,7 @@ class MonitoredItemModifyRequest extends node_opcua_extension_object_1.Extension
|
|
|
16620
16620
|
}
|
|
16621
16621
|
const schema = MonitoredItemModifyRequest.schema;
|
|
16622
16622
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
16623
|
-
/*
|
|
16623
|
+
/* c8 ignore next */
|
|
16624
16624
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
16625
16625
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
16626
16626
|
}
|
|
@@ -16697,7 +16697,7 @@ class ModifyMonitoredItemsRequest extends node_opcua_extension_object_1.Extensio
|
|
|
16697
16697
|
}
|
|
16698
16698
|
const schema = ModifyMonitoredItemsRequest.schema;
|
|
16699
16699
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
16700
|
-
/*
|
|
16700
|
+
/* c8 ignore next */
|
|
16701
16701
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
16702
16702
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
16703
16703
|
}
|
|
@@ -16732,7 +16732,7 @@ class ModifyMonitoredItemsRequest extends node_opcua_extension_object_1.Extensio
|
|
|
16732
16732
|
// Define Enumeration setters
|
|
16733
16733
|
setTimestampsToReturn(value) {
|
|
16734
16734
|
const coercedValue = node_opcua_data_value_1._enumerationTimestampsToReturn.get(value);
|
|
16735
|
-
/*
|
|
16735
|
+
/* c8 ignore next */
|
|
16736
16736
|
if (coercedValue === undefined || coercedValue === null) {
|
|
16737
16737
|
throw new Error("value cannot be coerced to TimestampsToReturn :" + value);
|
|
16738
16738
|
}
|
|
@@ -16797,7 +16797,7 @@ class MonitoredItemModifyResult extends node_opcua_extension_object_1.ExtensionO
|
|
|
16797
16797
|
}
|
|
16798
16798
|
const schema = MonitoredItemModifyResult.schema;
|
|
16799
16799
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
16800
|
-
/*
|
|
16800
|
+
/* c8 ignore next */
|
|
16801
16801
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
16802
16802
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
16803
16803
|
}
|
|
@@ -16874,7 +16874,7 @@ class ModifyMonitoredItemsResponse extends node_opcua_extension_object_1.Extensi
|
|
|
16874
16874
|
}
|
|
16875
16875
|
const schema = ModifyMonitoredItemsResponse.schema;
|
|
16876
16876
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
16877
|
-
/*
|
|
16877
|
+
/* c8 ignore next */
|
|
16878
16878
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
16879
16879
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
16880
16880
|
}
|
|
@@ -16982,7 +16982,7 @@ class ModifySubscriptionRequest extends node_opcua_extension_object_1.ExtensionO
|
|
|
16982
16982
|
}
|
|
16983
16983
|
const schema = ModifySubscriptionRequest.schema;
|
|
16984
16984
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
16985
|
-
/*
|
|
16985
|
+
/* c8 ignore next */
|
|
16986
16986
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
16987
16987
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
16988
16988
|
}
|
|
@@ -17073,7 +17073,7 @@ class ModifySubscriptionResponse extends node_opcua_extension_object_1.Extension
|
|
|
17073
17073
|
}
|
|
17074
17074
|
const schema = ModifySubscriptionResponse.schema;
|
|
17075
17075
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
17076
|
-
/*
|
|
17076
|
+
/* c8 ignore next */
|
|
17077
17077
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
17078
17078
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
17079
17079
|
}
|
|
@@ -17134,7 +17134,7 @@ class NetworkAddressDataType extends node_opcua_extension_object_1.ExtensionObje
|
|
|
17134
17134
|
}
|
|
17135
17135
|
const schema = NetworkAddressDataType.schema;
|
|
17136
17136
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
17137
|
-
/*
|
|
17137
|
+
/* c8 ignore next */
|
|
17138
17138
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
17139
17139
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
17140
17140
|
}
|
|
@@ -17187,7 +17187,7 @@ class NetworkAddressUrlDataType extends NetworkAddressDataType {
|
|
|
17187
17187
|
}
|
|
17188
17188
|
const schema = NetworkAddressUrlDataType.schema;
|
|
17189
17189
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
17190
|
-
/*
|
|
17190
|
+
/* c8 ignore next */
|
|
17191
17191
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
17192
17192
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
17193
17193
|
}
|
|
@@ -17247,7 +17247,7 @@ class NetworkGroupDataType extends node_opcua_extension_object_1.ExtensionObject
|
|
|
17247
17247
|
}
|
|
17248
17248
|
const schema = NetworkGroupDataType.schema;
|
|
17249
17249
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
17250
|
-
/*
|
|
17250
|
+
/* c8 ignore next */
|
|
17251
17251
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
17252
17252
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
17253
17253
|
}
|
|
@@ -17332,7 +17332,7 @@ class NodeReference extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
17332
17332
|
}
|
|
17333
17333
|
const schema = NodeReference.schema;
|
|
17334
17334
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
17335
|
-
/*
|
|
17335
|
+
/* c8 ignore next */
|
|
17336
17336
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
17337
17337
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
17338
17338
|
}
|
|
@@ -17407,7 +17407,7 @@ class QueryDataDescription extends node_opcua_extension_object_1.ExtensionObject
|
|
|
17407
17407
|
}
|
|
17408
17408
|
const schema = QueryDataDescription.schema;
|
|
17409
17409
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
17410
|
-
/*
|
|
17410
|
+
/* c8 ignore next */
|
|
17411
17411
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
17412
17412
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
17413
17413
|
}
|
|
@@ -17480,7 +17480,7 @@ class NodeTypeDescription extends node_opcua_extension_object_1.ExtensionObject
|
|
|
17480
17480
|
}
|
|
17481
17481
|
const schema = NodeTypeDescription.schema;
|
|
17482
17482
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
17483
|
-
/*
|
|
17483
|
+
/* c8 ignore next */
|
|
17484
17484
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
17485
17485
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
17486
17486
|
}
|
|
@@ -17561,7 +17561,7 @@ class NotificationMessage extends node_opcua_extension_object_1.ExtensionObject
|
|
|
17561
17561
|
}
|
|
17562
17562
|
const schema = NotificationMessage.schema;
|
|
17563
17563
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
17564
|
-
/*
|
|
17564
|
+
/* c8 ignore next */
|
|
17565
17565
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
17566
17566
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
17567
17567
|
}
|
|
@@ -17624,7 +17624,7 @@ class ObjectAttributes extends NodeAttributes {
|
|
|
17624
17624
|
}
|
|
17625
17625
|
const schema = ObjectAttributes.schema;
|
|
17626
17626
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
17627
|
-
/*
|
|
17627
|
+
/* c8 ignore next */
|
|
17628
17628
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
17629
17629
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
17630
17630
|
}
|
|
@@ -17681,7 +17681,7 @@ class ObjectTypeAttributes extends NodeAttributes {
|
|
|
17681
17681
|
}
|
|
17682
17682
|
const schema = ObjectTypeAttributes.schema;
|
|
17683
17683
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
17684
|
-
/*
|
|
17684
|
+
/* c8 ignore next */
|
|
17685
17685
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
17686
17686
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
17687
17687
|
}
|
|
@@ -17792,7 +17792,7 @@ class OpenSecureChannelRequest extends node_opcua_extension_object_1.ExtensionOb
|
|
|
17792
17792
|
}
|
|
17793
17793
|
const schema = OpenSecureChannelRequest.schema;
|
|
17794
17794
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
17795
|
-
/*
|
|
17795
|
+
/* c8 ignore next */
|
|
17796
17796
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
17797
17797
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
17798
17798
|
}
|
|
@@ -17825,7 +17825,7 @@ class OpenSecureChannelRequest extends node_opcua_extension_object_1.ExtensionOb
|
|
|
17825
17825
|
// Define Enumeration setters
|
|
17826
17826
|
setRequestType(value) {
|
|
17827
17827
|
const coercedValue = exports._enumerationSecurityTokenRequestType.get(value);
|
|
17828
|
-
/*
|
|
17828
|
+
/* c8 ignore next */
|
|
17829
17829
|
if (coercedValue === undefined || coercedValue === null) {
|
|
17830
17830
|
throw new Error("value cannot be coerced to SecurityTokenRequestType :" + value);
|
|
17831
17831
|
}
|
|
@@ -17834,7 +17834,7 @@ class OpenSecureChannelRequest extends node_opcua_extension_object_1.ExtensionOb
|
|
|
17834
17834
|
}
|
|
17835
17835
|
setSecurityMode(value) {
|
|
17836
17836
|
const coercedValue = exports._enumerationMessageSecurityMode.get(value);
|
|
17837
|
-
/*
|
|
17837
|
+
/* c8 ignore next */
|
|
17838
17838
|
if (coercedValue === undefined || coercedValue === null) {
|
|
17839
17839
|
throw new Error("value cannot be coerced to MessageSecurityMode :" + value);
|
|
17840
17840
|
}
|
|
@@ -17899,7 +17899,7 @@ class OpenSecureChannelResponse extends node_opcua_extension_object_1.ExtensionO
|
|
|
17899
17899
|
}
|
|
17900
17900
|
const schema = OpenSecureChannelResponse.schema;
|
|
17901
17901
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
17902
|
-
/*
|
|
17902
|
+
/* c8 ignore next */
|
|
17903
17903
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
17904
17904
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
17905
17905
|
}
|
|
@@ -17967,7 +17967,7 @@ class OptionSet extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
17967
17967
|
}
|
|
17968
17968
|
const schema = OptionSet.schema;
|
|
17969
17969
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
17970
|
-
/*
|
|
17970
|
+
/* c8 ignore next */
|
|
17971
17971
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
17972
17972
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
17973
17973
|
}
|
|
@@ -18013,7 +18013,7 @@ class Orientation extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
18013
18013
|
}
|
|
18014
18014
|
const schema = Orientation.schema;
|
|
18015
18015
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
18016
|
-
/*
|
|
18016
|
+
/* c8 ignore next */
|
|
18017
18017
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
18018
18018
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
18019
18019
|
}
|
|
@@ -18078,7 +18078,7 @@ class ParsingResult extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
18078
18078
|
}
|
|
18079
18079
|
const schema = ParsingResult.schema;
|
|
18080
18080
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
18081
|
-
/*
|
|
18081
|
+
/* c8 ignore next */
|
|
18082
18082
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
18083
18083
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
18084
18084
|
}
|
|
@@ -18143,7 +18143,7 @@ class PortableNodeId extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
18143
18143
|
}
|
|
18144
18144
|
const schema = PortableNodeId.schema;
|
|
18145
18145
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
18146
|
-
/*
|
|
18146
|
+
/* c8 ignore next */
|
|
18147
18147
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
18148
18148
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
18149
18149
|
}
|
|
@@ -18205,7 +18205,7 @@ class PortableQualifiedName extends node_opcua_extension_object_1.ExtensionObjec
|
|
|
18205
18205
|
}
|
|
18206
18206
|
const schema = PortableQualifiedName.schema;
|
|
18207
18207
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
18208
|
-
/*
|
|
18208
|
+
/* c8 ignore next */
|
|
18209
18209
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
18210
18210
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
18211
18211
|
}
|
|
@@ -18281,7 +18281,7 @@ class PriorityMappingEntryType extends node_opcua_extension_object_1.ExtensionOb
|
|
|
18281
18281
|
}
|
|
18282
18282
|
const schema = PriorityMappingEntryType.schema;
|
|
18283
18283
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
18284
|
-
/*
|
|
18284
|
+
/* c8 ignore next */
|
|
18285
18285
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
18286
18286
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
18287
18287
|
}
|
|
@@ -18423,7 +18423,7 @@ class ProgramDiagnostic2DataType extends node_opcua_extension_object_1.Extension
|
|
|
18423
18423
|
}
|
|
18424
18424
|
const schema = ProgramDiagnostic2DataType.schema;
|
|
18425
18425
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
18426
|
-
/*
|
|
18426
|
+
/* c8 ignore next */
|
|
18427
18427
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
18428
18428
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
18429
18429
|
}
|
|
@@ -18531,7 +18531,7 @@ class StatusResult extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
18531
18531
|
}
|
|
18532
18532
|
const schema = StatusResult.schema;
|
|
18533
18533
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
18534
|
-
/*
|
|
18534
|
+
/* c8 ignore next */
|
|
18535
18535
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
18536
18536
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
18537
18537
|
}
|
|
@@ -18651,7 +18651,7 @@ class ProgramDiagnosticDataType extends node_opcua_extension_object_1.ExtensionO
|
|
|
18651
18651
|
}
|
|
18652
18652
|
const schema = ProgramDiagnosticDataType.schema;
|
|
18653
18653
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
18654
|
-
/*
|
|
18654
|
+
/* c8 ignore next */
|
|
18655
18655
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
18656
18656
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
18657
18657
|
}
|
|
@@ -18776,7 +18776,7 @@ class PublishedDataSetDataType extends node_opcua_extension_object_1.ExtensionOb
|
|
|
18776
18776
|
}
|
|
18777
18777
|
const schema = PublishedDataSetDataType.schema;
|
|
18778
18778
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
18779
|
-
/*
|
|
18779
|
+
/* c8 ignore next */
|
|
18780
18780
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
18781
18781
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
18782
18782
|
}
|
|
@@ -18864,7 +18864,7 @@ class PubSubConfigurationDataType extends node_opcua_extension_object_1.Extensio
|
|
|
18864
18864
|
}
|
|
18865
18865
|
const schema = PubSubConfigurationDataType.schema;
|
|
18866
18866
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
18867
|
-
/*
|
|
18867
|
+
/* c8 ignore next */
|
|
18868
18868
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
18869
18869
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
18870
18870
|
}
|
|
@@ -18929,7 +18929,7 @@ class SubscribedDataSetDataType extends node_opcua_extension_object_1.ExtensionO
|
|
|
18929
18929
|
}
|
|
18930
18930
|
const schema = SubscribedDataSetDataType.schema;
|
|
18931
18931
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
18932
|
-
/*
|
|
18932
|
+
/* c8 ignore next */
|
|
18933
18933
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
18934
18934
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
18935
18935
|
}
|
|
@@ -19000,7 +19000,7 @@ class StandaloneSubscribedDataSetDataType extends SubscribedDataSetDataType {
|
|
|
19000
19000
|
}
|
|
19001
19001
|
const schema = StandaloneSubscribedDataSetDataType.schema;
|
|
19002
19002
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
19003
|
-
/*
|
|
19003
|
+
/* c8 ignore next */
|
|
19004
19004
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
19005
19005
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
19006
19006
|
}
|
|
@@ -19103,7 +19103,7 @@ class RolePermissionType extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
19103
19103
|
}
|
|
19104
19104
|
const schema = RolePermissionType.schema;
|
|
19105
19105
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
19106
|
-
/*
|
|
19106
|
+
/* c8 ignore next */
|
|
19107
19107
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
19108
19108
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
19109
19109
|
}
|
|
@@ -19124,7 +19124,7 @@ class RolePermissionType extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
19124
19124
|
// Define Enumeration setters
|
|
19125
19125
|
setPermissions(value) {
|
|
19126
19126
|
const coercedValue = exports._enumerationPermissionType.get(value);
|
|
19127
|
-
/*
|
|
19127
|
+
/* c8 ignore next */
|
|
19128
19128
|
if (coercedValue === undefined || coercedValue === null) {
|
|
19129
19129
|
throw new Error("value cannot be coerced to PermissionType :" + value);
|
|
19130
19130
|
}
|
|
@@ -19227,7 +19227,7 @@ class SecurityGroupDataType extends node_opcua_extension_object_1.ExtensionObjec
|
|
|
19227
19227
|
}
|
|
19228
19228
|
const schema = SecurityGroupDataType.schema;
|
|
19229
19229
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
19230
|
-
/*
|
|
19230
|
+
/* c8 ignore next */
|
|
19231
19231
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
19232
19232
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
19233
19233
|
}
|
|
@@ -19378,7 +19378,7 @@ class PubSubKeyPushTargetDataType extends node_opcua_extension_object_1.Extensio
|
|
|
19378
19378
|
}
|
|
19379
19379
|
const schema = PubSubKeyPushTargetDataType.schema;
|
|
19380
19380
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
19381
|
-
/*
|
|
19381
|
+
/* c8 ignore next */
|
|
19382
19382
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
19383
19383
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
19384
19384
|
}
|
|
@@ -19513,7 +19513,7 @@ class PubSubConfiguration2DataType extends PubSubConfigurationDataType {
|
|
|
19513
19513
|
}
|
|
19514
19514
|
const schema = PubSubConfiguration2DataType.schema;
|
|
19515
19515
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
19516
|
-
/*
|
|
19516
|
+
/* c8 ignore next */
|
|
19517
19517
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
19518
19518
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
19519
19519
|
}
|
|
@@ -19683,7 +19683,7 @@ class PubSubConfigurationRefDataType extends node_opcua_extension_object_1.Exten
|
|
|
19683
19683
|
}
|
|
19684
19684
|
const schema = PubSubConfigurationRefDataType.schema;
|
|
19685
19685
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
19686
|
-
/*
|
|
19686
|
+
/* c8 ignore next */
|
|
19687
19687
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
19688
19688
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
19689
19689
|
}
|
|
@@ -19710,7 +19710,7 @@ class PubSubConfigurationRefDataType extends node_opcua_extension_object_1.Exten
|
|
|
19710
19710
|
// Define Enumeration setters
|
|
19711
19711
|
setConfigurationMask(value) {
|
|
19712
19712
|
const coercedValue = exports._enumerationPubSubConfigurationRefMask.get(value);
|
|
19713
|
-
/*
|
|
19713
|
+
/* c8 ignore next */
|
|
19714
19714
|
if (coercedValue === undefined || coercedValue === null) {
|
|
19715
19715
|
throw new Error("value cannot be coerced to PubSubConfigurationRefMask :" + value);
|
|
19716
19716
|
}
|
|
@@ -19768,7 +19768,7 @@ class PubSubConfigurationValueDataType extends node_opcua_extension_object_1.Ext
|
|
|
19768
19768
|
}
|
|
19769
19769
|
const schema = PubSubConfigurationValueDataType.schema;
|
|
19770
19770
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
19771
|
-
/*
|
|
19771
|
+
/* c8 ignore next */
|
|
19772
19772
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
19773
19773
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
19774
19774
|
}
|
|
@@ -19833,7 +19833,7 @@ class SubscriptionAcknowledgement extends node_opcua_extension_object_1.Extensio
|
|
|
19833
19833
|
}
|
|
19834
19834
|
const schema = SubscriptionAcknowledgement.schema;
|
|
19835
19835
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
19836
|
-
/*
|
|
19836
|
+
/* c8 ignore next */
|
|
19837
19837
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
19838
19838
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
19839
19839
|
}
|
|
@@ -19896,7 +19896,7 @@ class PublishRequest extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
19896
19896
|
}
|
|
19897
19897
|
const schema = PublishRequest.schema;
|
|
19898
19898
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
19899
|
-
/*
|
|
19899
|
+
/* c8 ignore next */
|
|
19900
19900
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
19901
19901
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
19902
19902
|
}
|
|
@@ -20004,7 +20004,7 @@ class PublishResponse extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
20004
20004
|
}
|
|
20005
20005
|
const schema = PublishResponse.schema;
|
|
20006
20006
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
20007
|
-
/*
|
|
20007
|
+
/* c8 ignore next */
|
|
20008
20008
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
20009
20009
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
20010
20010
|
}
|
|
@@ -20065,7 +20065,7 @@ class PublishedDataSetSourceDataType extends node_opcua_extension_object_1.Exten
|
|
|
20065
20065
|
}
|
|
20066
20066
|
const schema = PublishedDataSetSourceDataType.schema;
|
|
20067
20067
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
20068
|
-
/*
|
|
20068
|
+
/* c8 ignore next */
|
|
20069
20069
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
20070
20070
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
20071
20071
|
}
|
|
@@ -20122,7 +20122,7 @@ class PublishedActionDataType extends PublishedDataSetSourceDataType {
|
|
|
20122
20122
|
}
|
|
20123
20123
|
const schema = PublishedActionDataType.schema;
|
|
20124
20124
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
20125
|
-
/*
|
|
20125
|
+
/* c8 ignore next */
|
|
20126
20126
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
20127
20127
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
20128
20128
|
}
|
|
@@ -20188,7 +20188,7 @@ class PublishedActionMethodDataType extends PublishedActionDataType {
|
|
|
20188
20188
|
}
|
|
20189
20189
|
const schema = PublishedActionMethodDataType.schema;
|
|
20190
20190
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
20191
|
-
/*
|
|
20191
|
+
/* c8 ignore next */
|
|
20192
20192
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
20193
20193
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
20194
20194
|
}
|
|
@@ -20298,7 +20298,7 @@ class PublishedVariableDataType extends node_opcua_extension_object_1.ExtensionO
|
|
|
20298
20298
|
}
|
|
20299
20299
|
const schema = PublishedVariableDataType.schema;
|
|
20300
20300
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
20301
|
-
/*
|
|
20301
|
+
/* c8 ignore next */
|
|
20302
20302
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
20303
20303
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
20304
20304
|
}
|
|
@@ -20372,7 +20372,7 @@ class PublishedDataItemsDataType extends PublishedDataSetSourceDataType {
|
|
|
20372
20372
|
}
|
|
20373
20373
|
const schema = PublishedDataItemsDataType.schema;
|
|
20374
20374
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
20375
|
-
/*
|
|
20375
|
+
/* c8 ignore next */
|
|
20376
20376
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
20377
20377
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
20378
20378
|
}
|
|
@@ -20432,7 +20432,7 @@ class PublishedDataSetCustomSourceDataType extends PublishedDataSetSourceDataTyp
|
|
|
20432
20432
|
}
|
|
20433
20433
|
const schema = PublishedDataSetCustomSourceDataType.schema;
|
|
20434
20434
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
20435
|
-
/*
|
|
20435
|
+
/* c8 ignore next */
|
|
20436
20436
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
20437
20437
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
20438
20438
|
}
|
|
@@ -20499,7 +20499,7 @@ class PublishedEventsDataType extends PublishedDataSetSourceDataType {
|
|
|
20499
20499
|
}
|
|
20500
20500
|
const schema = PublishedEventsDataType.schema;
|
|
20501
20501
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
20502
|
-
/*
|
|
20502
|
+
/* c8 ignore next */
|
|
20503
20503
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
20504
20504
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
20505
20505
|
}
|
|
@@ -20556,7 +20556,7 @@ class QosDataType extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
20556
20556
|
}
|
|
20557
20557
|
const schema = QosDataType.schema;
|
|
20558
20558
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
20559
|
-
/*
|
|
20559
|
+
/* c8 ignore next */
|
|
20560
20560
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
20561
20561
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
20562
20562
|
}
|
|
@@ -20654,7 +20654,7 @@ class QuantityDimension extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
20654
20654
|
}
|
|
20655
20655
|
const schema = QuantityDimension.schema;
|
|
20656
20656
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
20657
|
-
/*
|
|
20657
|
+
/* c8 ignore next */
|
|
20658
20658
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
20659
20659
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
20660
20660
|
}
|
|
@@ -20742,7 +20742,7 @@ class QueryDataSet extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
20742
20742
|
}
|
|
20743
20743
|
const schema = QueryDataSet.schema;
|
|
20744
20744
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
20745
|
-
/*
|
|
20745
|
+
/* c8 ignore next */
|
|
20746
20746
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
20747
20747
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
20748
20748
|
}
|
|
@@ -20836,7 +20836,7 @@ class QueryFirstRequest extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
20836
20836
|
}
|
|
20837
20837
|
const schema = QueryFirstRequest.schema;
|
|
20838
20838
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
20839
|
-
/*
|
|
20839
|
+
/* c8 ignore next */
|
|
20840
20840
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
20841
20841
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
20842
20842
|
}
|
|
@@ -20949,7 +20949,7 @@ class QueryFirstResponse extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
20949
20949
|
}
|
|
20950
20950
|
const schema = QueryFirstResponse.schema;
|
|
20951
20951
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
20952
|
-
/*
|
|
20952
|
+
/* c8 ignore next */
|
|
20953
20953
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
20954
20954
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
20955
20955
|
}
|
|
@@ -21046,7 +21046,7 @@ class QueryNextRequest extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
21046
21046
|
}
|
|
21047
21047
|
const schema = QueryNextRequest.schema;
|
|
21048
21048
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
21049
|
-
/*
|
|
21049
|
+
/* c8 ignore next */
|
|
21050
21050
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
21051
21051
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
21052
21052
|
}
|
|
@@ -21119,7 +21119,7 @@ class QueryNextResponse extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
21119
21119
|
}
|
|
21120
21120
|
const schema = QueryNextResponse.schema;
|
|
21121
21121
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
21122
|
-
/*
|
|
21122
|
+
/* c8 ignore next */
|
|
21123
21123
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
21124
21124
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
21125
21125
|
}
|
|
@@ -21192,7 +21192,7 @@ class RationalNumber extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
21192
21192
|
}
|
|
21193
21193
|
const schema = RationalNumber.schema;
|
|
21194
21194
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
21195
|
-
/*
|
|
21195
|
+
/* c8 ignore next */
|
|
21196
21196
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
21197
21197
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
21198
21198
|
}
|
|
@@ -21248,7 +21248,7 @@ class ReadAnnotationDataDetails extends HistoryReadDetails {
|
|
|
21248
21248
|
}
|
|
21249
21249
|
const schema = ReadAnnotationDataDetails.schema;
|
|
21250
21250
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
21251
|
-
/*
|
|
21251
|
+
/* c8 ignore next */
|
|
21252
21252
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
21253
21253
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
21254
21254
|
}
|
|
@@ -21308,7 +21308,7 @@ class ReadAtTimeDetails extends HistoryReadDetails {
|
|
|
21308
21308
|
}
|
|
21309
21309
|
const schema = ReadAtTimeDetails.schema;
|
|
21310
21310
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
21311
|
-
/*
|
|
21311
|
+
/* c8 ignore next */
|
|
21312
21312
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
21313
21313
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
21314
21314
|
}
|
|
@@ -21384,7 +21384,7 @@ class ReadEventDetails extends HistoryReadDetails {
|
|
|
21384
21384
|
}
|
|
21385
21385
|
const schema = ReadEventDetails.schema;
|
|
21386
21386
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
21387
|
-
/*
|
|
21387
|
+
/* c8 ignore next */
|
|
21388
21388
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
21389
21389
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
21390
21390
|
}
|
|
@@ -21449,7 +21449,7 @@ class ReadEventDetails2 extends ReadEventDetails {
|
|
|
21449
21449
|
}
|
|
21450
21450
|
const schema = ReadEventDetails2.schema;
|
|
21451
21451
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
21452
|
-
/*
|
|
21452
|
+
/* c8 ignore next */
|
|
21453
21453
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
21454
21454
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
21455
21455
|
}
|
|
@@ -21532,7 +21532,7 @@ class SortRuleElement extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
21532
21532
|
}
|
|
21533
21533
|
const schema = SortRuleElement.schema;
|
|
21534
21534
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
21535
|
-
/*
|
|
21535
|
+
/* c8 ignore next */
|
|
21536
21536
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
21537
21537
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
21538
21538
|
}
|
|
@@ -21553,7 +21553,7 @@ class SortRuleElement extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
21553
21553
|
// Define Enumeration setters
|
|
21554
21554
|
setSortOrder(value) {
|
|
21555
21555
|
const coercedValue = exports._enumerationSortOrderType.get(value);
|
|
21556
|
-
/*
|
|
21556
|
+
/* c8 ignore next */
|
|
21557
21557
|
if (coercedValue === undefined || coercedValue === null) {
|
|
21558
21558
|
throw new Error("value cannot be coerced to SortOrderType :" + value);
|
|
21559
21559
|
}
|
|
@@ -21602,7 +21602,7 @@ class ReadEventDetailsSorted extends ReadEventDetails {
|
|
|
21602
21602
|
}
|
|
21603
21603
|
const schema = ReadEventDetailsSorted.schema;
|
|
21604
21604
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
21605
|
-
/*
|
|
21605
|
+
/* c8 ignore next */
|
|
21606
21606
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
21607
21607
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
21608
21608
|
}
|
|
@@ -21691,7 +21691,7 @@ class ReadProcessedDetails extends HistoryReadDetails {
|
|
|
21691
21691
|
}
|
|
21692
21692
|
const schema = ReadProcessedDetails.schema;
|
|
21693
21693
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
21694
|
-
/*
|
|
21694
|
+
/* c8 ignore next */
|
|
21695
21695
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
21696
21696
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
21697
21697
|
}
|
|
@@ -21783,7 +21783,7 @@ class ReadRawModifiedDetails extends HistoryReadDetails {
|
|
|
21783
21783
|
}
|
|
21784
21784
|
const schema = ReadRawModifiedDetails.schema;
|
|
21785
21785
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
21786
|
-
/*
|
|
21786
|
+
/* c8 ignore next */
|
|
21787
21787
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
21788
21788
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
21789
21789
|
}
|
|
@@ -21869,7 +21869,7 @@ class ReadRequest extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
21869
21869
|
}
|
|
21870
21870
|
const schema = ReadRequest.schema;
|
|
21871
21871
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
21872
|
-
/*
|
|
21872
|
+
/* c8 ignore next */
|
|
21873
21873
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
21874
21874
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
21875
21875
|
}
|
|
@@ -21904,7 +21904,7 @@ class ReadRequest extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
21904
21904
|
// Define Enumeration setters
|
|
21905
21905
|
setTimestampsToReturn(value) {
|
|
21906
21906
|
const coercedValue = node_opcua_data_value_1._enumerationTimestampsToReturn.get(value);
|
|
21907
|
-
/*
|
|
21907
|
+
/* c8 ignore next */
|
|
21908
21908
|
if (coercedValue === undefined || coercedValue === null) {
|
|
21909
21909
|
throw new Error("value cannot be coerced to TimestampsToReturn :" + value);
|
|
21910
21910
|
}
|
|
@@ -21964,7 +21964,7 @@ class ReadResponse extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
21964
21964
|
}
|
|
21965
21965
|
const schema = ReadResponse.schema;
|
|
21966
21966
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
21967
|
-
/*
|
|
21967
|
+
/* c8 ignore next */
|
|
21968
21968
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
21969
21969
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
21970
21970
|
}
|
|
@@ -22013,7 +22013,7 @@ class ReaderGroupMessageDataType extends node_opcua_extension_object_1.Extension
|
|
|
22013
22013
|
}
|
|
22014
22014
|
const schema = ReaderGroupMessageDataType.schema;
|
|
22015
22015
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
22016
|
-
/*
|
|
22016
|
+
/* c8 ignore next */
|
|
22017
22017
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
22018
22018
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
22019
22019
|
}
|
|
@@ -22053,7 +22053,7 @@ class ReaderGroupTransportDataType extends node_opcua_extension_object_1.Extensi
|
|
|
22053
22053
|
}
|
|
22054
22054
|
const schema = ReaderGroupTransportDataType.schema;
|
|
22055
22055
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
22056
|
-
/*
|
|
22056
|
+
/* c8 ignore next */
|
|
22057
22057
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
22058
22058
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
22059
22059
|
}
|
|
@@ -22093,7 +22093,7 @@ class ReceiveQosDataType extends QosDataType {
|
|
|
22093
22093
|
}
|
|
22094
22094
|
const schema = ReceiveQosDataType.schema;
|
|
22095
22095
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
22096
|
-
/*
|
|
22096
|
+
/* c8 ignore next */
|
|
22097
22097
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
22098
22098
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
22099
22099
|
}
|
|
@@ -22142,7 +22142,7 @@ class ReceiveQosPriorityDataType extends ReceiveQosDataType {
|
|
|
22142
22142
|
}
|
|
22143
22143
|
const schema = ReceiveQosPriorityDataType.schema;
|
|
22144
22144
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
22145
|
-
/*
|
|
22145
|
+
/* c8 ignore next */
|
|
22146
22146
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
22147
22147
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
22148
22148
|
}
|
|
@@ -22238,7 +22238,7 @@ class RedundantServerDataType extends node_opcua_extension_object_1.ExtensionObj
|
|
|
22238
22238
|
}
|
|
22239
22239
|
const schema = RedundantServerDataType.schema;
|
|
22240
22240
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
22241
|
-
/*
|
|
22241
|
+
/* c8 ignore next */
|
|
22242
22242
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
22243
22243
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
22244
22244
|
}
|
|
@@ -22262,7 +22262,7 @@ class RedundantServerDataType extends node_opcua_extension_object_1.ExtensionObj
|
|
|
22262
22262
|
// Define Enumeration setters
|
|
22263
22263
|
setServerState(value) {
|
|
22264
22264
|
const coercedValue = exports._enumerationServerState.get(value);
|
|
22265
|
-
/*
|
|
22265
|
+
/* c8 ignore next */
|
|
22266
22266
|
if (coercedValue === undefined || coercedValue === null) {
|
|
22267
22267
|
throw new Error("value cannot be coerced to ServerState :" + value);
|
|
22268
22268
|
}
|
|
@@ -22327,7 +22327,7 @@ class ReferenceDescriptionDataType extends node_opcua_extension_object_1.Extensi
|
|
|
22327
22327
|
}
|
|
22328
22328
|
const schema = ReferenceDescriptionDataType.schema;
|
|
22329
22329
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
22330
|
-
/*
|
|
22330
|
+
/* c8 ignore next */
|
|
22331
22331
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
22332
22332
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
22333
22333
|
}
|
|
@@ -22402,7 +22402,7 @@ class ReferenceListEntryDataType extends node_opcua_extension_object_1.Extension
|
|
|
22402
22402
|
}
|
|
22403
22403
|
const schema = ReferenceListEntryDataType.schema;
|
|
22404
22404
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
22405
|
-
/*
|
|
22405
|
+
/* c8 ignore next */
|
|
22406
22406
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
22407
22407
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
22408
22408
|
}
|
|
@@ -22479,7 +22479,7 @@ class ReferenceTypeAttributes extends NodeAttributes {
|
|
|
22479
22479
|
}
|
|
22480
22480
|
const schema = ReferenceTypeAttributes.schema;
|
|
22481
22481
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
22482
|
-
/*
|
|
22482
|
+
/* c8 ignore next */
|
|
22483
22483
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
22484
22484
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
22485
22485
|
}
|
|
@@ -22545,7 +22545,7 @@ class RegisterNodesRequest extends node_opcua_extension_object_1.ExtensionObject
|
|
|
22545
22545
|
}
|
|
22546
22546
|
const schema = RegisterNodesRequest.schema;
|
|
22547
22547
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
22548
|
-
/*
|
|
22548
|
+
/* c8 ignore next */
|
|
22549
22549
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
22550
22550
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
22551
22551
|
}
|
|
@@ -22608,7 +22608,7 @@ class RegisterNodesResponse extends node_opcua_extension_object_1.ExtensionObjec
|
|
|
22608
22608
|
}
|
|
22609
22609
|
const schema = RegisterNodesResponse.schema;
|
|
22610
22610
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
22611
|
-
/*
|
|
22611
|
+
/* c8 ignore next */
|
|
22612
22612
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
22613
22613
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
22614
22614
|
}
|
|
@@ -22714,7 +22714,7 @@ class RegisteredServer extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
22714
22714
|
}
|
|
22715
22715
|
const schema = RegisteredServer.schema;
|
|
22716
22716
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
22717
|
-
/*
|
|
22717
|
+
/* c8 ignore next */
|
|
22718
22718
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
22719
22719
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
22720
22720
|
}
|
|
@@ -22753,7 +22753,7 @@ class RegisteredServer extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
22753
22753
|
// Define Enumeration setters
|
|
22754
22754
|
setServerType(value) {
|
|
22755
22755
|
const coercedValue = exports._enumerationApplicationType.get(value);
|
|
22756
|
-
/*
|
|
22756
|
+
/* c8 ignore next */
|
|
22757
22757
|
if (coercedValue === undefined || coercedValue === null) {
|
|
22758
22758
|
throw new Error("value cannot be coerced to ApplicationType :" + value);
|
|
22759
22759
|
}
|
|
@@ -22812,7 +22812,7 @@ class RegisterServer2Request extends node_opcua_extension_object_1.ExtensionObje
|
|
|
22812
22812
|
}
|
|
22813
22813
|
const schema = RegisterServer2Request.schema;
|
|
22814
22814
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
22815
|
-
/*
|
|
22815
|
+
/* c8 ignore next */
|
|
22816
22816
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
22817
22817
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
22818
22818
|
}
|
|
@@ -22886,7 +22886,7 @@ class RegisterServer2Response extends node_opcua_extension_object_1.ExtensionObj
|
|
|
22886
22886
|
}
|
|
22887
22887
|
const schema = RegisterServer2Response.schema;
|
|
22888
22888
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
22889
|
-
/*
|
|
22889
|
+
/* c8 ignore next */
|
|
22890
22890
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
22891
22891
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
22892
22892
|
}
|
|
@@ -22951,7 +22951,7 @@ class RegisterServerRequest extends node_opcua_extension_object_1.ExtensionObjec
|
|
|
22951
22951
|
}
|
|
22952
22952
|
const schema = RegisterServerRequest.schema;
|
|
22953
22953
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
22954
|
-
/*
|
|
22954
|
+
/* c8 ignore next */
|
|
22955
22955
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
22956
22956
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
22957
22957
|
}
|
|
@@ -23006,7 +23006,7 @@ class RegisterServerResponse extends node_opcua_extension_object_1.ExtensionObje
|
|
|
23006
23006
|
}
|
|
23007
23007
|
const schema = RegisterServerResponse.schema;
|
|
23008
23008
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
23009
|
-
/*
|
|
23009
|
+
/* c8 ignore next */
|
|
23010
23010
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
23011
23011
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
23012
23012
|
}
|
|
@@ -23072,7 +23072,7 @@ class RepublishRequest extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
23072
23072
|
}
|
|
23073
23073
|
const schema = RepublishRequest.schema;
|
|
23074
23074
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
23075
|
-
/*
|
|
23075
|
+
/* c8 ignore next */
|
|
23076
23076
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
23077
23077
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
23078
23078
|
}
|
|
@@ -23137,7 +23137,7 @@ class RepublishResponse extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
23137
23137
|
}
|
|
23138
23138
|
const schema = RepublishResponse.schema;
|
|
23139
23139
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
23140
|
-
/*
|
|
23140
|
+
/* c8 ignore next */
|
|
23141
23141
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
23142
23142
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
23143
23143
|
}
|
|
@@ -23213,7 +23213,7 @@ class SamplingIntervalDiagnosticsDataType extends node_opcua_extension_object_1.
|
|
|
23213
23213
|
}
|
|
23214
23214
|
const schema = SamplingIntervalDiagnosticsDataType.schema;
|
|
23215
23215
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
23216
|
-
/*
|
|
23216
|
+
/* c8 ignore next */
|
|
23217
23217
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
23218
23218
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
23219
23219
|
}
|
|
@@ -23281,7 +23281,7 @@ class SemanticChangeStructureDataType extends node_opcua_extension_object_1.Exte
|
|
|
23281
23281
|
}
|
|
23282
23282
|
const schema = SemanticChangeStructureDataType.schema;
|
|
23283
23283
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
23284
|
-
/*
|
|
23284
|
+
/* c8 ignore next */
|
|
23285
23285
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
23286
23286
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
23287
23287
|
}
|
|
@@ -23413,7 +23413,7 @@ class ServerDiagnosticsSummaryDataType extends node_opcua_extension_object_1.Ext
|
|
|
23413
23413
|
}
|
|
23414
23414
|
const schema = ServerDiagnosticsSummaryDataType.schema;
|
|
23415
23415
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
23416
|
-
/*
|
|
23416
|
+
/* c8 ignore next */
|
|
23417
23417
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
23418
23418
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
23419
23419
|
}
|
|
@@ -23533,7 +23533,7 @@ class ServerStatusDataType extends node_opcua_extension_object_1.ExtensionObject
|
|
|
23533
23533
|
}
|
|
23534
23534
|
const schema = ServerStatusDataType.schema;
|
|
23535
23535
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
23536
|
-
/*
|
|
23536
|
+
/* c8 ignore next */
|
|
23537
23537
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
23538
23538
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
23539
23539
|
}
|
|
@@ -23566,7 +23566,7 @@ class ServerStatusDataType extends node_opcua_extension_object_1.ExtensionObject
|
|
|
23566
23566
|
// Define Enumeration setters
|
|
23567
23567
|
setState(value) {
|
|
23568
23568
|
const coercedValue = exports._enumerationServerState.get(value);
|
|
23569
|
-
/*
|
|
23569
|
+
/* c8 ignore next */
|
|
23570
23570
|
if (coercedValue === undefined || coercedValue === null) {
|
|
23571
23571
|
throw new Error("value cannot be coerced to ServerState :" + value);
|
|
23572
23572
|
}
|
|
@@ -23617,7 +23617,7 @@ class ServiceCounterDataType extends node_opcua_extension_object_1.ExtensionObje
|
|
|
23617
23617
|
}
|
|
23618
23618
|
const schema = ServiceCounterDataType.schema;
|
|
23619
23619
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
23620
|
-
/*
|
|
23620
|
+
/* c8 ignore next */
|
|
23621
23621
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
23622
23622
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
23623
23623
|
}
|
|
@@ -23672,7 +23672,7 @@ class ServiceFault extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
23672
23672
|
}
|
|
23673
23673
|
const schema = ServiceFault.schema;
|
|
23674
23674
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
23675
|
-
/*
|
|
23675
|
+
/* c8 ignore next */
|
|
23676
23676
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
23677
23677
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
23678
23678
|
}
|
|
@@ -24019,7 +24019,7 @@ class SessionDiagnosticsDataType extends node_opcua_extension_object_1.Extension
|
|
|
24019
24019
|
}
|
|
24020
24020
|
const schema = SessionDiagnosticsDataType.schema;
|
|
24021
24021
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
24022
|
-
/*
|
|
24022
|
+
/* c8 ignore next */
|
|
24023
24023
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
24024
24024
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
24025
24025
|
}
|
|
@@ -24254,7 +24254,7 @@ class SessionSecurityDiagnosticsDataType extends node_opcua_extension_object_1.E
|
|
|
24254
24254
|
}
|
|
24255
24255
|
const schema = SessionSecurityDiagnosticsDataType.schema;
|
|
24256
24256
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
24257
|
-
/*
|
|
24257
|
+
/* c8 ignore next */
|
|
24258
24258
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
24259
24259
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
24260
24260
|
}
|
|
@@ -24296,7 +24296,7 @@ class SessionSecurityDiagnosticsDataType extends node_opcua_extension_object_1.E
|
|
|
24296
24296
|
// Define Enumeration setters
|
|
24297
24297
|
setSecurityMode(value) {
|
|
24298
24298
|
const coercedValue = exports._enumerationMessageSecurityMode.get(value);
|
|
24299
|
-
/*
|
|
24299
|
+
/* c8 ignore next */
|
|
24300
24300
|
if (coercedValue === undefined || coercedValue === null) {
|
|
24301
24301
|
throw new Error("value cannot be coerced to MessageSecurityMode :" + value);
|
|
24302
24302
|
}
|
|
@@ -24371,7 +24371,7 @@ class SessionlessInvokeRequestType extends node_opcua_extension_object_1.Extensi
|
|
|
24371
24371
|
}
|
|
24372
24372
|
const schema = SessionlessInvokeRequestType.schema;
|
|
24373
24373
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
24374
|
-
/*
|
|
24374
|
+
/* c8 ignore next */
|
|
24375
24375
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
24376
24376
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
24377
24377
|
}
|
|
@@ -24451,7 +24451,7 @@ class SessionlessInvokeResponseType extends node_opcua_extension_object_1.Extens
|
|
|
24451
24451
|
}
|
|
24452
24452
|
const schema = SessionlessInvokeResponseType.schema;
|
|
24453
24453
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
24454
|
-
/*
|
|
24454
|
+
/* c8 ignore next */
|
|
24455
24455
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
24456
24456
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
24457
24457
|
}
|
|
@@ -24531,7 +24531,7 @@ class SetMonitoringModeRequest extends node_opcua_extension_object_1.ExtensionOb
|
|
|
24531
24531
|
}
|
|
24532
24532
|
const schema = SetMonitoringModeRequest.schema;
|
|
24533
24533
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
24534
|
-
/*
|
|
24534
|
+
/* c8 ignore next */
|
|
24535
24535
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
24536
24536
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
24537
24537
|
}
|
|
@@ -24558,7 +24558,7 @@ class SetMonitoringModeRequest extends node_opcua_extension_object_1.ExtensionOb
|
|
|
24558
24558
|
// Define Enumeration setters
|
|
24559
24559
|
setMonitoringMode(value) {
|
|
24560
24560
|
const coercedValue = exports._enumerationMonitoringMode.get(value);
|
|
24561
|
-
/*
|
|
24561
|
+
/* c8 ignore next */
|
|
24562
24562
|
if (coercedValue === undefined || coercedValue === null) {
|
|
24563
24563
|
throw new Error("value cannot be coerced to MonitoringMode :" + value);
|
|
24564
24564
|
}
|
|
@@ -24618,7 +24618,7 @@ class SetMonitoringModeResponse extends node_opcua_extension_object_1.ExtensionO
|
|
|
24618
24618
|
}
|
|
24619
24619
|
const schema = SetMonitoringModeResponse.schema;
|
|
24620
24620
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
24621
|
-
/*
|
|
24621
|
+
/* c8 ignore next */
|
|
24622
24622
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
24623
24623
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
24624
24624
|
}
|
|
@@ -24691,7 +24691,7 @@ class SetPublishingModeRequest extends node_opcua_extension_object_1.ExtensionOb
|
|
|
24691
24691
|
}
|
|
24692
24692
|
const schema = SetPublishingModeRequest.schema;
|
|
24693
24693
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
24694
|
-
/*
|
|
24694
|
+
/* c8 ignore next */
|
|
24695
24695
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
24696
24696
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
24697
24697
|
}
|
|
@@ -24765,7 +24765,7 @@ class SetPublishingModeResponse extends node_opcua_extension_object_1.ExtensionO
|
|
|
24765
24765
|
}
|
|
24766
24766
|
const schema = SetPublishingModeResponse.schema;
|
|
24767
24767
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
24768
|
-
/*
|
|
24768
|
+
/* c8 ignore next */
|
|
24769
24769
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
24770
24770
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
24771
24771
|
}
|
|
@@ -24853,7 +24853,7 @@ class SetTriggeringRequest extends node_opcua_extension_object_1.ExtensionObject
|
|
|
24853
24853
|
}
|
|
24854
24854
|
const schema = SetTriggeringRequest.schema;
|
|
24855
24855
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
24856
|
-
/*
|
|
24856
|
+
/* c8 ignore next */
|
|
24857
24857
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
24858
24858
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
24859
24859
|
}
|
|
@@ -24949,7 +24949,7 @@ class SetTriggeringResponse extends node_opcua_extension_object_1.ExtensionObjec
|
|
|
24949
24949
|
}
|
|
24950
24950
|
const schema = SetTriggeringResponse.schema;
|
|
24951
24951
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
24952
|
-
/*
|
|
24952
|
+
/* c8 ignore next */
|
|
24953
24953
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
24954
24954
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
24955
24955
|
}
|
|
@@ -25013,7 +25013,7 @@ class StandaloneSubscribedDataSetRefDataType extends SubscribedDataSetDataType {
|
|
|
25013
25013
|
}
|
|
25014
25014
|
const schema = StandaloneSubscribedDataSetRefDataType.schema;
|
|
25015
25015
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
25016
|
-
/*
|
|
25016
|
+
/* c8 ignore next */
|
|
25017
25017
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
25018
25018
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
25019
25019
|
}
|
|
@@ -25072,7 +25072,7 @@ class StatusChangeNotification extends NotificationData {
|
|
|
25072
25072
|
}
|
|
25073
25073
|
const schema = StatusChangeNotification.schema;
|
|
25074
25074
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
25075
|
-
/*
|
|
25075
|
+
/* c8 ignore next */
|
|
25076
25076
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
25077
25077
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
25078
25078
|
}
|
|
@@ -25135,7 +25135,7 @@ class SubscribedDataSetMirrorDataType extends SubscribedDataSetDataType {
|
|
|
25135
25135
|
}
|
|
25136
25136
|
const schema = SubscribedDataSetMirrorDataType.schema;
|
|
25137
25137
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
25138
|
-
/*
|
|
25138
|
+
/* c8 ignore next */
|
|
25139
25139
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
25140
25140
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
25141
25141
|
}
|
|
@@ -25408,7 +25408,7 @@ class SubscriptionDiagnosticsDataType extends node_opcua_extension_object_1.Exte
|
|
|
25408
25408
|
}
|
|
25409
25409
|
const schema = SubscriptionDiagnosticsDataType.schema;
|
|
25410
25410
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
25411
|
-
/*
|
|
25411
|
+
/* c8 ignore next */
|
|
25412
25412
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
25413
25413
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
25414
25414
|
}
|
|
@@ -25551,7 +25551,7 @@ class TargetVariablesDataType extends SubscribedDataSetDataType {
|
|
|
25551
25551
|
}
|
|
25552
25552
|
const schema = TargetVariablesDataType.schema;
|
|
25553
25553
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
25554
|
-
/*
|
|
25554
|
+
/* c8 ignore next */
|
|
25555
25555
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
25556
25556
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
25557
25557
|
}
|
|
@@ -25625,7 +25625,7 @@ class ThreeDCartesianCoordinates extends CartesianCoordinates {
|
|
|
25625
25625
|
}
|
|
25626
25626
|
const schema = ThreeDCartesianCoordinates.schema;
|
|
25627
25627
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
25628
|
-
/*
|
|
25628
|
+
/* c8 ignore next */
|
|
25629
25629
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
25630
25630
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
25631
25631
|
}
|
|
@@ -25697,7 +25697,7 @@ class ThreeDOrientation extends Orientation {
|
|
|
25697
25697
|
}
|
|
25698
25698
|
const schema = ThreeDOrientation.schema;
|
|
25699
25699
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
25700
|
-
/*
|
|
25700
|
+
/* c8 ignore next */
|
|
25701
25701
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
25702
25702
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
25703
25703
|
}
|
|
@@ -25762,7 +25762,7 @@ class ThreeDFrame extends Frame {
|
|
|
25762
25762
|
}
|
|
25763
25763
|
const schema = ThreeDFrame.schema;
|
|
25764
25764
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
25765
|
-
/*
|
|
25765
|
+
/* c8 ignore next */
|
|
25766
25766
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
25767
25767
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
25768
25768
|
}
|
|
@@ -25808,7 +25808,7 @@ class Vector extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
25808
25808
|
}
|
|
25809
25809
|
const schema = Vector.schema;
|
|
25810
25810
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
25811
|
-
/*
|
|
25811
|
+
/* c8 ignore next */
|
|
25812
25812
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
25813
25813
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
25814
25814
|
}
|
|
@@ -25871,7 +25871,7 @@ class ThreeDVector extends Vector {
|
|
|
25871
25871
|
}
|
|
25872
25872
|
const schema = ThreeDVector.schema;
|
|
25873
25873
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
25874
|
-
/*
|
|
25874
|
+
/* c8 ignore next */
|
|
25875
25875
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
25876
25876
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
25877
25877
|
}
|
|
@@ -25936,7 +25936,7 @@ class TimeZoneDataType extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
25936
25936
|
}
|
|
25937
25937
|
const schema = TimeZoneDataType.schema;
|
|
25938
25938
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
25939
|
-
/*
|
|
25939
|
+
/* c8 ignore next */
|
|
25940
25940
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
25941
25941
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
25942
25942
|
}
|
|
@@ -26005,7 +26005,7 @@ class TransactionErrorType extends node_opcua_extension_object_1.ExtensionObject
|
|
|
26005
26005
|
}
|
|
26006
26006
|
const schema = TransactionErrorType.schema;
|
|
26007
26007
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
26008
|
-
/*
|
|
26008
|
+
/* c8 ignore next */
|
|
26009
26009
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
26010
26010
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
26011
26011
|
}
|
|
@@ -26071,7 +26071,7 @@ class TransferResult extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
26071
26071
|
}
|
|
26072
26072
|
const schema = TransferResult.schema;
|
|
26073
26073
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
26074
|
-
/*
|
|
26074
|
+
/* c8 ignore next */
|
|
26075
26075
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
26076
26076
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
26077
26077
|
}
|
|
@@ -26141,7 +26141,7 @@ class TransferSubscriptionsRequest extends node_opcua_extension_object_1.Extensi
|
|
|
26141
26141
|
}
|
|
26142
26142
|
const schema = TransferSubscriptionsRequest.schema;
|
|
26143
26143
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
26144
|
-
/*
|
|
26144
|
+
/* c8 ignore next */
|
|
26145
26145
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
26146
26146
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
26147
26147
|
}
|
|
@@ -26215,7 +26215,7 @@ class TransferSubscriptionsResponse extends node_opcua_extension_object_1.Extens
|
|
|
26215
26215
|
}
|
|
26216
26216
|
const schema = TransferSubscriptionsResponse.schema;
|
|
26217
26217
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
26218
|
-
/*
|
|
26218
|
+
/* c8 ignore next */
|
|
26219
26219
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
26220
26220
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
26221
26221
|
}
|
|
@@ -26289,7 +26289,7 @@ class TranslateBrowsePathsToNodeIdsRequest extends node_opcua_extension_object_1
|
|
|
26289
26289
|
}
|
|
26290
26290
|
const schema = TranslateBrowsePathsToNodeIdsRequest.schema;
|
|
26291
26291
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
26292
|
-
/*
|
|
26292
|
+
/* c8 ignore next */
|
|
26293
26293
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
26294
26294
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
26295
26295
|
}
|
|
@@ -26368,7 +26368,7 @@ class TranslateBrowsePathsToNodeIdsResponse extends node_opcua_extension_object_
|
|
|
26368
26368
|
}
|
|
26369
26369
|
const schema = TranslateBrowsePathsToNodeIdsResponse.schema;
|
|
26370
26370
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
26371
|
-
/*
|
|
26371
|
+
/* c8 ignore next */
|
|
26372
26372
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
26373
26373
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
26374
26374
|
}
|
|
@@ -26425,7 +26425,7 @@ class TransmitQosDataType extends QosDataType {
|
|
|
26425
26425
|
}
|
|
26426
26426
|
const schema = TransmitQosDataType.schema;
|
|
26427
26427
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
26428
|
-
/*
|
|
26428
|
+
/* c8 ignore next */
|
|
26429
26429
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
26430
26430
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
26431
26431
|
}
|
|
@@ -26474,7 +26474,7 @@ class TransmitQosPriorityDataType extends TransmitQosDataType {
|
|
|
26474
26474
|
}
|
|
26475
26475
|
const schema = TransmitQosPriorityDataType.schema;
|
|
26476
26476
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
26477
|
-
/*
|
|
26477
|
+
/* c8 ignore next */
|
|
26478
26478
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
26479
26479
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
26480
26480
|
}
|
|
@@ -26558,7 +26558,7 @@ class TrustListDataType extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
26558
26558
|
}
|
|
26559
26559
|
const schema = TrustListDataType.schema;
|
|
26560
26560
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
26561
|
-
/*
|
|
26561
|
+
/* c8 ignore next */
|
|
26562
26562
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
26563
26563
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
26564
26564
|
}
|
|
@@ -26641,7 +26641,7 @@ class UABinaryFileDataType extends DataTypeSchemaHeader {
|
|
|
26641
26641
|
}
|
|
26642
26642
|
const schema = UABinaryFileDataType.schema;
|
|
26643
26643
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
26644
|
-
/*
|
|
26644
|
+
/* c8 ignore next */
|
|
26645
26645
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
26646
26646
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
26647
26647
|
}
|
|
@@ -26816,7 +26816,7 @@ class UadpDataSetReaderMessageDataType extends DataSetReaderMessageDataType {
|
|
|
26816
26816
|
}
|
|
26817
26817
|
const schema = UadpDataSetReaderMessageDataType.schema;
|
|
26818
26818
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
26819
|
-
/*
|
|
26819
|
+
/* c8 ignore next */
|
|
26820
26820
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
26821
26821
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
26822
26822
|
}
|
|
@@ -26858,7 +26858,7 @@ class UadpDataSetReaderMessageDataType extends DataSetReaderMessageDataType {
|
|
|
26858
26858
|
// Define Enumeration setters
|
|
26859
26859
|
setNetworkMessageContentMask(value) {
|
|
26860
26860
|
const coercedValue = exports._enumerationUadpNetworkMessageContentMask.get(value);
|
|
26861
|
-
/*
|
|
26861
|
+
/* c8 ignore next */
|
|
26862
26862
|
if (coercedValue === undefined || coercedValue === null) {
|
|
26863
26863
|
throw new Error("value cannot be coerced to UadpNetworkMessageContentMask :" + value);
|
|
26864
26864
|
}
|
|
@@ -26867,7 +26867,7 @@ class UadpDataSetReaderMessageDataType extends DataSetReaderMessageDataType {
|
|
|
26867
26867
|
}
|
|
26868
26868
|
setDataSetMessageContentMask(value) {
|
|
26869
26869
|
const coercedValue = exports._enumerationUadpDataSetMessageContentMask.get(value);
|
|
26870
|
-
/*
|
|
26870
|
+
/* c8 ignore next */
|
|
26871
26871
|
if (coercedValue === undefined || coercedValue === null) {
|
|
26872
26872
|
throw new Error("value cannot be coerced to UadpDataSetMessageContentMask :" + value);
|
|
26873
26873
|
}
|
|
@@ -26932,7 +26932,7 @@ class UadpDataSetWriterMessageDataType extends DataSetWriterMessageDataType {
|
|
|
26932
26932
|
}
|
|
26933
26933
|
const schema = UadpDataSetWriterMessageDataType.schema;
|
|
26934
26934
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
26935
|
-
/*
|
|
26935
|
+
/* c8 ignore next */
|
|
26936
26936
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
26937
26937
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
26938
26938
|
}
|
|
@@ -26959,7 +26959,7 @@ class UadpDataSetWriterMessageDataType extends DataSetWriterMessageDataType {
|
|
|
26959
26959
|
// Define Enumeration setters
|
|
26960
26960
|
setDataSetMessageContentMask(value) {
|
|
26961
26961
|
const coercedValue = exports._enumerationUadpDataSetMessageContentMask.get(value);
|
|
26962
|
-
/*
|
|
26962
|
+
/* c8 ignore next */
|
|
26963
26963
|
if (coercedValue === undefined || coercedValue === null) {
|
|
26964
26964
|
throw new Error("value cannot be coerced to UadpDataSetMessageContentMask :" + value);
|
|
26965
26965
|
}
|
|
@@ -27057,7 +27057,7 @@ class UadpWriterGroupMessageDataType extends WriterGroupMessageDataType {
|
|
|
27057
27057
|
}
|
|
27058
27058
|
const schema = UadpWriterGroupMessageDataType.schema;
|
|
27059
27059
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
27060
|
-
/*
|
|
27060
|
+
/* c8 ignore next */
|
|
27061
27061
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
27062
27062
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
27063
27063
|
}
|
|
@@ -27087,7 +27087,7 @@ class UadpWriterGroupMessageDataType extends WriterGroupMessageDataType {
|
|
|
27087
27087
|
// Define Enumeration setters
|
|
27088
27088
|
setDataSetOrdering(value) {
|
|
27089
27089
|
const coercedValue = exports._enumerationDataSetOrderingType.get(value);
|
|
27090
|
-
/*
|
|
27090
|
+
/* c8 ignore next */
|
|
27091
27091
|
if (coercedValue === undefined || coercedValue === null) {
|
|
27092
27092
|
throw new Error("value cannot be coerced to DataSetOrderingType :" + value);
|
|
27093
27093
|
}
|
|
@@ -27096,7 +27096,7 @@ class UadpWriterGroupMessageDataType extends WriterGroupMessageDataType {
|
|
|
27096
27096
|
}
|
|
27097
27097
|
setNetworkMessageContentMask(value) {
|
|
27098
27098
|
const coercedValue = exports._enumerationUadpNetworkMessageContentMask.get(value);
|
|
27099
|
-
/*
|
|
27099
|
+
/* c8 ignore next */
|
|
27100
27100
|
if (coercedValue === undefined || coercedValue === null) {
|
|
27101
27101
|
throw new Error("value cannot be coerced to UadpNetworkMessageContentMask :" + value);
|
|
27102
27102
|
}
|
|
@@ -27131,7 +27131,7 @@ class Union extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
27131
27131
|
}
|
|
27132
27132
|
const schema = Union.schema;
|
|
27133
27133
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
27134
|
-
/*
|
|
27134
|
+
/* c8 ignore next */
|
|
27135
27135
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
27136
27136
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
27137
27137
|
}
|
|
@@ -27188,7 +27188,7 @@ class UnregisterNodesRequest extends node_opcua_extension_object_1.ExtensionObje
|
|
|
27188
27188
|
}
|
|
27189
27189
|
const schema = UnregisterNodesRequest.schema;
|
|
27190
27190
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
27191
|
-
/*
|
|
27191
|
+
/* c8 ignore next */
|
|
27192
27192
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
27193
27193
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
27194
27194
|
}
|
|
@@ -27243,7 +27243,7 @@ class UnregisterNodesResponse extends node_opcua_extension_object_1.ExtensionObj
|
|
|
27243
27243
|
}
|
|
27244
27244
|
const schema = UnregisterNodesResponse.schema;
|
|
27245
27245
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
27246
|
-
/*
|
|
27246
|
+
/* c8 ignore next */
|
|
27247
27247
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
27248
27248
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
27249
27249
|
}
|
|
@@ -27302,7 +27302,7 @@ class UnsignedRationalNumber extends node_opcua_extension_object_1.ExtensionObje
|
|
|
27302
27302
|
}
|
|
27303
27303
|
const schema = UnsignedRationalNumber.schema;
|
|
27304
27304
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
27305
|
-
/*
|
|
27305
|
+
/* c8 ignore next */
|
|
27306
27306
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
27307
27307
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
27308
27308
|
}
|
|
@@ -27398,7 +27398,7 @@ class UpdateDataDetails extends HistoryUpdateDetails {
|
|
|
27398
27398
|
}
|
|
27399
27399
|
const schema = UpdateDataDetails.schema;
|
|
27400
27400
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
27401
|
-
/*
|
|
27401
|
+
/* c8 ignore next */
|
|
27402
27402
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
27403
27403
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
27404
27404
|
}
|
|
@@ -27422,7 +27422,7 @@ class UpdateDataDetails extends HistoryUpdateDetails {
|
|
|
27422
27422
|
// Define Enumeration setters
|
|
27423
27423
|
setPerformInsertReplace(value) {
|
|
27424
27424
|
const coercedValue = exports._enumerationPerformUpdateType.get(value);
|
|
27425
|
-
/*
|
|
27425
|
+
/* c8 ignore next */
|
|
27426
27426
|
if (coercedValue === undefined || coercedValue === null) {
|
|
27427
27427
|
throw new Error("value cannot be coerced to PerformUpdateType :" + value);
|
|
27428
27428
|
}
|
|
@@ -27488,7 +27488,7 @@ class UpdateEventDetails extends HistoryUpdateDetails {
|
|
|
27488
27488
|
}
|
|
27489
27489
|
const schema = UpdateEventDetails.schema;
|
|
27490
27490
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
27491
|
-
/*
|
|
27491
|
+
/* c8 ignore next */
|
|
27492
27492
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
27493
27493
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
27494
27494
|
}
|
|
@@ -27523,7 +27523,7 @@ class UpdateEventDetails extends HistoryUpdateDetails {
|
|
|
27523
27523
|
// Define Enumeration setters
|
|
27524
27524
|
setPerformInsertReplace(value) {
|
|
27525
27525
|
const coercedValue = exports._enumerationPerformUpdateType.get(value);
|
|
27526
|
-
/*
|
|
27526
|
+
/* c8 ignore next */
|
|
27527
27527
|
if (coercedValue === undefined || coercedValue === null) {
|
|
27528
27528
|
throw new Error("value cannot be coerced to PerformUpdateType :" + value);
|
|
27529
27529
|
}
|
|
@@ -27582,7 +27582,7 @@ class UpdateStructureDataDetails extends HistoryUpdateDetails {
|
|
|
27582
27582
|
}
|
|
27583
27583
|
const schema = UpdateStructureDataDetails.schema;
|
|
27584
27584
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
27585
|
-
/*
|
|
27585
|
+
/* c8 ignore next */
|
|
27586
27586
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
27587
27587
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
27588
27588
|
}
|
|
@@ -27606,7 +27606,7 @@ class UpdateStructureDataDetails extends HistoryUpdateDetails {
|
|
|
27606
27606
|
// Define Enumeration setters
|
|
27607
27607
|
setPerformInsertReplace(value) {
|
|
27608
27608
|
const coercedValue = exports._enumerationPerformUpdateType.get(value);
|
|
27609
|
-
/*
|
|
27609
|
+
/* c8 ignore next */
|
|
27610
27610
|
if (coercedValue === undefined || coercedValue === null) {
|
|
27611
27611
|
throw new Error("value cannot be coerced to PerformUpdateType :" + value);
|
|
27612
27612
|
}
|
|
@@ -27686,7 +27686,7 @@ class UserManagementDataType extends node_opcua_extension_object_1.ExtensionObje
|
|
|
27686
27686
|
}
|
|
27687
27687
|
const schema = UserManagementDataType.schema;
|
|
27688
27688
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
27689
|
-
/*
|
|
27689
|
+
/* c8 ignore next */
|
|
27690
27690
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
27691
27691
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
27692
27692
|
}
|
|
@@ -27710,7 +27710,7 @@ class UserManagementDataType extends node_opcua_extension_object_1.ExtensionObje
|
|
|
27710
27710
|
// Define Enumeration setters
|
|
27711
27711
|
setUserConfiguration(value) {
|
|
27712
27712
|
const coercedValue = exports._enumerationUserConfigurationMask.get(value);
|
|
27713
|
-
/*
|
|
27713
|
+
/* c8 ignore next */
|
|
27714
27714
|
if (coercedValue === undefined || coercedValue === null) {
|
|
27715
27715
|
throw new Error("value cannot be coerced to UserConfigurationMask :" + value);
|
|
27716
27716
|
}
|
|
@@ -27769,7 +27769,7 @@ class UserNameIdentityToken extends UserIdentityToken {
|
|
|
27769
27769
|
}
|
|
27770
27770
|
const schema = UserNameIdentityToken.schema;
|
|
27771
27771
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
27772
|
-
/*
|
|
27772
|
+
/* c8 ignore next */
|
|
27773
27773
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
27774
27774
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
27775
27775
|
}
|
|
@@ -27882,7 +27882,7 @@ class VariableAttributes extends NodeAttributes {
|
|
|
27882
27882
|
}
|
|
27883
27883
|
const schema = VariableAttributes.schema;
|
|
27884
27884
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
27885
|
-
/*
|
|
27885
|
+
/* c8 ignore next */
|
|
27886
27886
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
27887
27887
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
27888
27888
|
}
|
|
@@ -27989,7 +27989,7 @@ class VariableTypeAttributes extends NodeAttributes {
|
|
|
27989
27989
|
}
|
|
27990
27990
|
const schema = VariableTypeAttributes.schema;
|
|
27991
27991
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
27992
|
-
/*
|
|
27992
|
+
/* c8 ignore next */
|
|
27993
27993
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
27994
27994
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
27995
27995
|
}
|
|
@@ -28065,7 +28065,7 @@ class ViewAttributes extends NodeAttributes {
|
|
|
28065
28065
|
}
|
|
28066
28066
|
const schema = ViewAttributes.schema;
|
|
28067
28067
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
28068
|
-
/*
|
|
28068
|
+
/* c8 ignore next */
|
|
28069
28069
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
28070
28070
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
28071
28071
|
}
|
|
@@ -28141,7 +28141,7 @@ class WriteValue extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
28141
28141
|
}
|
|
28142
28142
|
const schema = WriteValue.schema;
|
|
28143
28143
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
28144
|
-
/*
|
|
28144
|
+
/* c8 ignore next */
|
|
28145
28145
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
28146
28146
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
28147
28147
|
}
|
|
@@ -28210,7 +28210,7 @@ class WriteRequest extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
28210
28210
|
}
|
|
28211
28211
|
const schema = WriteRequest.schema;
|
|
28212
28212
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
28213
|
-
/*
|
|
28213
|
+
/* c8 ignore next */
|
|
28214
28214
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
28215
28215
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
28216
28216
|
}
|
|
@@ -28289,7 +28289,7 @@ class WriteResponse extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
28289
28289
|
}
|
|
28290
28290
|
const schema = WriteResponse.schema;
|
|
28291
28291
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
28292
|
-
/*
|
|
28292
|
+
/* c8 ignore next */
|
|
28293
28293
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
28294
28294
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
28295
28295
|
}
|
|
@@ -28348,7 +28348,7 @@ class X509IdentityToken extends UserIdentityToken {
|
|
|
28348
28348
|
}
|
|
28349
28349
|
const schema = X509IdentityToken.schema;
|
|
28350
28350
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
28351
|
-
/*
|
|
28351
|
+
/* c8 ignore next */
|
|
28352
28352
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
28353
28353
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
28354
28354
|
}
|
|
@@ -28407,7 +28407,7 @@ class XVType extends node_opcua_extension_object_1.ExtensionObject {
|
|
|
28407
28407
|
}
|
|
28408
28408
|
const schema = XVType.schema;
|
|
28409
28409
|
options = (schema.constructHook ? schema.constructHook(options) : options) || {};
|
|
28410
|
-
/*
|
|
28410
|
+
/* c8 ignore next */
|
|
28411
28411
|
if (node_opcua_factory_1.parameters.debugSchemaHelper) {
|
|
28412
28412
|
(0, node_opcua_factory_1.check_options_correctness_against_schema)(this, schema, options);
|
|
28413
28413
|
}
|