FDCMessageDeviceStateChange.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954
  1. using System.Xml.Serialization;
  2. namespace Wayne.FDCPOSLibrary
  3. {
  4. /// <remarks/>
  5. [System.SerializableAttribute()]
  6. [System.Xml.Serialization.XmlRootAttribute(ElementName = "FDCMessage", Namespace = "")]
  7. public partial class FDCMessageDeviceStateChange : FDCMessage
  8. {
  9. private FDCMessageFDCdataDeviceStateChange[] fDCdataField;
  10. [System.Xml.Serialization.XmlElementAttribute("FDCdata", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  11. public FDCMessageFDCdataDeviceStateChange[] FDCdata
  12. {
  13. get
  14. {
  15. return this.fDCdataField;
  16. }
  17. set
  18. {
  19. this.fDCdataField = value;
  20. }
  21. }
  22. public FDCMessageDeviceStateChange()
  23. {
  24. this.MessageType = "DeviceStateChange";
  25. }
  26. }
  27. [System.SerializableAttribute()]
  28. [System.Xml.Serialization.XmlRootAttribute(ElementName = "FDCMessage", Namespace = "")]
  29. public partial class FDCMessageFPStateChange : FDCMessage
  30. {
  31. private FDCMessageFDCdataDeviceStateChange[] fDCdataField;
  32. [System.Xml.Serialization.XmlElementAttribute("FDCdata", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  33. public FDCMessageFDCdataDeviceStateChange[] FDCdata
  34. {
  35. get
  36. {
  37. return this.fDCdataField;
  38. }
  39. set
  40. {
  41. this.fDCdataField = value;
  42. }
  43. }
  44. public FDCMessageFPStateChange()
  45. {
  46. this.MessageType = "FPStateChange";
  47. }
  48. }
  49. [System.SerializableAttribute()]
  50. [System.Xml.Serialization.XmlRootAttribute(ElementName = "FDCMessage", Namespace = "")]
  51. public partial class FDCMessageTPStateChange : FDCMessage
  52. {
  53. private FDCMessageFDCdataDeviceStateChange[] fDCdataField;
  54. [System.Xml.Serialization.XmlElementAttribute("FDCdata", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  55. public FDCMessageFDCdataDeviceStateChange[] FDCdata
  56. {
  57. get
  58. {
  59. return this.fDCdataField;
  60. }
  61. set
  62. {
  63. this.fDCdataField = value;
  64. }
  65. }
  66. public FDCMessageTPStateChange()
  67. {
  68. this.MessageType = "TPStateChange";
  69. }
  70. }
  71. [System.Xml.Serialization.XmlRootAttribute(ElementName = "FDCMessage", Namespace = "")]
  72. public partial class FDCMessagePPStateChange : FDCMessage
  73. {
  74. private FDCMessageFDCdataDeviceStateChange[] fDCdataField;
  75. [System.Xml.Serialization.XmlElementAttribute("FDCdata", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  76. public FDCMessageFDCdataDeviceStateChange[] FDCdata
  77. {
  78. get
  79. {
  80. return this.fDCdataField;
  81. }
  82. set
  83. {
  84. this.fDCdataField = value;
  85. }
  86. }
  87. public FDCMessagePPStateChange()
  88. {
  89. this.MessageType = "PPStateChange";
  90. }
  91. }
  92. [System.SerializableAttribute()]
  93. public partial class FDCMessageFDCdataDeviceStateChange
  94. {
  95. //private FDCMessageDeviceClassDeviceStateChange[] DeviceClassField;
  96. private string FDCTimeStampField;
  97. private FDCMessageDeviceClass[] DeviceClassField;
  98. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  99. public string FDCTimeStamp
  100. {
  101. get
  102. {
  103. return this.FDCTimeStampField;
  104. }
  105. set
  106. {
  107. this.FDCTimeStampField = value;
  108. }
  109. }
  110. [System.Xml.Serialization.XmlElementAttribute("DeviceClass", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  111. //public FDCMessageDeviceClassDeviceStateChange[] DeviceClass
  112. public FDCMessageDeviceClass[] DeviceClass
  113. {
  114. get
  115. {
  116. return this.DeviceClassField;
  117. }
  118. set
  119. {
  120. this.DeviceClassField = value;
  121. }
  122. }
  123. }
  124. [System.SerializableAttribute()]
  125. //public partial class FDCMessageDeviceClassDeviceStateChange
  126. public partial class FDCMessageDeviceClass
  127. {
  128. private string TypeField;
  129. private string DeviceIdField;
  130. private string LogicalStateField;
  131. private string LogicalSubStateField;
  132. private string DeviceStateField;
  133. private string DeviceSubStateField;
  134. private string LockingApplicationSenderField;
  135. private NozzleStateClass[] NozzleField; // v07 and next
  136. private LogicalTPStateClass LogicalTPStateField; // v07 and next
  137. private FDCMessageNozzleStateDeviceStateChange[] LogicalNozzleStateField; // v05
  138. private FDCMessageLogicalTankStateDeviceStateChange LogicalTankStateField; // v05
  139. private string ErrorIdField;
  140. private string ErrorDescriptionField;
  141. [System.Xml.Serialization.XmlAttributeAttribute()]
  142. public string Type
  143. {
  144. get
  145. {
  146. return this.TypeField;
  147. }
  148. set
  149. {
  150. this.TypeField = value;
  151. }
  152. }
  153. [System.Xml.Serialization.XmlAttributeAttribute()]
  154. public string DeviceID
  155. {
  156. get
  157. {
  158. return this.DeviceIdField;
  159. }
  160. set
  161. {
  162. this.DeviceIdField = value;
  163. }
  164. }
  165. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  166. public string LogicalState
  167. {
  168. get
  169. {
  170. return this.LogicalStateField;
  171. }
  172. set
  173. {
  174. this.LogicalStateField = value;
  175. }
  176. }
  177. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  178. public string LogicalSubState
  179. {
  180. get
  181. {
  182. return this.LogicalSubStateField;
  183. }
  184. set
  185. {
  186. this.LogicalSubStateField = value;
  187. }
  188. }
  189. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  190. public string DeviceState
  191. {
  192. get
  193. {
  194. return this.DeviceStateField;
  195. }
  196. set
  197. {
  198. this.DeviceStateField = value;
  199. }
  200. }
  201. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  202. public string DeviceSubState
  203. {
  204. get
  205. {
  206. return this.DeviceSubStateField;
  207. }
  208. set
  209. {
  210. this.DeviceSubStateField = value;
  211. }
  212. }
  213. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  214. public string LockingApplicationSender
  215. {
  216. get
  217. {
  218. return this.LockingApplicationSenderField;
  219. }
  220. set
  221. {
  222. this.LockingApplicationSenderField = value;
  223. }
  224. }
  225. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  226. public NozzleStateClass[] Nozzle
  227. {
  228. get
  229. {
  230. return this.NozzleField;
  231. }
  232. set
  233. {
  234. this.NozzleField = value;
  235. }
  236. }
  237. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  238. public LogicalTPStateClass LogicalTPState
  239. {
  240. get
  241. {
  242. return this.LogicalTPStateField;
  243. }
  244. set
  245. {
  246. this.LogicalTPStateField = value;
  247. }
  248. }
  249. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  250. public FDCMessageNozzleStateDeviceStateChange[] LogicalNozzleState
  251. {
  252. get
  253. {
  254. return this.LogicalNozzleStateField;
  255. }
  256. set
  257. {
  258. this.LogicalNozzleStateField = value;
  259. }
  260. }
  261. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  262. public FDCMessageLogicalTankStateDeviceStateChange LogicalTankState
  263. {
  264. get
  265. {
  266. return this.LogicalTankStateField;
  267. }
  268. set
  269. {
  270. this.LogicalTankStateField = value;
  271. }
  272. }
  273. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  274. public string ErrorID
  275. {
  276. get
  277. {
  278. return this.ErrorIdField;
  279. }
  280. set
  281. {
  282. this.ErrorIdField = value;
  283. }
  284. }
  285. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  286. public string ErrorDescription
  287. {
  288. get
  289. {
  290. return this.ErrorDescriptionField;
  291. }
  292. set
  293. {
  294. this.ErrorDescriptionField = value;
  295. }
  296. }
  297. }
  298. [System.SerializableAttribute()]
  299. public partial class FDCMessageNozzleStateDeviceStateChange
  300. {
  301. private string LogicalStateField;
  302. private string LogicalNozzle1Field;
  303. private string LogicalNozzle2Field;
  304. private string LogicalNozzle3Field;
  305. private string LogicalNozzle4Field;
  306. private string LogicalNozzle5Field;
  307. private string LogicalNozzle6Field;
  308. private string LogicalNozzle7Field;
  309. private string LogicalNozzle8Field;
  310. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  311. public string LogicalState
  312. {
  313. get
  314. {
  315. return this.LogicalStateField;
  316. }
  317. set
  318. {
  319. this.LogicalStateField = value;
  320. }
  321. }
  322. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  323. public string LogicalNozzle1
  324. {
  325. get
  326. {
  327. return this.LogicalNozzle1Field;
  328. }
  329. set
  330. {
  331. this.LogicalNozzle1Field = value;
  332. }
  333. }
  334. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  335. public string LogicalNozzle2
  336. {
  337. get
  338. {
  339. return this.LogicalNozzle2Field;
  340. }
  341. set
  342. {
  343. this.LogicalNozzle2Field = value;
  344. }
  345. }
  346. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  347. public string LogicalNozzle3
  348. {
  349. get
  350. {
  351. return this.LogicalNozzle3Field;
  352. }
  353. set
  354. {
  355. this.LogicalNozzle3Field = value;
  356. }
  357. }
  358. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  359. public string LogicalNozzle4
  360. {
  361. get
  362. {
  363. return this.LogicalNozzle4Field;
  364. }
  365. set
  366. {
  367. this.LogicalNozzle4Field = value;
  368. }
  369. }
  370. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  371. public string LogicalNozzle5
  372. {
  373. get
  374. {
  375. return this.LogicalNozzle5Field;
  376. }
  377. set
  378. {
  379. this.LogicalNozzle5Field = value;
  380. }
  381. }
  382. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  383. public string LogicalNozzle6
  384. {
  385. get
  386. {
  387. return this.LogicalNozzle6Field;
  388. }
  389. set
  390. {
  391. this.LogicalNozzle6Field = value;
  392. }
  393. }
  394. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  395. public string LogicalNozzle7
  396. {
  397. get
  398. {
  399. return this.LogicalNozzle7Field;
  400. }
  401. set
  402. {
  403. this.LogicalNozzle7Field = value;
  404. }
  405. }
  406. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  407. public string LogicalNozzle8
  408. {
  409. get
  410. {
  411. return this.LogicalNozzle8Field;
  412. }
  413. set
  414. {
  415. this.LogicalNozzle8Field = value;
  416. }
  417. }
  418. }
  419. [System.SerializableAttribute()]
  420. public partial class LogicalTPStateClass
  421. {
  422. private string TankLogicalStateField;
  423. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  424. public string TankLogicalState
  425. {
  426. get
  427. {
  428. return this.TankLogicalStateField;
  429. }
  430. set
  431. {
  432. this.TankLogicalStateField = value;
  433. }
  434. }
  435. }
  436. [System.SerializableAttribute()]
  437. public partial class FDCMessageLogicalTankStateDeviceStateChange
  438. {
  439. private string LogicalStateField;
  440. //private string LogicalTank1Field;
  441. //private string LogicalTank2Field;
  442. //private string LogicalTank3Field;
  443. //private string LogicalTank4Field;
  444. //private string LogicalTank5Field;
  445. //private string LogicalTank6Field;
  446. //private string LogicalTank7Field;
  447. //private string LogicalTank8Field;
  448. //private string LogicalTank9Field;
  449. //private string LogicalTank10Field;
  450. //private string LogicalTank11Field;
  451. //private string LogicalTank12Field;
  452. //private string LogicalTank13Field;
  453. //private string LogicalTank14Field;
  454. //private string LogicalTank15Field;
  455. //private string LogicalTank16Field;
  456. //private string LogicalTank17Field;
  457. //private string LogicalTank18Field;
  458. //private string LogicalTank19Field;
  459. //private string LogicalTank20Field;
  460. //private string LogicalTank21Field;
  461. //private string LogicalTank22Field;
  462. //private string LogicalTank23Field;
  463. //private string LogicalTank24Field;
  464. //private string LogicalTank25Field;
  465. //private string LogicalTank26Field;
  466. //private string LogicalTank27Field;
  467. //private string LogicalTank28Field;
  468. //private string LogicalTank29Field;
  469. //private string LogicalTank30Field;
  470. //private string LogicalTank31Field;
  471. //private string LogicalTank32Field;
  472. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  473. public string LogicalState
  474. {
  475. get
  476. {
  477. return this.LogicalStateField;
  478. }
  479. set
  480. {
  481. this.LogicalStateField = value;
  482. }
  483. }
  484. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  485. //public string LogicalTank1
  486. //{
  487. // get
  488. // {
  489. // return this.LogicalTank1Field;
  490. // }
  491. // set
  492. // {
  493. // this.LogicalTank1Field = value;
  494. // }
  495. //}
  496. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  497. //public string LogicalTank2
  498. //{
  499. // get
  500. // {
  501. // return this.LogicalTank2Field;
  502. // }
  503. // set
  504. // {
  505. // this.LogicalTank2Field = value;
  506. // }
  507. //}
  508. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  509. //public string LogicalTank3
  510. //{
  511. // get
  512. // {
  513. // return this.LogicalTank3Field;
  514. // }
  515. // set
  516. // {
  517. // this.LogicalTank3Field = value;
  518. // }
  519. //}
  520. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  521. //public string LogicalTank4
  522. //{
  523. // get
  524. // {
  525. // return this.LogicalTank4Field;
  526. // }
  527. // set
  528. // {
  529. // this.LogicalTank4Field = value;
  530. // }
  531. //}
  532. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  533. //public string LogicalTank5
  534. //{
  535. // get
  536. // {
  537. // return this.LogicalTank5Field;
  538. // }
  539. // set
  540. // {
  541. // this.LogicalTank5Field = value;
  542. // }
  543. //}
  544. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  545. //public string LogicalTank6
  546. //{
  547. // get
  548. // {
  549. // return this.LogicalTank6Field;
  550. // }
  551. // set
  552. // {
  553. // this.LogicalTank6Field = value;
  554. // }
  555. //}
  556. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  557. //public string LogicalTank7
  558. //{
  559. // get
  560. // {
  561. // return this.LogicalTank7Field;
  562. // }
  563. // set
  564. // {
  565. // this.LogicalTank7Field = value;
  566. // }
  567. //}
  568. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  569. //public string LogicalTank8
  570. //{
  571. // get
  572. // {
  573. // return this.LogicalTank8Field;
  574. // }
  575. // set
  576. // {
  577. // this.LogicalTank8Field = value;
  578. // }
  579. //}
  580. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  581. //public string LogicalTank9
  582. //{
  583. // get
  584. // {
  585. // return this.LogicalTank9Field;
  586. // }
  587. // set
  588. // {
  589. // this.LogicalTank9Field = value;
  590. // }
  591. //}
  592. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  593. //public string LogicalTank10
  594. //{
  595. // get
  596. // {
  597. // return this.LogicalTank10Field;
  598. // }
  599. // set
  600. // {
  601. // this.LogicalTank10Field = value;
  602. // }
  603. //}
  604. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  605. //public string LogicalTank11
  606. //{
  607. // get
  608. // {
  609. // return this.LogicalTank11Field;
  610. // }
  611. // set
  612. // {
  613. // this.LogicalTank11Field = value;
  614. // }
  615. //}
  616. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  617. //public string LogicalTank12
  618. //{
  619. // get
  620. // {
  621. // return this.LogicalTank12Field;
  622. // }
  623. // set
  624. // {
  625. // this.LogicalTank12Field = value;
  626. // }
  627. //}
  628. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  629. //public string LogicalTank13
  630. //{
  631. // get
  632. // {
  633. // return this.LogicalTank13Field;
  634. // }
  635. // set
  636. // {
  637. // this.LogicalTank13Field = value;
  638. // }
  639. //}
  640. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  641. //public string LogicalTank14
  642. //{
  643. // get
  644. // {
  645. // return this.LogicalTank14Field;
  646. // }
  647. // set
  648. // {
  649. // this.LogicalTank14Field = value;
  650. // }
  651. //}
  652. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  653. //public string LogicalTank15
  654. //{
  655. // get
  656. // {
  657. // return this.LogicalTank15Field;
  658. // }
  659. // set
  660. // {
  661. // this.LogicalTank15Field = value;
  662. // }
  663. //}
  664. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  665. //public string LogicalTank16
  666. //{
  667. // get
  668. // {
  669. // return this.LogicalTank16Field;
  670. // }
  671. // set
  672. // {
  673. // this.LogicalTank16Field = value;
  674. // }
  675. //}
  676. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  677. //public string LogicalTank17
  678. //{
  679. // get
  680. // {
  681. // return this.LogicalTank17Field;
  682. // }
  683. // set
  684. // {
  685. // this.LogicalTank17Field = value;
  686. // }
  687. //}
  688. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  689. //public string LogicalTank18
  690. //{
  691. // get
  692. // {
  693. // return this.LogicalTank18Field;
  694. // }
  695. // set
  696. // {
  697. // this.LogicalTank18Field = value;
  698. // }
  699. //}
  700. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  701. //public string LogicalTank19
  702. //{
  703. // get
  704. // {
  705. // return this.LogicalTank19Field;
  706. // }
  707. // set
  708. // {
  709. // this.LogicalTank19Field = value;
  710. // }
  711. //}
  712. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  713. //public string LogicalTank20
  714. //{
  715. // get
  716. // {
  717. // return this.LogicalTank20Field;
  718. // }
  719. // set
  720. // {
  721. // this.LogicalTank20Field = value;
  722. // }
  723. //}
  724. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  725. //public string LogicalTank21
  726. //{
  727. // get
  728. // {
  729. // return this.LogicalTank21Field;
  730. // }
  731. // set
  732. // {
  733. // this.LogicalTank21Field = value;
  734. // }
  735. //}
  736. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  737. //public string LogicalTank22
  738. //{
  739. // get
  740. // {
  741. // return this.LogicalTank22Field;
  742. // }
  743. // set
  744. // {
  745. // this.LogicalTank22Field = value;
  746. // }
  747. //}
  748. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  749. //public string LogicalTank23
  750. //{
  751. // get
  752. // {
  753. // return this.LogicalTank23Field;
  754. // }
  755. // set
  756. // {
  757. // this.LogicalTank23Field = value;
  758. // }
  759. //}
  760. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  761. //public string LogicalTank24
  762. //{
  763. // get
  764. // {
  765. // return this.LogicalTank24Field;
  766. // }
  767. // set
  768. // {
  769. // this.LogicalTank24Field = value;
  770. // }
  771. //}
  772. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  773. //public string LogicalTank25
  774. //{
  775. // get
  776. // {
  777. // return this.LogicalTank25Field;
  778. // }
  779. // set
  780. // {
  781. // this.LogicalTank25Field = value;
  782. // }
  783. //}
  784. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  785. //public string LogicalTank26
  786. //{
  787. // get
  788. // {
  789. // return this.LogicalTank26Field;
  790. // }
  791. // set
  792. // {
  793. // this.LogicalTank26Field = value;
  794. // }
  795. //}
  796. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  797. //public string LogicalTank27
  798. //{
  799. // get
  800. // {
  801. // return this.LogicalTank27Field;
  802. // }
  803. // set
  804. // {
  805. // this.LogicalTank27Field = value;
  806. // }
  807. //}
  808. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  809. //public string LogicalTank28
  810. //{
  811. // get
  812. // {
  813. // return this.LogicalTank28Field;
  814. // }
  815. // set
  816. // {
  817. // this.LogicalTank28Field = value;
  818. // }
  819. //}
  820. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  821. //public string LogicalTank29
  822. //{
  823. // get
  824. // {
  825. // return this.LogicalTank29Field;
  826. // }
  827. // set
  828. // {
  829. // this.LogicalTank29Field = value;
  830. // }
  831. //}
  832. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  833. //public string LogicalTank30
  834. //{
  835. // get
  836. // {
  837. // return this.LogicalTank30Field;
  838. // }
  839. // set
  840. // {
  841. // this.LogicalTank30Field = value;
  842. // }
  843. //}
  844. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  845. //public string LogicalTank31
  846. //{
  847. // get
  848. // {
  849. // return this.LogicalTank31Field;
  850. // }
  851. // set
  852. // {
  853. // this.LogicalTank31Field = value;
  854. // }
  855. //}
  856. //[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  857. //public string LogicalTank32
  858. //{
  859. // get
  860. // {
  861. // return this.LogicalTank32Field;
  862. // }
  863. // set
  864. // {
  865. // this.LogicalTank32Field = value;
  866. // }
  867. //}
  868. }
  869. }