FDCMessageFuelSaleTrx.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884
  1. namespace Wayne.FDCPOSLibrary
  2. {
  3. [System.SerializableAttribute()]
  4. [System.Xml.Serialization.XmlRootAttribute(ElementName = "FDCMessage", Namespace = "")]
  5. public partial class FDCMessageFuelSaleTrx : FDCMessage
  6. {
  7. private FDCMessageFDCdataFuelSaleTrx[] fDCdataField;
  8. [System.Xml.Serialization.XmlElementAttribute("FDCdata", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  9. public FDCMessageFDCdataFuelSaleTrx[] FDCdata
  10. {
  11. get
  12. {
  13. return this.fDCdataField;
  14. }
  15. set
  16. {
  17. this.fDCdataField = value;
  18. }
  19. }
  20. public FDCMessageFuelSaleTrx()
  21. {
  22. this.MessageType = "FuelSaleTrx";
  23. }
  24. }
  25. [System.SerializableAttribute()]
  26. public partial class FDCMessageFDCdataFuelSaleTrx
  27. {
  28. private string FDCTimeStampField;
  29. private FDCMessageTRXdataFuelSaleTrx TRXdataField; // v03
  30. private FDCMessageDeviceClassFuelSaleTrx DeviceClassField; // v05 and next
  31. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  32. public string FDCTimeStamp
  33. {
  34. get
  35. {
  36. return this.FDCTimeStampField;
  37. }
  38. set
  39. {
  40. this.FDCTimeStampField = value;
  41. }
  42. }
  43. [System.Xml.Serialization.XmlElementAttribute("TRXdata", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  44. public FDCMessageTRXdataFuelSaleTrx TRXdata
  45. {
  46. get
  47. {
  48. return this.TRXdataField;
  49. }
  50. set
  51. {
  52. this.TRXdataField = value;
  53. }
  54. }
  55. [System.Xml.Serialization.XmlElementAttribute("DeviceClass", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  56. public FDCMessageDeviceClassFuelSaleTrx DeviceClass
  57. {
  58. get
  59. {
  60. return this.DeviceClassField;
  61. }
  62. set
  63. {
  64. this.DeviceClassField = value;
  65. }
  66. }
  67. }
  68. [System.SerializableAttribute()]
  69. public partial class FDCMessageTRXdataFuelSaleTrx // v03 field
  70. {
  71. private FDCMessageDeviceClassTrxDataFuelSaleTrx DeviceClassField;
  72. private string TransactionNoField;
  73. private string StateField;
  74. private string ReleaseTokenField;
  75. private string CompletionReasonField;
  76. private string TypeField;
  77. private string FuelModeField; // v03 field
  78. //private FuelModeElementClass FuelModeElemField; // v05 and next field
  79. private string VolumeProduct1Field;
  80. private string VolumeProduct2Field;
  81. private string Product1NoField;
  82. private string Product2NoField;
  83. private string ProductNameField;
  84. private string ProductUMField;
  85. private string BlendRatioField;
  86. private string AmountField;
  87. private string VolumeField;
  88. private string UnitPriceField;
  89. private string DSPFieldsField;
  90. private string CRCModeField;
  91. //private byte[] DSPFieldsByteField;
  92. //private byte[] CRCModeByteField;
  93. private string StartTimeStampField;
  94. private string EndTimeStampField;
  95. private string ErrorCodeField;
  96. [System.Xml.Serialization.XmlElementAttribute("DeviceClass", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  97. public FDCMessageDeviceClassTrxDataFuelSaleTrx DeviceClass
  98. {
  99. get
  100. {
  101. return this.DeviceClassField;
  102. }
  103. set
  104. {
  105. this.DeviceClassField = value;
  106. }
  107. }
  108. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  109. public string TransactionNo
  110. {
  111. get
  112. {
  113. return this.TransactionNoField;
  114. }
  115. set
  116. {
  117. this.TransactionNoField = value;
  118. }
  119. }
  120. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  121. public string State
  122. {
  123. get
  124. {
  125. return this.StateField;
  126. }
  127. set
  128. {
  129. this.StateField = value;
  130. }
  131. }
  132. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  133. public string ReleaseToken
  134. {
  135. get
  136. {
  137. return this.ReleaseTokenField;
  138. }
  139. set
  140. {
  141. this.ReleaseTokenField = value;
  142. }
  143. }
  144. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  145. public string CompletionReason
  146. {
  147. get
  148. {
  149. return this.CompletionReasonField;
  150. }
  151. set
  152. {
  153. this.CompletionReasonField = value;
  154. }
  155. }
  156. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  157. public string Type
  158. {
  159. get
  160. {
  161. return this.TypeField;
  162. }
  163. set
  164. {
  165. this.TypeField = value;
  166. }
  167. }
  168. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  169. public string FuelMode
  170. {
  171. get
  172. {
  173. return this.FuelModeField;
  174. }
  175. set
  176. {
  177. this.FuelModeField = value;
  178. }
  179. }
  180. //[System.Xml.Serialization.XmlElementAttribute("FuelMode", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  181. //public FuelModeElementClass FuelModeElem
  182. //{
  183. // get
  184. // {
  185. // return this.FuelModeElemField;
  186. // }
  187. // set
  188. // {
  189. // this.FuelModeElemField = value;
  190. // }
  191. //}
  192. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  193. public string VolumeProduct1
  194. {
  195. get
  196. {
  197. return this.VolumeProduct1Field;
  198. }
  199. set
  200. {
  201. this.VolumeProduct1Field = value;
  202. }
  203. }
  204. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  205. public string VolumeProduct2
  206. {
  207. get
  208. {
  209. return this.VolumeProduct2Field;
  210. }
  211. set
  212. {
  213. this.VolumeProduct2Field = value;
  214. }
  215. }
  216. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  217. public string Product1No
  218. {
  219. get
  220. {
  221. return this.Product1NoField;
  222. }
  223. set
  224. {
  225. this.Product1NoField = value;
  226. }
  227. }
  228. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  229. public string Product2No
  230. {
  231. get
  232. {
  233. return this.Product2NoField;
  234. }
  235. set
  236. {
  237. this.Product2NoField = value;
  238. }
  239. }
  240. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  241. public string ProductUM
  242. {
  243. get
  244. {
  245. return this.ProductUMField;
  246. }
  247. set
  248. {
  249. this.ProductUMField = value;
  250. }
  251. }
  252. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  253. public string ProductName
  254. {
  255. get
  256. {
  257. return this.ProductNameField;
  258. }
  259. set
  260. {
  261. this.ProductNameField = value;
  262. }
  263. }
  264. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  265. public string BlendRatio
  266. {
  267. get
  268. {
  269. return this.BlendRatioField;
  270. }
  271. set
  272. {
  273. this.BlendRatioField = value;
  274. }
  275. }
  276. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  277. public string Amount
  278. {
  279. get
  280. {
  281. return this.AmountField;
  282. }
  283. set
  284. {
  285. this.AmountField = value;
  286. }
  287. }
  288. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  289. public string Volume
  290. {
  291. get
  292. {
  293. return this.VolumeField;
  294. }
  295. set
  296. {
  297. this.VolumeField = value;
  298. }
  299. }
  300. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  301. public string UnitPrice
  302. {
  303. get
  304. {
  305. return this.UnitPriceField;
  306. }
  307. set
  308. {
  309. this.UnitPriceField = value;
  310. }
  311. }
  312. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  313. public string DSPFields
  314. {
  315. get
  316. {
  317. return this.DSPFieldsField;
  318. }
  319. set
  320. {
  321. this.DSPFieldsField = value;
  322. }
  323. }
  324. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  325. public string CRCMode
  326. {
  327. get
  328. {
  329. return this.CRCModeField;
  330. }
  331. set
  332. {
  333. this.CRCModeField = value;
  334. }
  335. }
  336. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  337. public string StartTimeStamp
  338. {
  339. get
  340. {
  341. return this.StartTimeStampField;
  342. }
  343. set
  344. {
  345. this.StartTimeStampField = value;
  346. }
  347. }
  348. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  349. public string EndTimeStamp
  350. {
  351. get
  352. {
  353. return this.EndTimeStampField;
  354. }
  355. set
  356. {
  357. this.EndTimeStampField = value;
  358. }
  359. }
  360. }
  361. [System.SerializableAttribute()]
  362. public partial class FDCMessageDeviceClassTrxDataFuelSaleTrx
  363. {
  364. private string TypeField;
  365. private string DeviceIdField;
  366. private string PumpNoField;
  367. private string NozzleNoField;
  368. [System.Xml.Serialization.XmlAttributeAttribute()]
  369. public string Type
  370. {
  371. get
  372. {
  373. return this.TypeField;
  374. }
  375. set
  376. {
  377. this.TypeField = value;
  378. }
  379. }
  380. [System.Xml.Serialization.XmlAttributeAttribute()]
  381. public string DeviceID
  382. {
  383. get
  384. {
  385. return this.DeviceIdField;
  386. }
  387. set
  388. {
  389. this.DeviceIdField = value;
  390. }
  391. }
  392. [System.Xml.Serialization.XmlAttributeAttribute()]
  393. public string PumpNo
  394. {
  395. get
  396. {
  397. return this.PumpNoField;
  398. }
  399. set
  400. {
  401. this.PumpNoField = value;
  402. }
  403. }
  404. [System.Xml.Serialization.XmlAttributeAttribute()]
  405. public string NozzleNo
  406. {
  407. get
  408. {
  409. return this.NozzleNoField;
  410. }
  411. set
  412. {
  413. this.NozzleNoField = value;
  414. }
  415. }
  416. }
  417. [System.SerializableAttribute()]
  418. public partial class FDCMessageDeviceClassFuelSaleTrx
  419. {
  420. private string TypeField;
  421. private string DeviceIdField;
  422. private string PumpNoField;
  423. private string NozzleNoField;
  424. private string TransactionSeqNoField;
  425. private string StateField;
  426. private string ReleaseTokenField;
  427. private string CompletionReasonField; // extention
  428. private FuelModeElementClass FuelModeField;
  429. private string VolumeProduct1Field;
  430. private string VolumeProduct2Field;
  431. private string ProductNo1Field;
  432. private string ProductNo2Field;
  433. private string ProductNameField;
  434. private string ProductUMField;
  435. private string BlendRatioField;
  436. private string AmountField;
  437. private string VolumeField;
  438. private string UnitPriceField;
  439. private string DSPFieldsField;
  440. private string CRCModeField;
  441. private string MIDLinesNarrowField;
  442. private string MIDLinesWideField;
  443. //private byte[] DSPFieldsByteField;
  444. //private byte[] CRCModeByteField;
  445. private string StartTimeStampField; // extention
  446. private string EndTimeStampField; // extention
  447. private string AuthorisationApplicationSenderField;
  448. private string LockingApplicationSenderField;
  449. private string ReservingDeviceIdField;
  450. private string FuellingTypeField;
  451. private string ErrorCodeField;
  452. [System.Xml.Serialization.XmlAttributeAttribute()]
  453. public string Type
  454. {
  455. get
  456. {
  457. return this.TypeField;
  458. }
  459. set
  460. {
  461. this.TypeField = value;
  462. }
  463. }
  464. [System.Xml.Serialization.XmlAttributeAttribute()]
  465. public string DeviceID
  466. {
  467. get
  468. {
  469. return this.DeviceIdField;
  470. }
  471. set
  472. {
  473. this.DeviceIdField = value;
  474. }
  475. }
  476. [System.Xml.Serialization.XmlAttributeAttribute()]
  477. public string PumpNo
  478. {
  479. get
  480. {
  481. return this.PumpNoField;
  482. }
  483. set
  484. {
  485. this.PumpNoField = value;
  486. }
  487. }
  488. [System.Xml.Serialization.XmlAttributeAttribute()]
  489. public string NozzleNo
  490. {
  491. get
  492. {
  493. return this.NozzleNoField;
  494. }
  495. set
  496. {
  497. this.NozzleNoField = value;
  498. }
  499. }
  500. [System.Xml.Serialization.XmlAttributeAttribute()]
  501. public string TransactionSeqNo
  502. {
  503. get
  504. {
  505. return this.TransactionSeqNoField;
  506. }
  507. set
  508. {
  509. this.TransactionSeqNoField = value;
  510. }
  511. }
  512. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  513. public string State
  514. {
  515. get
  516. {
  517. return this.StateField;
  518. }
  519. set
  520. {
  521. this.StateField = value;
  522. }
  523. }
  524. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  525. public string ReleaseToken
  526. {
  527. get
  528. {
  529. return this.ReleaseTokenField;
  530. }
  531. set
  532. {
  533. this.ReleaseTokenField = value;
  534. }
  535. }
  536. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  537. public string CompletionReason
  538. {
  539. get
  540. {
  541. return this.CompletionReasonField;
  542. }
  543. set
  544. {
  545. this.CompletionReasonField = value;
  546. }
  547. }
  548. [System.Xml.Serialization.XmlElementAttribute("FuelMode", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  549. public FuelModeElementClass FuelMode
  550. {
  551. get
  552. {
  553. return this.FuelModeField;
  554. }
  555. set
  556. {
  557. this.FuelModeField = value;
  558. }
  559. }
  560. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  561. public string VolumeProduct1
  562. {
  563. get
  564. {
  565. return this.VolumeProduct1Field;
  566. }
  567. set
  568. {
  569. this.VolumeProduct1Field = value;
  570. }
  571. }
  572. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  573. public string VolumeProduct2
  574. {
  575. get
  576. {
  577. return this.VolumeProduct2Field;
  578. }
  579. set
  580. {
  581. this.VolumeProduct2Field = value;
  582. }
  583. }
  584. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  585. public string ProductNo1
  586. {
  587. get
  588. {
  589. return this.ProductNo1Field;
  590. }
  591. set
  592. {
  593. this.ProductNo1Field = value;
  594. }
  595. }
  596. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  597. public string ProductNo2
  598. {
  599. get
  600. {
  601. return this.ProductNo2Field;
  602. }
  603. set
  604. {
  605. this.ProductNo2Field = value;
  606. }
  607. }
  608. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  609. public string ProductUM
  610. {
  611. get
  612. {
  613. return this.ProductUMField;
  614. }
  615. set
  616. {
  617. this.ProductUMField = value;
  618. }
  619. }
  620. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  621. public string ProductName
  622. {
  623. get
  624. {
  625. return this.ProductNameField;
  626. }
  627. set
  628. {
  629. this.ProductNameField = value;
  630. }
  631. }
  632. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  633. public string BlendRatio
  634. {
  635. get
  636. {
  637. return this.BlendRatioField;
  638. }
  639. set
  640. {
  641. this.BlendRatioField = value;
  642. }
  643. }
  644. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  645. public string Amount
  646. {
  647. get
  648. {
  649. return this.AmountField;
  650. }
  651. set
  652. {
  653. this.AmountField = value;
  654. }
  655. }
  656. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  657. public string Volume
  658. {
  659. get
  660. {
  661. return this.VolumeField;
  662. }
  663. set
  664. {
  665. this.VolumeField = value;
  666. }
  667. }
  668. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  669. public string UnitPrice
  670. {
  671. get
  672. {
  673. return this.UnitPriceField;
  674. }
  675. set
  676. {
  677. this.UnitPriceField = value;
  678. }
  679. }
  680. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  681. public string DSPFields
  682. {
  683. get
  684. {
  685. return this.DSPFieldsField;
  686. }
  687. set
  688. {
  689. this.DSPFieldsField = value;
  690. }
  691. }
  692. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  693. public string CRCMode
  694. {
  695. get
  696. {
  697. return this.CRCModeField;
  698. }
  699. set
  700. {
  701. this.CRCModeField = value;
  702. }
  703. }
  704. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  705. public string MIDLinesNarrow
  706. {
  707. get
  708. {
  709. return this.MIDLinesNarrowField;
  710. }
  711. set
  712. {
  713. this.MIDLinesNarrowField = value;
  714. }
  715. }
  716. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  717. public string MIDLinesWide
  718. {
  719. get
  720. {
  721. return this.MIDLinesWideField;
  722. }
  723. set
  724. {
  725. this.MIDLinesWideField = value;
  726. }
  727. }
  728. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  729. public string StartTimeStamp
  730. {
  731. get
  732. {
  733. return this.StartTimeStampField;
  734. }
  735. set
  736. {
  737. this.StartTimeStampField = value;
  738. }
  739. }
  740. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  741. public string EndTimeStamp
  742. {
  743. get
  744. {
  745. return this.EndTimeStampField;
  746. }
  747. set
  748. {
  749. this.EndTimeStampField = value;
  750. }
  751. }
  752. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  753. public string LockingApplicationSender
  754. {
  755. get
  756. {
  757. return this.LockingApplicationSenderField;
  758. }
  759. set
  760. {
  761. this.LockingApplicationSenderField = value;
  762. }
  763. }
  764. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  765. public string AuthorisationApplicationSender
  766. {
  767. get
  768. {
  769. return this.AuthorisationApplicationSenderField;
  770. }
  771. set
  772. {
  773. this.AuthorisationApplicationSenderField = value;
  774. }
  775. }
  776. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  777. public string ReservingDeviceId
  778. {
  779. get
  780. {
  781. return this.ReservingDeviceIdField;
  782. }
  783. set
  784. {
  785. this.ReservingDeviceIdField = value;
  786. }
  787. }
  788. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  789. public string FuellingType
  790. {
  791. get
  792. {
  793. return this.FuellingTypeField;
  794. }
  795. set
  796. {
  797. this.FuellingTypeField = value;
  798. }
  799. }
  800. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  801. public string ErrorCode
  802. {
  803. get
  804. {
  805. return this.ErrorCodeField;
  806. }
  807. set
  808. {
  809. this.ErrorCodeField = value;
  810. }
  811. }
  812. }
  813. }