@sniipwebmaster/biller-service-client-grpcweb 26.5.9713 → 26.5.9736

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.
@@ -38,6 +38,7 @@ goog.exportSymbol('proto.sniipbillerapi.AddOrUpdateBillerNotificationRecipientRe
38
38
  goog.exportSymbol('proto.sniipbillerapi.AddPaymentDetailsRequest', null, global);
39
39
  goog.exportSymbol('proto.sniipbillerapi.AddressRequest', null, global);
40
40
  goog.exportSymbol('proto.sniipbillerapi.AddressResponse', null, global);
41
+ goog.exportSymbol('proto.sniipbillerapi.Age', null, global);
41
42
  goog.exportSymbol('proto.sniipbillerapi.ApplyRevisionRequest', null, global);
42
43
  goog.exportSymbol('proto.sniipbillerapi.AsicDetails', null, global);
43
44
  goog.exportSymbol('proto.sniipbillerapi.AttachmentDetails', null, global);
@@ -110,6 +111,7 @@ goog.exportSymbol('proto.sniipbillerapi.DeleteBillerNotificationRecipientRequest
110
111
  goog.exportSymbol('proto.sniipbillerapi.DeleteBillerRequest', null, global);
111
112
  goog.exportSymbol('proto.sniipbillerapi.DeleteRevisionRequest', null, global);
112
113
  goog.exportSymbol('proto.sniipbillerapi.File', null, global);
114
+ goog.exportSymbol('proto.sniipbillerapi.Finance', null, global);
113
115
  goog.exportSymbol('proto.sniipbillerapi.GetAllBankDetailsRequest', null, global);
114
116
  goog.exportSymbol('proto.sniipbillerapi.GetAllBankDetailsResponse', null, global);
115
117
  goog.exportSymbol('proto.sniipbillerapi.GetAllBillersRequest', null, global);
@@ -163,6 +165,7 @@ goog.exportSymbol('proto.sniipbillerapi.GetSmeBillerRevisionsRequest', null, glo
163
165
  goog.exportSymbol('proto.sniipbillerapi.GetSniipToBpayMigrationConfigBatchRequest', null, global);
164
166
  goog.exportSymbol('proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest', null, global);
165
167
  goog.exportSymbol('proto.sniipbillerapi.GetSniipToBpayMigrationConfigRequest', null, global);
168
+ goog.exportSymbol('proto.sniipbillerapi.IllionAbrDetails', null, global);
166
169
  goog.exportSymbol('proto.sniipbillerapi.IllionAddress', null, global);
167
170
  goog.exportSymbol('proto.sniipbillerapi.IllionData', null, global);
168
171
  goog.exportSymbol('proto.sniipbillerapi.Indicator', null, global);
@@ -174,6 +177,7 @@ goog.exportSymbol('proto.sniipbillerapi.MultipleBillersRequest', null, global);
174
177
  goog.exportSymbol('proto.sniipbillerapi.NotifyCustomerOfRejectedSmeInvoiceRequest', null, global);
175
178
  goog.exportSymbol('proto.sniipbillerapi.NotifyCustomersRequest', null, global);
176
179
  goog.exportSymbol('proto.sniipbillerapi.NotifyCustomersWithBillerConfigIdRequest', null, global);
180
+ goog.exportSymbol('proto.sniipbillerapi.Operations', null, global);
177
181
  goog.exportSymbol('proto.sniipbillerapi.Organisation', null, global);
178
182
  goog.exportSymbol('proto.sniipbillerapi.OrganisationDetails', null, global);
179
183
  goog.exportSymbol('proto.sniipbillerapi.OrganisationsResponse', null, global);
@@ -205,6 +209,7 @@ goog.exportSymbol('proto.sniipbillerapi.SetBillerAddressRequest', null, global);
205
209
  goog.exportSymbol('proto.sniipbillerapi.SetBillerContactDetailsRequest', null, global);
206
210
  goog.exportSymbol('proto.sniipbillerapi.SetBillerCrnNicknameRequest', null, global);
207
211
  goog.exportSymbol('proto.sniipbillerapi.SetInternalBillerCrnNicknameRequest', null, global);
212
+ goog.exportSymbol('proto.sniipbillerapi.SicDetails', null, global);
208
213
  goog.exportSymbol('proto.sniipbillerapi.SmeBiller', null, global);
209
214
  goog.exportSymbol('proto.sniipbillerapi.SmeBillerRevision', null, global);
210
215
  goog.exportSymbol('proto.sniipbillerapi.SmeBillerRevisionsPaginationResponse', null, global);
@@ -4352,6 +4357,111 @@ if (goog.DEBUG && !COMPILED) {
4352
4357
  */
4353
4358
  proto.sniipbillerapi.IllionData.displayName = 'proto.sniipbillerapi.IllionData';
4354
4359
  }
4360
+ /**
4361
+ * Generated by JsPbCodeGenerator.
4362
+ * @param {Array=} opt_data Optional initial data array, typically from a
4363
+ * server response, or constructed directly in Javascript. The array is used
4364
+ * in place and becomes part of the constructed object. It is not cloned.
4365
+ * If no data is provided, the constructed object will be empty, but still
4366
+ * valid.
4367
+ * @extends {jspb.Message}
4368
+ * @constructor
4369
+ */
4370
+ proto.sniipbillerapi.IllionAbrDetails = function(opt_data) {
4371
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
4372
+ };
4373
+ goog.inherits(proto.sniipbillerapi.IllionAbrDetails, jspb.Message);
4374
+ if (goog.DEBUG && !COMPILED) {
4375
+ /**
4376
+ * @public
4377
+ * @override
4378
+ */
4379
+ proto.sniipbillerapi.IllionAbrDetails.displayName = 'proto.sniipbillerapi.IllionAbrDetails';
4380
+ }
4381
+ /**
4382
+ * Generated by JsPbCodeGenerator.
4383
+ * @param {Array=} opt_data Optional initial data array, typically from a
4384
+ * server response, or constructed directly in Javascript. The array is used
4385
+ * in place and becomes part of the constructed object. It is not cloned.
4386
+ * If no data is provided, the constructed object will be empty, but still
4387
+ * valid.
4388
+ * @extends {jspb.Message}
4389
+ * @constructor
4390
+ */
4391
+ proto.sniipbillerapi.SicDetails = function(opt_data) {
4392
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
4393
+ };
4394
+ goog.inherits(proto.sniipbillerapi.SicDetails, jspb.Message);
4395
+ if (goog.DEBUG && !COMPILED) {
4396
+ /**
4397
+ * @public
4398
+ * @override
4399
+ */
4400
+ proto.sniipbillerapi.SicDetails.displayName = 'proto.sniipbillerapi.SicDetails';
4401
+ }
4402
+ /**
4403
+ * Generated by JsPbCodeGenerator.
4404
+ * @param {Array=} opt_data Optional initial data array, typically from a
4405
+ * server response, or constructed directly in Javascript. The array is used
4406
+ * in place and becomes part of the constructed object. It is not cloned.
4407
+ * If no data is provided, the constructed object will be empty, but still
4408
+ * valid.
4409
+ * @extends {jspb.Message}
4410
+ * @constructor
4411
+ */
4412
+ proto.sniipbillerapi.Age = function(opt_data) {
4413
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
4414
+ };
4415
+ goog.inherits(proto.sniipbillerapi.Age, jspb.Message);
4416
+ if (goog.DEBUG && !COMPILED) {
4417
+ /**
4418
+ * @public
4419
+ * @override
4420
+ */
4421
+ proto.sniipbillerapi.Age.displayName = 'proto.sniipbillerapi.Age';
4422
+ }
4423
+ /**
4424
+ * Generated by JsPbCodeGenerator.
4425
+ * @param {Array=} opt_data Optional initial data array, typically from a
4426
+ * server response, or constructed directly in Javascript. The array is used
4427
+ * in place and becomes part of the constructed object. It is not cloned.
4428
+ * If no data is provided, the constructed object will be empty, but still
4429
+ * valid.
4430
+ * @extends {jspb.Message}
4431
+ * @constructor
4432
+ */
4433
+ proto.sniipbillerapi.Operations = function(opt_data) {
4434
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
4435
+ };
4436
+ goog.inherits(proto.sniipbillerapi.Operations, jspb.Message);
4437
+ if (goog.DEBUG && !COMPILED) {
4438
+ /**
4439
+ * @public
4440
+ * @override
4441
+ */
4442
+ proto.sniipbillerapi.Operations.displayName = 'proto.sniipbillerapi.Operations';
4443
+ }
4444
+ /**
4445
+ * Generated by JsPbCodeGenerator.
4446
+ * @param {Array=} opt_data Optional initial data array, typically from a
4447
+ * server response, or constructed directly in Javascript. The array is used
4448
+ * in place and becomes part of the constructed object. It is not cloned.
4449
+ * If no data is provided, the constructed object will be empty, but still
4450
+ * valid.
4451
+ * @extends {jspb.Message}
4452
+ * @constructor
4453
+ */
4454
+ proto.sniipbillerapi.Finance = function(opt_data) {
4455
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
4456
+ };
4457
+ goog.inherits(proto.sniipbillerapi.Finance, jspb.Message);
4458
+ if (goog.DEBUG && !COMPILED) {
4459
+ /**
4460
+ * @public
4461
+ * @override
4462
+ */
4463
+ proto.sniipbillerapi.Finance.displayName = 'proto.sniipbillerapi.Finance';
4464
+ }
4355
4465
  /**
4356
4466
  * Generated by JsPbCodeGenerator.
4357
4467
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -51655,7 +51765,14 @@ proto.sniipbillerapi.IllionData.toObject = function(includeInstance, msg) {
51655
51765
  indicator: (f = msg.getIndicator()) && proto.sniipbillerapi.Indicator.toObject(includeInstance, f),
51656
51766
  productcode: jspb.Message.getFieldWithDefault(msg, 15, ""),
51657
51767
  customerreference: jspb.Message.getFieldWithDefault(msg, 16, ""),
51658
- internalreference: jspb.Message.getFieldWithDefault(msg, 17, "")
51768
+ internalreference: jspb.Message.getFieldWithDefault(msg, 17, ""),
51769
+ apacid: jspb.Message.getFieldWithDefault(msg, 18, 0),
51770
+ abrdetails: (f = msg.getAbrdetails()) && proto.sniipbillerapi.IllionAbrDetails.toObject(includeInstance, f),
51771
+ primarysic: (f = msg.getPrimarysic()) && proto.sniipbillerapi.SicDetails.toObject(includeInstance, f),
51772
+ anzsic: (f = msg.getAnzsic()) && proto.sniipbillerapi.SicDetails.toObject(includeInstance, f),
51773
+ age: (f = msg.getAge()) && proto.sniipbillerapi.Age.toObject(includeInstance, f),
51774
+ operations: (f = msg.getOperations()) && proto.sniipbillerapi.Operations.toObject(includeInstance, f),
51775
+ finance: (f = msg.getFinance()) && proto.sniipbillerapi.Finance.toObject(includeInstance, f)
51659
51776
  };
51660
51777
 
51661
51778
  if (includeInstance) {
@@ -51764,6 +51881,40 @@ proto.sniipbillerapi.IllionData.deserializeBinaryFromReader = function(msg, read
51764
51881
  var value = /** @type {string} */ (reader.readString());
51765
51882
  msg.setInternalreference(value);
51766
51883
  break;
51884
+ case 18:
51885
+ var value = /** @type {number} */ (reader.readInt32());
51886
+ msg.setApacid(value);
51887
+ break;
51888
+ case 19:
51889
+ var value = new proto.sniipbillerapi.IllionAbrDetails;
51890
+ reader.readMessage(value,proto.sniipbillerapi.IllionAbrDetails.deserializeBinaryFromReader);
51891
+ msg.setAbrdetails(value);
51892
+ break;
51893
+ case 20:
51894
+ var value = new proto.sniipbillerapi.SicDetails;
51895
+ reader.readMessage(value,proto.sniipbillerapi.SicDetails.deserializeBinaryFromReader);
51896
+ msg.setPrimarysic(value);
51897
+ break;
51898
+ case 21:
51899
+ var value = new proto.sniipbillerapi.SicDetails;
51900
+ reader.readMessage(value,proto.sniipbillerapi.SicDetails.deserializeBinaryFromReader);
51901
+ msg.setAnzsic(value);
51902
+ break;
51903
+ case 22:
51904
+ var value = new proto.sniipbillerapi.Age;
51905
+ reader.readMessage(value,proto.sniipbillerapi.Age.deserializeBinaryFromReader);
51906
+ msg.setAge(value);
51907
+ break;
51908
+ case 23:
51909
+ var value = new proto.sniipbillerapi.Operations;
51910
+ reader.readMessage(value,proto.sniipbillerapi.Operations.deserializeBinaryFromReader);
51911
+ msg.setOperations(value);
51912
+ break;
51913
+ case 24:
51914
+ var value = new proto.sniipbillerapi.Finance;
51915
+ reader.readMessage(value,proto.sniipbillerapi.Finance.deserializeBinaryFromReader);
51916
+ msg.setFinance(value);
51917
+ break;
51767
51918
  default:
51768
51919
  reader.skipField();
51769
51920
  break;
@@ -51916,6 +52067,61 @@ proto.sniipbillerapi.IllionData.serializeBinaryToWriter = function(message, writ
51916
52067
  f
51917
52068
  );
51918
52069
  }
52070
+ f = message.getApacid();
52071
+ if (f !== 0) {
52072
+ writer.writeInt32(
52073
+ 18,
52074
+ f
52075
+ );
52076
+ }
52077
+ f = message.getAbrdetails();
52078
+ if (f != null) {
52079
+ writer.writeMessage(
52080
+ 19,
52081
+ f,
52082
+ proto.sniipbillerapi.IllionAbrDetails.serializeBinaryToWriter
52083
+ );
52084
+ }
52085
+ f = message.getPrimarysic();
52086
+ if (f != null) {
52087
+ writer.writeMessage(
52088
+ 20,
52089
+ f,
52090
+ proto.sniipbillerapi.SicDetails.serializeBinaryToWriter
52091
+ );
52092
+ }
52093
+ f = message.getAnzsic();
52094
+ if (f != null) {
52095
+ writer.writeMessage(
52096
+ 21,
52097
+ f,
52098
+ proto.sniipbillerapi.SicDetails.serializeBinaryToWriter
52099
+ );
52100
+ }
52101
+ f = message.getAge();
52102
+ if (f != null) {
52103
+ writer.writeMessage(
52104
+ 22,
52105
+ f,
52106
+ proto.sniipbillerapi.Age.serializeBinaryToWriter
52107
+ );
52108
+ }
52109
+ f = message.getOperations();
52110
+ if (f != null) {
52111
+ writer.writeMessage(
52112
+ 23,
52113
+ f,
52114
+ proto.sniipbillerapi.Operations.serializeBinaryToWriter
52115
+ );
52116
+ }
52117
+ f = message.getFinance();
52118
+ if (f != null) {
52119
+ writer.writeMessage(
52120
+ 24,
52121
+ f,
52122
+ proto.sniipbillerapi.Finance.serializeBinaryToWriter
52123
+ );
52124
+ }
51919
52125
  };
51920
52126
 
51921
52127
 
@@ -52302,6 +52508,1286 @@ proto.sniipbillerapi.IllionData.prototype.setInternalreference = function(value)
52302
52508
  };
52303
52509
 
52304
52510
 
52511
+ /**
52512
+ * optional int32 apacId = 18;
52513
+ * @return {number}
52514
+ */
52515
+ proto.sniipbillerapi.IllionData.prototype.getApacid = function() {
52516
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 18, 0));
52517
+ };
52518
+
52519
+
52520
+ /**
52521
+ * @param {number} value
52522
+ * @return {!proto.sniipbillerapi.IllionData} returns this
52523
+ */
52524
+ proto.sniipbillerapi.IllionData.prototype.setApacid = function(value) {
52525
+ return jspb.Message.setProto3IntField(this, 18, value);
52526
+ };
52527
+
52528
+
52529
+ /**
52530
+ * optional IllionAbrDetails abrDetails = 19;
52531
+ * @return {?proto.sniipbillerapi.IllionAbrDetails}
52532
+ */
52533
+ proto.sniipbillerapi.IllionData.prototype.getAbrdetails = function() {
52534
+ return /** @type{?proto.sniipbillerapi.IllionAbrDetails} */ (
52535
+ jspb.Message.getWrapperField(this, proto.sniipbillerapi.IllionAbrDetails, 19));
52536
+ };
52537
+
52538
+
52539
+ /**
52540
+ * @param {?proto.sniipbillerapi.IllionAbrDetails|undefined} value
52541
+ * @return {!proto.sniipbillerapi.IllionData} returns this
52542
+ */
52543
+ proto.sniipbillerapi.IllionData.prototype.setAbrdetails = function(value) {
52544
+ return jspb.Message.setWrapperField(this, 19, value);
52545
+ };
52546
+
52547
+
52548
+ /**
52549
+ * Clears the message field making it undefined.
52550
+ * @return {!proto.sniipbillerapi.IllionData} returns this
52551
+ */
52552
+ proto.sniipbillerapi.IllionData.prototype.clearAbrdetails = function() {
52553
+ return this.setAbrdetails(undefined);
52554
+ };
52555
+
52556
+
52557
+ /**
52558
+ * Returns whether this field is set.
52559
+ * @return {boolean}
52560
+ */
52561
+ proto.sniipbillerapi.IllionData.prototype.hasAbrdetails = function() {
52562
+ return jspb.Message.getField(this, 19) != null;
52563
+ };
52564
+
52565
+
52566
+ /**
52567
+ * optional SicDetails primarySic = 20;
52568
+ * @return {?proto.sniipbillerapi.SicDetails}
52569
+ */
52570
+ proto.sniipbillerapi.IllionData.prototype.getPrimarysic = function() {
52571
+ return /** @type{?proto.sniipbillerapi.SicDetails} */ (
52572
+ jspb.Message.getWrapperField(this, proto.sniipbillerapi.SicDetails, 20));
52573
+ };
52574
+
52575
+
52576
+ /**
52577
+ * @param {?proto.sniipbillerapi.SicDetails|undefined} value
52578
+ * @return {!proto.sniipbillerapi.IllionData} returns this
52579
+ */
52580
+ proto.sniipbillerapi.IllionData.prototype.setPrimarysic = function(value) {
52581
+ return jspb.Message.setWrapperField(this, 20, value);
52582
+ };
52583
+
52584
+
52585
+ /**
52586
+ * Clears the message field making it undefined.
52587
+ * @return {!proto.sniipbillerapi.IllionData} returns this
52588
+ */
52589
+ proto.sniipbillerapi.IllionData.prototype.clearPrimarysic = function() {
52590
+ return this.setPrimarysic(undefined);
52591
+ };
52592
+
52593
+
52594
+ /**
52595
+ * Returns whether this field is set.
52596
+ * @return {boolean}
52597
+ */
52598
+ proto.sniipbillerapi.IllionData.prototype.hasPrimarysic = function() {
52599
+ return jspb.Message.getField(this, 20) != null;
52600
+ };
52601
+
52602
+
52603
+ /**
52604
+ * optional SicDetails anzSic = 21;
52605
+ * @return {?proto.sniipbillerapi.SicDetails}
52606
+ */
52607
+ proto.sniipbillerapi.IllionData.prototype.getAnzsic = function() {
52608
+ return /** @type{?proto.sniipbillerapi.SicDetails} */ (
52609
+ jspb.Message.getWrapperField(this, proto.sniipbillerapi.SicDetails, 21));
52610
+ };
52611
+
52612
+
52613
+ /**
52614
+ * @param {?proto.sniipbillerapi.SicDetails|undefined} value
52615
+ * @return {!proto.sniipbillerapi.IllionData} returns this
52616
+ */
52617
+ proto.sniipbillerapi.IllionData.prototype.setAnzsic = function(value) {
52618
+ return jspb.Message.setWrapperField(this, 21, value);
52619
+ };
52620
+
52621
+
52622
+ /**
52623
+ * Clears the message field making it undefined.
52624
+ * @return {!proto.sniipbillerapi.IllionData} returns this
52625
+ */
52626
+ proto.sniipbillerapi.IllionData.prototype.clearAnzsic = function() {
52627
+ return this.setAnzsic(undefined);
52628
+ };
52629
+
52630
+
52631
+ /**
52632
+ * Returns whether this field is set.
52633
+ * @return {boolean}
52634
+ */
52635
+ proto.sniipbillerapi.IllionData.prototype.hasAnzsic = function() {
52636
+ return jspb.Message.getField(this, 21) != null;
52637
+ };
52638
+
52639
+
52640
+ /**
52641
+ * optional Age age = 22;
52642
+ * @return {?proto.sniipbillerapi.Age}
52643
+ */
52644
+ proto.sniipbillerapi.IllionData.prototype.getAge = function() {
52645
+ return /** @type{?proto.sniipbillerapi.Age} */ (
52646
+ jspb.Message.getWrapperField(this, proto.sniipbillerapi.Age, 22));
52647
+ };
52648
+
52649
+
52650
+ /**
52651
+ * @param {?proto.sniipbillerapi.Age|undefined} value
52652
+ * @return {!proto.sniipbillerapi.IllionData} returns this
52653
+ */
52654
+ proto.sniipbillerapi.IllionData.prototype.setAge = function(value) {
52655
+ return jspb.Message.setWrapperField(this, 22, value);
52656
+ };
52657
+
52658
+
52659
+ /**
52660
+ * Clears the message field making it undefined.
52661
+ * @return {!proto.sniipbillerapi.IllionData} returns this
52662
+ */
52663
+ proto.sniipbillerapi.IllionData.prototype.clearAge = function() {
52664
+ return this.setAge(undefined);
52665
+ };
52666
+
52667
+
52668
+ /**
52669
+ * Returns whether this field is set.
52670
+ * @return {boolean}
52671
+ */
52672
+ proto.sniipbillerapi.IllionData.prototype.hasAge = function() {
52673
+ return jspb.Message.getField(this, 22) != null;
52674
+ };
52675
+
52676
+
52677
+ /**
52678
+ * optional Operations operations = 23;
52679
+ * @return {?proto.sniipbillerapi.Operations}
52680
+ */
52681
+ proto.sniipbillerapi.IllionData.prototype.getOperations = function() {
52682
+ return /** @type{?proto.sniipbillerapi.Operations} */ (
52683
+ jspb.Message.getWrapperField(this, proto.sniipbillerapi.Operations, 23));
52684
+ };
52685
+
52686
+
52687
+ /**
52688
+ * @param {?proto.sniipbillerapi.Operations|undefined} value
52689
+ * @return {!proto.sniipbillerapi.IllionData} returns this
52690
+ */
52691
+ proto.sniipbillerapi.IllionData.prototype.setOperations = function(value) {
52692
+ return jspb.Message.setWrapperField(this, 23, value);
52693
+ };
52694
+
52695
+
52696
+ /**
52697
+ * Clears the message field making it undefined.
52698
+ * @return {!proto.sniipbillerapi.IllionData} returns this
52699
+ */
52700
+ proto.sniipbillerapi.IllionData.prototype.clearOperations = function() {
52701
+ return this.setOperations(undefined);
52702
+ };
52703
+
52704
+
52705
+ /**
52706
+ * Returns whether this field is set.
52707
+ * @return {boolean}
52708
+ */
52709
+ proto.sniipbillerapi.IllionData.prototype.hasOperations = function() {
52710
+ return jspb.Message.getField(this, 23) != null;
52711
+ };
52712
+
52713
+
52714
+ /**
52715
+ * optional Finance finance = 24;
52716
+ * @return {?proto.sniipbillerapi.Finance}
52717
+ */
52718
+ proto.sniipbillerapi.IllionData.prototype.getFinance = function() {
52719
+ return /** @type{?proto.sniipbillerapi.Finance} */ (
52720
+ jspb.Message.getWrapperField(this, proto.sniipbillerapi.Finance, 24));
52721
+ };
52722
+
52723
+
52724
+ /**
52725
+ * @param {?proto.sniipbillerapi.Finance|undefined} value
52726
+ * @return {!proto.sniipbillerapi.IllionData} returns this
52727
+ */
52728
+ proto.sniipbillerapi.IllionData.prototype.setFinance = function(value) {
52729
+ return jspb.Message.setWrapperField(this, 24, value);
52730
+ };
52731
+
52732
+
52733
+ /**
52734
+ * Clears the message field making it undefined.
52735
+ * @return {!proto.sniipbillerapi.IllionData} returns this
52736
+ */
52737
+ proto.sniipbillerapi.IllionData.prototype.clearFinance = function() {
52738
+ return this.setFinance(undefined);
52739
+ };
52740
+
52741
+
52742
+ /**
52743
+ * Returns whether this field is set.
52744
+ * @return {boolean}
52745
+ */
52746
+ proto.sniipbillerapi.IllionData.prototype.hasFinance = function() {
52747
+ return jspb.Message.getField(this, 24) != null;
52748
+ };
52749
+
52750
+
52751
+
52752
+
52753
+
52754
+ if (jspb.Message.GENERATE_TO_OBJECT) {
52755
+ /**
52756
+ * Creates an object representation of this proto.
52757
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
52758
+ * Optional fields that are not set will be set to undefined.
52759
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
52760
+ * For the list of reserved names please see:
52761
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
52762
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
52763
+ * JSPB instance for transitional soy proto support:
52764
+ * http://goto/soy-param-migration
52765
+ * @return {!Object}
52766
+ */
52767
+ proto.sniipbillerapi.IllionAbrDetails.prototype.toObject = function(opt_includeInstance) {
52768
+ return proto.sniipbillerapi.IllionAbrDetails.toObject(opt_includeInstance, this);
52769
+ };
52770
+
52771
+
52772
+ /**
52773
+ * Static version of the {@see toObject} method.
52774
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
52775
+ * the JSPB instance for transitional soy proto support:
52776
+ * http://goto/soy-param-migration
52777
+ * @param {!proto.sniipbillerapi.IllionAbrDetails} msg The msg instance to transform.
52778
+ * @return {!Object}
52779
+ * @suppress {unusedLocalVariables} f is only used for nested messages
52780
+ */
52781
+ proto.sniipbillerapi.IllionAbrDetails.toObject = function(includeInstance, msg) {
52782
+ var f, obj = {
52783
+ abn: jspb.Message.getFieldWithDefault(msg, 1, ""),
52784
+ status: jspb.Message.getFieldWithDefault(msg, 2, ""),
52785
+ type: jspb.Message.getFieldWithDefault(msg, 3, "")
52786
+ };
52787
+
52788
+ if (includeInstance) {
52789
+ obj.$jspbMessageInstance = msg;
52790
+ }
52791
+ return obj;
52792
+ };
52793
+ }
52794
+
52795
+
52796
+ /**
52797
+ * Deserializes binary data (in protobuf wire format).
52798
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
52799
+ * @return {!proto.sniipbillerapi.IllionAbrDetails}
52800
+ */
52801
+ proto.sniipbillerapi.IllionAbrDetails.deserializeBinary = function(bytes) {
52802
+ var reader = new jspb.BinaryReader(bytes);
52803
+ var msg = new proto.sniipbillerapi.IllionAbrDetails;
52804
+ return proto.sniipbillerapi.IllionAbrDetails.deserializeBinaryFromReader(msg, reader);
52805
+ };
52806
+
52807
+
52808
+ /**
52809
+ * Deserializes binary data (in protobuf wire format) from the
52810
+ * given reader into the given message object.
52811
+ * @param {!proto.sniipbillerapi.IllionAbrDetails} msg The message object to deserialize into.
52812
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
52813
+ * @return {!proto.sniipbillerapi.IllionAbrDetails}
52814
+ */
52815
+ proto.sniipbillerapi.IllionAbrDetails.deserializeBinaryFromReader = function(msg, reader) {
52816
+ while (reader.nextField()) {
52817
+ if (reader.isEndGroup()) {
52818
+ break;
52819
+ }
52820
+ var field = reader.getFieldNumber();
52821
+ switch (field) {
52822
+ case 1:
52823
+ var value = /** @type {string} */ (reader.readString());
52824
+ msg.setAbn(value);
52825
+ break;
52826
+ case 2:
52827
+ var value = /** @type {string} */ (reader.readString());
52828
+ msg.setStatus(value);
52829
+ break;
52830
+ case 3:
52831
+ var value = /** @type {string} */ (reader.readString());
52832
+ msg.setType(value);
52833
+ break;
52834
+ default:
52835
+ reader.skipField();
52836
+ break;
52837
+ }
52838
+ }
52839
+ return msg;
52840
+ };
52841
+
52842
+
52843
+ /**
52844
+ * Serializes the message to binary data (in protobuf wire format).
52845
+ * @return {!Uint8Array}
52846
+ */
52847
+ proto.sniipbillerapi.IllionAbrDetails.prototype.serializeBinary = function() {
52848
+ var writer = new jspb.BinaryWriter();
52849
+ proto.sniipbillerapi.IllionAbrDetails.serializeBinaryToWriter(this, writer);
52850
+ return writer.getResultBuffer();
52851
+ };
52852
+
52853
+
52854
+ /**
52855
+ * Serializes the given message to binary data (in protobuf wire
52856
+ * format), writing to the given BinaryWriter.
52857
+ * @param {!proto.sniipbillerapi.IllionAbrDetails} message
52858
+ * @param {!jspb.BinaryWriter} writer
52859
+ * @suppress {unusedLocalVariables} f is only used for nested messages
52860
+ */
52861
+ proto.sniipbillerapi.IllionAbrDetails.serializeBinaryToWriter = function(message, writer) {
52862
+ var f = undefined;
52863
+ f = message.getAbn();
52864
+ if (f.length > 0) {
52865
+ writer.writeString(
52866
+ 1,
52867
+ f
52868
+ );
52869
+ }
52870
+ f = message.getStatus();
52871
+ if (f.length > 0) {
52872
+ writer.writeString(
52873
+ 2,
52874
+ f
52875
+ );
52876
+ }
52877
+ f = message.getType();
52878
+ if (f.length > 0) {
52879
+ writer.writeString(
52880
+ 3,
52881
+ f
52882
+ );
52883
+ }
52884
+ };
52885
+
52886
+
52887
+ /**
52888
+ * optional string abn = 1;
52889
+ * @return {string}
52890
+ */
52891
+ proto.sniipbillerapi.IllionAbrDetails.prototype.getAbn = function() {
52892
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
52893
+ };
52894
+
52895
+
52896
+ /**
52897
+ * @param {string} value
52898
+ * @return {!proto.sniipbillerapi.IllionAbrDetails} returns this
52899
+ */
52900
+ proto.sniipbillerapi.IllionAbrDetails.prototype.setAbn = function(value) {
52901
+ return jspb.Message.setProto3StringField(this, 1, value);
52902
+ };
52903
+
52904
+
52905
+ /**
52906
+ * optional string status = 2;
52907
+ * @return {string}
52908
+ */
52909
+ proto.sniipbillerapi.IllionAbrDetails.prototype.getStatus = function() {
52910
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
52911
+ };
52912
+
52913
+
52914
+ /**
52915
+ * @param {string} value
52916
+ * @return {!proto.sniipbillerapi.IllionAbrDetails} returns this
52917
+ */
52918
+ proto.sniipbillerapi.IllionAbrDetails.prototype.setStatus = function(value) {
52919
+ return jspb.Message.setProto3StringField(this, 2, value);
52920
+ };
52921
+
52922
+
52923
+ /**
52924
+ * optional string type = 3;
52925
+ * @return {string}
52926
+ */
52927
+ proto.sniipbillerapi.IllionAbrDetails.prototype.getType = function() {
52928
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
52929
+ };
52930
+
52931
+
52932
+ /**
52933
+ * @param {string} value
52934
+ * @return {!proto.sniipbillerapi.IllionAbrDetails} returns this
52935
+ */
52936
+ proto.sniipbillerapi.IllionAbrDetails.prototype.setType = function(value) {
52937
+ return jspb.Message.setProto3StringField(this, 3, value);
52938
+ };
52939
+
52940
+
52941
+
52942
+
52943
+
52944
+ if (jspb.Message.GENERATE_TO_OBJECT) {
52945
+ /**
52946
+ * Creates an object representation of this proto.
52947
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
52948
+ * Optional fields that are not set will be set to undefined.
52949
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
52950
+ * For the list of reserved names please see:
52951
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
52952
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
52953
+ * JSPB instance for transitional soy proto support:
52954
+ * http://goto/soy-param-migration
52955
+ * @return {!Object}
52956
+ */
52957
+ proto.sniipbillerapi.SicDetails.prototype.toObject = function(opt_includeInstance) {
52958
+ return proto.sniipbillerapi.SicDetails.toObject(opt_includeInstance, this);
52959
+ };
52960
+
52961
+
52962
+ /**
52963
+ * Static version of the {@see toObject} method.
52964
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
52965
+ * the JSPB instance for transitional soy proto support:
52966
+ * http://goto/soy-param-migration
52967
+ * @param {!proto.sniipbillerapi.SicDetails} msg The msg instance to transform.
52968
+ * @return {!Object}
52969
+ * @suppress {unusedLocalVariables} f is only used for nested messages
52970
+ */
52971
+ proto.sniipbillerapi.SicDetails.toObject = function(includeInstance, msg) {
52972
+ var f, obj = {
52973
+ industry: jspb.Message.getFieldWithDefault(msg, 1, ""),
52974
+ industrydescription: jspb.Message.getFieldWithDefault(msg, 2, ""),
52975
+ division: jspb.Message.getFieldWithDefault(msg, 3, ""),
52976
+ divisiondescription: jspb.Message.getFieldWithDefault(msg, 4, ""),
52977
+ majorgroup: jspb.Message.getFieldWithDefault(msg, 5, ""),
52978
+ majorgroupdescription: jspb.Message.getFieldWithDefault(msg, 6, ""),
52979
+ industrygroup: jspb.Message.getFieldWithDefault(msg, 7, ""),
52980
+ industrygroupdescription: jspb.Message.getFieldWithDefault(msg, 8, "")
52981
+ };
52982
+
52983
+ if (includeInstance) {
52984
+ obj.$jspbMessageInstance = msg;
52985
+ }
52986
+ return obj;
52987
+ };
52988
+ }
52989
+
52990
+
52991
+ /**
52992
+ * Deserializes binary data (in protobuf wire format).
52993
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
52994
+ * @return {!proto.sniipbillerapi.SicDetails}
52995
+ */
52996
+ proto.sniipbillerapi.SicDetails.deserializeBinary = function(bytes) {
52997
+ var reader = new jspb.BinaryReader(bytes);
52998
+ var msg = new proto.sniipbillerapi.SicDetails;
52999
+ return proto.sniipbillerapi.SicDetails.deserializeBinaryFromReader(msg, reader);
53000
+ };
53001
+
53002
+
53003
+ /**
53004
+ * Deserializes binary data (in protobuf wire format) from the
53005
+ * given reader into the given message object.
53006
+ * @param {!proto.sniipbillerapi.SicDetails} msg The message object to deserialize into.
53007
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
53008
+ * @return {!proto.sniipbillerapi.SicDetails}
53009
+ */
53010
+ proto.sniipbillerapi.SicDetails.deserializeBinaryFromReader = function(msg, reader) {
53011
+ while (reader.nextField()) {
53012
+ if (reader.isEndGroup()) {
53013
+ break;
53014
+ }
53015
+ var field = reader.getFieldNumber();
53016
+ switch (field) {
53017
+ case 1:
53018
+ var value = /** @type {string} */ (reader.readString());
53019
+ msg.setIndustry(value);
53020
+ break;
53021
+ case 2:
53022
+ var value = /** @type {string} */ (reader.readString());
53023
+ msg.setIndustrydescription(value);
53024
+ break;
53025
+ case 3:
53026
+ var value = /** @type {string} */ (reader.readString());
53027
+ msg.setDivision(value);
53028
+ break;
53029
+ case 4:
53030
+ var value = /** @type {string} */ (reader.readString());
53031
+ msg.setDivisiondescription(value);
53032
+ break;
53033
+ case 5:
53034
+ var value = /** @type {string} */ (reader.readString());
53035
+ msg.setMajorgroup(value);
53036
+ break;
53037
+ case 6:
53038
+ var value = /** @type {string} */ (reader.readString());
53039
+ msg.setMajorgroupdescription(value);
53040
+ break;
53041
+ case 7:
53042
+ var value = /** @type {string} */ (reader.readString());
53043
+ msg.setIndustrygroup(value);
53044
+ break;
53045
+ case 8:
53046
+ var value = /** @type {string} */ (reader.readString());
53047
+ msg.setIndustrygroupdescription(value);
53048
+ break;
53049
+ default:
53050
+ reader.skipField();
53051
+ break;
53052
+ }
53053
+ }
53054
+ return msg;
53055
+ };
53056
+
53057
+
53058
+ /**
53059
+ * Serializes the message to binary data (in protobuf wire format).
53060
+ * @return {!Uint8Array}
53061
+ */
53062
+ proto.sniipbillerapi.SicDetails.prototype.serializeBinary = function() {
53063
+ var writer = new jspb.BinaryWriter();
53064
+ proto.sniipbillerapi.SicDetails.serializeBinaryToWriter(this, writer);
53065
+ return writer.getResultBuffer();
53066
+ };
53067
+
53068
+
53069
+ /**
53070
+ * Serializes the given message to binary data (in protobuf wire
53071
+ * format), writing to the given BinaryWriter.
53072
+ * @param {!proto.sniipbillerapi.SicDetails} message
53073
+ * @param {!jspb.BinaryWriter} writer
53074
+ * @suppress {unusedLocalVariables} f is only used for nested messages
53075
+ */
53076
+ proto.sniipbillerapi.SicDetails.serializeBinaryToWriter = function(message, writer) {
53077
+ var f = undefined;
53078
+ f = message.getIndustry();
53079
+ if (f.length > 0) {
53080
+ writer.writeString(
53081
+ 1,
53082
+ f
53083
+ );
53084
+ }
53085
+ f = message.getIndustrydescription();
53086
+ if (f.length > 0) {
53087
+ writer.writeString(
53088
+ 2,
53089
+ f
53090
+ );
53091
+ }
53092
+ f = message.getDivision();
53093
+ if (f.length > 0) {
53094
+ writer.writeString(
53095
+ 3,
53096
+ f
53097
+ );
53098
+ }
53099
+ f = message.getDivisiondescription();
53100
+ if (f.length > 0) {
53101
+ writer.writeString(
53102
+ 4,
53103
+ f
53104
+ );
53105
+ }
53106
+ f = message.getMajorgroup();
53107
+ if (f.length > 0) {
53108
+ writer.writeString(
53109
+ 5,
53110
+ f
53111
+ );
53112
+ }
53113
+ f = message.getMajorgroupdescription();
53114
+ if (f.length > 0) {
53115
+ writer.writeString(
53116
+ 6,
53117
+ f
53118
+ );
53119
+ }
53120
+ f = message.getIndustrygroup();
53121
+ if (f.length > 0) {
53122
+ writer.writeString(
53123
+ 7,
53124
+ f
53125
+ );
53126
+ }
53127
+ f = message.getIndustrygroupdescription();
53128
+ if (f.length > 0) {
53129
+ writer.writeString(
53130
+ 8,
53131
+ f
53132
+ );
53133
+ }
53134
+ };
53135
+
53136
+
53137
+ /**
53138
+ * optional string industry = 1;
53139
+ * @return {string}
53140
+ */
53141
+ proto.sniipbillerapi.SicDetails.prototype.getIndustry = function() {
53142
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
53143
+ };
53144
+
53145
+
53146
+ /**
53147
+ * @param {string} value
53148
+ * @return {!proto.sniipbillerapi.SicDetails} returns this
53149
+ */
53150
+ proto.sniipbillerapi.SicDetails.prototype.setIndustry = function(value) {
53151
+ return jspb.Message.setProto3StringField(this, 1, value);
53152
+ };
53153
+
53154
+
53155
+ /**
53156
+ * optional string industryDescription = 2;
53157
+ * @return {string}
53158
+ */
53159
+ proto.sniipbillerapi.SicDetails.prototype.getIndustrydescription = function() {
53160
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
53161
+ };
53162
+
53163
+
53164
+ /**
53165
+ * @param {string} value
53166
+ * @return {!proto.sniipbillerapi.SicDetails} returns this
53167
+ */
53168
+ proto.sniipbillerapi.SicDetails.prototype.setIndustrydescription = function(value) {
53169
+ return jspb.Message.setProto3StringField(this, 2, value);
53170
+ };
53171
+
53172
+
53173
+ /**
53174
+ * optional string division = 3;
53175
+ * @return {string}
53176
+ */
53177
+ proto.sniipbillerapi.SicDetails.prototype.getDivision = function() {
53178
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
53179
+ };
53180
+
53181
+
53182
+ /**
53183
+ * @param {string} value
53184
+ * @return {!proto.sniipbillerapi.SicDetails} returns this
53185
+ */
53186
+ proto.sniipbillerapi.SicDetails.prototype.setDivision = function(value) {
53187
+ return jspb.Message.setProto3StringField(this, 3, value);
53188
+ };
53189
+
53190
+
53191
+ /**
53192
+ * optional string divisionDescription = 4;
53193
+ * @return {string}
53194
+ */
53195
+ proto.sniipbillerapi.SicDetails.prototype.getDivisiondescription = function() {
53196
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
53197
+ };
53198
+
53199
+
53200
+ /**
53201
+ * @param {string} value
53202
+ * @return {!proto.sniipbillerapi.SicDetails} returns this
53203
+ */
53204
+ proto.sniipbillerapi.SicDetails.prototype.setDivisiondescription = function(value) {
53205
+ return jspb.Message.setProto3StringField(this, 4, value);
53206
+ };
53207
+
53208
+
53209
+ /**
53210
+ * optional string majorGroup = 5;
53211
+ * @return {string}
53212
+ */
53213
+ proto.sniipbillerapi.SicDetails.prototype.getMajorgroup = function() {
53214
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
53215
+ };
53216
+
53217
+
53218
+ /**
53219
+ * @param {string} value
53220
+ * @return {!proto.sniipbillerapi.SicDetails} returns this
53221
+ */
53222
+ proto.sniipbillerapi.SicDetails.prototype.setMajorgroup = function(value) {
53223
+ return jspb.Message.setProto3StringField(this, 5, value);
53224
+ };
53225
+
53226
+
53227
+ /**
53228
+ * optional string majorGroupDescription = 6;
53229
+ * @return {string}
53230
+ */
53231
+ proto.sniipbillerapi.SicDetails.prototype.getMajorgroupdescription = function() {
53232
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
53233
+ };
53234
+
53235
+
53236
+ /**
53237
+ * @param {string} value
53238
+ * @return {!proto.sniipbillerapi.SicDetails} returns this
53239
+ */
53240
+ proto.sniipbillerapi.SicDetails.prototype.setMajorgroupdescription = function(value) {
53241
+ return jspb.Message.setProto3StringField(this, 6, value);
53242
+ };
53243
+
53244
+
53245
+ /**
53246
+ * optional string industryGroup = 7;
53247
+ * @return {string}
53248
+ */
53249
+ proto.sniipbillerapi.SicDetails.prototype.getIndustrygroup = function() {
53250
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
53251
+ };
53252
+
53253
+
53254
+ /**
53255
+ * @param {string} value
53256
+ * @return {!proto.sniipbillerapi.SicDetails} returns this
53257
+ */
53258
+ proto.sniipbillerapi.SicDetails.prototype.setIndustrygroup = function(value) {
53259
+ return jspb.Message.setProto3StringField(this, 7, value);
53260
+ };
53261
+
53262
+
53263
+ /**
53264
+ * optional string industryGroupDescription = 8;
53265
+ * @return {string}
53266
+ */
53267
+ proto.sniipbillerapi.SicDetails.prototype.getIndustrygroupdescription = function() {
53268
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
53269
+ };
53270
+
53271
+
53272
+ /**
53273
+ * @param {string} value
53274
+ * @return {!proto.sniipbillerapi.SicDetails} returns this
53275
+ */
53276
+ proto.sniipbillerapi.SicDetails.prototype.setIndustrygroupdescription = function(value) {
53277
+ return jspb.Message.setProto3StringField(this, 8, value);
53278
+ };
53279
+
53280
+
53281
+
53282
+
53283
+
53284
+ if (jspb.Message.GENERATE_TO_OBJECT) {
53285
+ /**
53286
+ * Creates an object representation of this proto.
53287
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
53288
+ * Optional fields that are not set will be set to undefined.
53289
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
53290
+ * For the list of reserved names please see:
53291
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
53292
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
53293
+ * JSPB instance for transitional soy proto support:
53294
+ * http://goto/soy-param-migration
53295
+ * @return {!Object}
53296
+ */
53297
+ proto.sniipbillerapi.Age.prototype.toObject = function(opt_includeInstance) {
53298
+ return proto.sniipbillerapi.Age.toObject(opt_includeInstance, this);
53299
+ };
53300
+
53301
+
53302
+ /**
53303
+ * Static version of the {@see toObject} method.
53304
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
53305
+ * the JSPB instance for transitional soy proto support:
53306
+ * http://goto/soy-param-migration
53307
+ * @param {!proto.sniipbillerapi.Age} msg The msg instance to transform.
53308
+ * @return {!Object}
53309
+ * @suppress {unusedLocalVariables} f is only used for nested messages
53310
+ */
53311
+ proto.sniipbillerapi.Age.toObject = function(includeInstance, msg) {
53312
+ var f, obj = {
53313
+ yearstarted: jspb.Message.getFieldWithDefault(msg, 1, 0),
53314
+ entityage: jspb.Message.getFieldWithDefault(msg, 2, 0),
53315
+ banded: jspb.Message.getFieldWithDefault(msg, 3, "")
53316
+ };
53317
+
53318
+ if (includeInstance) {
53319
+ obj.$jspbMessageInstance = msg;
53320
+ }
53321
+ return obj;
53322
+ };
53323
+ }
53324
+
53325
+
53326
+ /**
53327
+ * Deserializes binary data (in protobuf wire format).
53328
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
53329
+ * @return {!proto.sniipbillerapi.Age}
53330
+ */
53331
+ proto.sniipbillerapi.Age.deserializeBinary = function(bytes) {
53332
+ var reader = new jspb.BinaryReader(bytes);
53333
+ var msg = new proto.sniipbillerapi.Age;
53334
+ return proto.sniipbillerapi.Age.deserializeBinaryFromReader(msg, reader);
53335
+ };
53336
+
53337
+
53338
+ /**
53339
+ * Deserializes binary data (in protobuf wire format) from the
53340
+ * given reader into the given message object.
53341
+ * @param {!proto.sniipbillerapi.Age} msg The message object to deserialize into.
53342
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
53343
+ * @return {!proto.sniipbillerapi.Age}
53344
+ */
53345
+ proto.sniipbillerapi.Age.deserializeBinaryFromReader = function(msg, reader) {
53346
+ while (reader.nextField()) {
53347
+ if (reader.isEndGroup()) {
53348
+ break;
53349
+ }
53350
+ var field = reader.getFieldNumber();
53351
+ switch (field) {
53352
+ case 1:
53353
+ var value = /** @type {number} */ (reader.readInt32());
53354
+ msg.setYearstarted(value);
53355
+ break;
53356
+ case 2:
53357
+ var value = /** @type {number} */ (reader.readInt32());
53358
+ msg.setEntityage(value);
53359
+ break;
53360
+ case 3:
53361
+ var value = /** @type {string} */ (reader.readString());
53362
+ msg.setBanded(value);
53363
+ break;
53364
+ default:
53365
+ reader.skipField();
53366
+ break;
53367
+ }
53368
+ }
53369
+ return msg;
53370
+ };
53371
+
53372
+
53373
+ /**
53374
+ * Serializes the message to binary data (in protobuf wire format).
53375
+ * @return {!Uint8Array}
53376
+ */
53377
+ proto.sniipbillerapi.Age.prototype.serializeBinary = function() {
53378
+ var writer = new jspb.BinaryWriter();
53379
+ proto.sniipbillerapi.Age.serializeBinaryToWriter(this, writer);
53380
+ return writer.getResultBuffer();
53381
+ };
53382
+
53383
+
53384
+ /**
53385
+ * Serializes the given message to binary data (in protobuf wire
53386
+ * format), writing to the given BinaryWriter.
53387
+ * @param {!proto.sniipbillerapi.Age} message
53388
+ * @param {!jspb.BinaryWriter} writer
53389
+ * @suppress {unusedLocalVariables} f is only used for nested messages
53390
+ */
53391
+ proto.sniipbillerapi.Age.serializeBinaryToWriter = function(message, writer) {
53392
+ var f = undefined;
53393
+ f = message.getYearstarted();
53394
+ if (f !== 0) {
53395
+ writer.writeInt32(
53396
+ 1,
53397
+ f
53398
+ );
53399
+ }
53400
+ f = message.getEntityage();
53401
+ if (f !== 0) {
53402
+ writer.writeInt32(
53403
+ 2,
53404
+ f
53405
+ );
53406
+ }
53407
+ f = message.getBanded();
53408
+ if (f.length > 0) {
53409
+ writer.writeString(
53410
+ 3,
53411
+ f
53412
+ );
53413
+ }
53414
+ };
53415
+
53416
+
53417
+ /**
53418
+ * optional int32 yearStarted = 1;
53419
+ * @return {number}
53420
+ */
53421
+ proto.sniipbillerapi.Age.prototype.getYearstarted = function() {
53422
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
53423
+ };
53424
+
53425
+
53426
+ /**
53427
+ * @param {number} value
53428
+ * @return {!proto.sniipbillerapi.Age} returns this
53429
+ */
53430
+ proto.sniipbillerapi.Age.prototype.setYearstarted = function(value) {
53431
+ return jspb.Message.setProto3IntField(this, 1, value);
53432
+ };
53433
+
53434
+
53435
+ /**
53436
+ * optional int32 entityAge = 2;
53437
+ * @return {number}
53438
+ */
53439
+ proto.sniipbillerapi.Age.prototype.getEntityage = function() {
53440
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
53441
+ };
53442
+
53443
+
53444
+ /**
53445
+ * @param {number} value
53446
+ * @return {!proto.sniipbillerapi.Age} returns this
53447
+ */
53448
+ proto.sniipbillerapi.Age.prototype.setEntityage = function(value) {
53449
+ return jspb.Message.setProto3IntField(this, 2, value);
53450
+ };
53451
+
53452
+
53453
+ /**
53454
+ * optional string banded = 3;
53455
+ * @return {string}
53456
+ */
53457
+ proto.sniipbillerapi.Age.prototype.getBanded = function() {
53458
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
53459
+ };
53460
+
53461
+
53462
+ /**
53463
+ * @param {string} value
53464
+ * @return {!proto.sniipbillerapi.Age} returns this
53465
+ */
53466
+ proto.sniipbillerapi.Age.prototype.setBanded = function(value) {
53467
+ return jspb.Message.setProto3StringField(this, 3, value);
53468
+ };
53469
+
53470
+
53471
+
53472
+
53473
+
53474
+ if (jspb.Message.GENERATE_TO_OBJECT) {
53475
+ /**
53476
+ * Creates an object representation of this proto.
53477
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
53478
+ * Optional fields that are not set will be set to undefined.
53479
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
53480
+ * For the list of reserved names please see:
53481
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
53482
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
53483
+ * JSPB instance for transitional soy proto support:
53484
+ * http://goto/soy-param-migration
53485
+ * @return {!Object}
53486
+ */
53487
+ proto.sniipbillerapi.Operations.prototype.toObject = function(opt_includeInstance) {
53488
+ return proto.sniipbillerapi.Operations.toObject(opt_includeInstance, this);
53489
+ };
53490
+
53491
+
53492
+ /**
53493
+ * Static version of the {@see toObject} method.
53494
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
53495
+ * the JSPB instance for transitional soy proto support:
53496
+ * http://goto/soy-param-migration
53497
+ * @param {!proto.sniipbillerapi.Operations} msg The msg instance to transform.
53498
+ * @return {!Object}
53499
+ * @suppress {unusedLocalVariables} f is only used for nested messages
53500
+ */
53501
+ proto.sniipbillerapi.Operations.toObject = function(includeInstance, msg) {
53502
+ var f, obj = {
53503
+ numberofemployees: jspb.Message.getFieldWithDefault(msg, 1, 0),
53504
+ numberofemployeesindicator: jspb.Message.getFieldWithDefault(msg, 2, "")
53505
+ };
53506
+
53507
+ if (includeInstance) {
53508
+ obj.$jspbMessageInstance = msg;
53509
+ }
53510
+ return obj;
53511
+ };
53512
+ }
53513
+
53514
+
53515
+ /**
53516
+ * Deserializes binary data (in protobuf wire format).
53517
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
53518
+ * @return {!proto.sniipbillerapi.Operations}
53519
+ */
53520
+ proto.sniipbillerapi.Operations.deserializeBinary = function(bytes) {
53521
+ var reader = new jspb.BinaryReader(bytes);
53522
+ var msg = new proto.sniipbillerapi.Operations;
53523
+ return proto.sniipbillerapi.Operations.deserializeBinaryFromReader(msg, reader);
53524
+ };
53525
+
53526
+
53527
+ /**
53528
+ * Deserializes binary data (in protobuf wire format) from the
53529
+ * given reader into the given message object.
53530
+ * @param {!proto.sniipbillerapi.Operations} msg The message object to deserialize into.
53531
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
53532
+ * @return {!proto.sniipbillerapi.Operations}
53533
+ */
53534
+ proto.sniipbillerapi.Operations.deserializeBinaryFromReader = function(msg, reader) {
53535
+ while (reader.nextField()) {
53536
+ if (reader.isEndGroup()) {
53537
+ break;
53538
+ }
53539
+ var field = reader.getFieldNumber();
53540
+ switch (field) {
53541
+ case 1:
53542
+ var value = /** @type {number} */ (reader.readInt32());
53543
+ msg.setNumberofemployees(value);
53544
+ break;
53545
+ case 2:
53546
+ var value = /** @type {string} */ (reader.readString());
53547
+ msg.setNumberofemployeesindicator(value);
53548
+ break;
53549
+ default:
53550
+ reader.skipField();
53551
+ break;
53552
+ }
53553
+ }
53554
+ return msg;
53555
+ };
53556
+
53557
+
53558
+ /**
53559
+ * Serializes the message to binary data (in protobuf wire format).
53560
+ * @return {!Uint8Array}
53561
+ */
53562
+ proto.sniipbillerapi.Operations.prototype.serializeBinary = function() {
53563
+ var writer = new jspb.BinaryWriter();
53564
+ proto.sniipbillerapi.Operations.serializeBinaryToWriter(this, writer);
53565
+ return writer.getResultBuffer();
53566
+ };
53567
+
53568
+
53569
+ /**
53570
+ * Serializes the given message to binary data (in protobuf wire
53571
+ * format), writing to the given BinaryWriter.
53572
+ * @param {!proto.sniipbillerapi.Operations} message
53573
+ * @param {!jspb.BinaryWriter} writer
53574
+ * @suppress {unusedLocalVariables} f is only used for nested messages
53575
+ */
53576
+ proto.sniipbillerapi.Operations.serializeBinaryToWriter = function(message, writer) {
53577
+ var f = undefined;
53578
+ f = message.getNumberofemployees();
53579
+ if (f !== 0) {
53580
+ writer.writeInt32(
53581
+ 1,
53582
+ f
53583
+ );
53584
+ }
53585
+ f = message.getNumberofemployeesindicator();
53586
+ if (f.length > 0) {
53587
+ writer.writeString(
53588
+ 2,
53589
+ f
53590
+ );
53591
+ }
53592
+ };
53593
+
53594
+
53595
+ /**
53596
+ * optional int32 numberOfEmployees = 1;
53597
+ * @return {number}
53598
+ */
53599
+ proto.sniipbillerapi.Operations.prototype.getNumberofemployees = function() {
53600
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
53601
+ };
53602
+
53603
+
53604
+ /**
53605
+ * @param {number} value
53606
+ * @return {!proto.sniipbillerapi.Operations} returns this
53607
+ */
53608
+ proto.sniipbillerapi.Operations.prototype.setNumberofemployees = function(value) {
53609
+ return jspb.Message.setProto3IntField(this, 1, value);
53610
+ };
53611
+
53612
+
53613
+ /**
53614
+ * optional string numberOfEmployeesIndicator = 2;
53615
+ * @return {string}
53616
+ */
53617
+ proto.sniipbillerapi.Operations.prototype.getNumberofemployeesindicator = function() {
53618
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
53619
+ };
53620
+
53621
+
53622
+ /**
53623
+ * @param {string} value
53624
+ * @return {!proto.sniipbillerapi.Operations} returns this
53625
+ */
53626
+ proto.sniipbillerapi.Operations.prototype.setNumberofemployeesindicator = function(value) {
53627
+ return jspb.Message.setProto3StringField(this, 2, value);
53628
+ };
53629
+
53630
+
53631
+
53632
+
53633
+
53634
+ if (jspb.Message.GENERATE_TO_OBJECT) {
53635
+ /**
53636
+ * Creates an object representation of this proto.
53637
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
53638
+ * Optional fields that are not set will be set to undefined.
53639
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
53640
+ * For the list of reserved names please see:
53641
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
53642
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
53643
+ * JSPB instance for transitional soy proto support:
53644
+ * http://goto/soy-param-migration
53645
+ * @return {!Object}
53646
+ */
53647
+ proto.sniipbillerapi.Finance.prototype.toObject = function(opt_includeInstance) {
53648
+ return proto.sniipbillerapi.Finance.toObject(opt_includeInstance, this);
53649
+ };
53650
+
53651
+
53652
+ /**
53653
+ * Static version of the {@see toObject} method.
53654
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
53655
+ * the JSPB instance for transitional soy proto support:
53656
+ * http://goto/soy-param-migration
53657
+ * @param {!proto.sniipbillerapi.Finance} msg The msg instance to transform.
53658
+ * @return {!Object}
53659
+ * @suppress {unusedLocalVariables} f is only used for nested messages
53660
+ */
53661
+ proto.sniipbillerapi.Finance.toObject = function(includeInstance, msg) {
53662
+ var f, obj = {
53663
+ revenue: jspb.Message.getFloatingPointFieldWithDefault(msg, 1, 0.0),
53664
+ revenueindicator: jspb.Message.getFieldWithDefault(msg, 2, "")
53665
+ };
53666
+
53667
+ if (includeInstance) {
53668
+ obj.$jspbMessageInstance = msg;
53669
+ }
53670
+ return obj;
53671
+ };
53672
+ }
53673
+
53674
+
53675
+ /**
53676
+ * Deserializes binary data (in protobuf wire format).
53677
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
53678
+ * @return {!proto.sniipbillerapi.Finance}
53679
+ */
53680
+ proto.sniipbillerapi.Finance.deserializeBinary = function(bytes) {
53681
+ var reader = new jspb.BinaryReader(bytes);
53682
+ var msg = new proto.sniipbillerapi.Finance;
53683
+ return proto.sniipbillerapi.Finance.deserializeBinaryFromReader(msg, reader);
53684
+ };
53685
+
53686
+
53687
+ /**
53688
+ * Deserializes binary data (in protobuf wire format) from the
53689
+ * given reader into the given message object.
53690
+ * @param {!proto.sniipbillerapi.Finance} msg The message object to deserialize into.
53691
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
53692
+ * @return {!proto.sniipbillerapi.Finance}
53693
+ */
53694
+ proto.sniipbillerapi.Finance.deserializeBinaryFromReader = function(msg, reader) {
53695
+ while (reader.nextField()) {
53696
+ if (reader.isEndGroup()) {
53697
+ break;
53698
+ }
53699
+ var field = reader.getFieldNumber();
53700
+ switch (field) {
53701
+ case 1:
53702
+ var value = /** @type {number} */ (reader.readDouble());
53703
+ msg.setRevenue(value);
53704
+ break;
53705
+ case 2:
53706
+ var value = /** @type {string} */ (reader.readString());
53707
+ msg.setRevenueindicator(value);
53708
+ break;
53709
+ default:
53710
+ reader.skipField();
53711
+ break;
53712
+ }
53713
+ }
53714
+ return msg;
53715
+ };
53716
+
53717
+
53718
+ /**
53719
+ * Serializes the message to binary data (in protobuf wire format).
53720
+ * @return {!Uint8Array}
53721
+ */
53722
+ proto.sniipbillerapi.Finance.prototype.serializeBinary = function() {
53723
+ var writer = new jspb.BinaryWriter();
53724
+ proto.sniipbillerapi.Finance.serializeBinaryToWriter(this, writer);
53725
+ return writer.getResultBuffer();
53726
+ };
53727
+
53728
+
53729
+ /**
53730
+ * Serializes the given message to binary data (in protobuf wire
53731
+ * format), writing to the given BinaryWriter.
53732
+ * @param {!proto.sniipbillerapi.Finance} message
53733
+ * @param {!jspb.BinaryWriter} writer
53734
+ * @suppress {unusedLocalVariables} f is only used for nested messages
53735
+ */
53736
+ proto.sniipbillerapi.Finance.serializeBinaryToWriter = function(message, writer) {
53737
+ var f = undefined;
53738
+ f = message.getRevenue();
53739
+ if (f !== 0.0) {
53740
+ writer.writeDouble(
53741
+ 1,
53742
+ f
53743
+ );
53744
+ }
53745
+ f = message.getRevenueindicator();
53746
+ if (f.length > 0) {
53747
+ writer.writeString(
53748
+ 2,
53749
+ f
53750
+ );
53751
+ }
53752
+ };
53753
+
53754
+
53755
+ /**
53756
+ * optional double revenue = 1;
53757
+ * @return {number}
53758
+ */
53759
+ proto.sniipbillerapi.Finance.prototype.getRevenue = function() {
53760
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 1, 0.0));
53761
+ };
53762
+
53763
+
53764
+ /**
53765
+ * @param {number} value
53766
+ * @return {!proto.sniipbillerapi.Finance} returns this
53767
+ */
53768
+ proto.sniipbillerapi.Finance.prototype.setRevenue = function(value) {
53769
+ return jspb.Message.setProto3FloatField(this, 1, value);
53770
+ };
53771
+
53772
+
53773
+ /**
53774
+ * optional string revenueIndicator = 2;
53775
+ * @return {string}
53776
+ */
53777
+ proto.sniipbillerapi.Finance.prototype.getRevenueindicator = function() {
53778
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
53779
+ };
53780
+
53781
+
53782
+ /**
53783
+ * @param {string} value
53784
+ * @return {!proto.sniipbillerapi.Finance} returns this
53785
+ */
53786
+ proto.sniipbillerapi.Finance.prototype.setRevenueindicator = function(value) {
53787
+ return jspb.Message.setProto3StringField(this, 2, value);
53788
+ };
53789
+
53790
+
52305
53791
 
52306
53792
 
52307
53793