ServiceResponseGetConfiguration.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828
  1. namespace Wayne.FDCPOSLibrary
  2. {
  3. [System.SerializableAttribute()]
  4. [System.Xml.Serialization.XmlRootAttribute(ElementName = "ServiceResponse", Namespace = "")]
  5. public partial class ServiceResponseGetConfiguration : ServiceResponse
  6. {
  7. private ServiceResponseFDCdataGetConfiguration[] FDCdataField;
  8. [System.Xml.Serialization.XmlElementAttribute("FDCdata", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  9. public ServiceResponseFDCdataGetConfiguration[] FDCdata
  10. {
  11. get
  12. {
  13. return this.FDCdataField;
  14. }
  15. set
  16. {
  17. this.FDCdataField = value;
  18. }
  19. }
  20. public ServiceResponseGetConfiguration()
  21. {
  22. RequestType = "GetConfiguration";
  23. }
  24. }
  25. [System.SerializableAttribute()]
  26. [System.Xml.Serialization.XmlRootAttribute(ElementName = "ServiceResponse", Namespace = "")]
  27. public partial class ServiceResponseGetDSPConfiguration : ServiceResponseGetConfiguration //TLG ServiceResponse
  28. {
  29. public ServiceResponseGetDSPConfiguration()
  30. {
  31. RequestType = "GetDSPConfiguration";
  32. }
  33. }
  34. [System.SerializableAttribute()]
  35. [System.Xml.Serialization.XmlRootAttribute(ElementName = "ServiceResponse", Namespace = "")]
  36. public partial class ServiceResponseGetTLGConfiguration : ServiceResponseGetConfiguration //TLG ServiceResponse
  37. {
  38. public ServiceResponseGetTLGConfiguration()
  39. {
  40. RequestType = "GetTLGConfiguration";
  41. }
  42. }
  43. [System.SerializableAttribute()]
  44. [System.Xml.Serialization.XmlRootAttribute(ElementName = "ServiceResponse", Namespace = "")]
  45. public partial class ServiceResponseGetPPConfiguration : ServiceResponseGetConfiguration //TLG ServiceResponse
  46. {
  47. public ServiceResponseGetPPConfiguration()
  48. {
  49. RequestType = "GetPPConfiguration";
  50. }
  51. }
  52. [System.SerializableAttribute()]
  53. public partial class ServiceResponseFDCdataGetConfiguration
  54. {
  55. private string FDCTimeStampField;
  56. private ServiceDeviceClassConfiguration[] DeviceClassField;
  57. private string FDCStatusField;
  58. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  59. public string FDCTimeStamp
  60. {
  61. get
  62. {
  63. return this.FDCTimeStampField;
  64. }
  65. set
  66. {
  67. this.FDCTimeStampField = value;
  68. }
  69. }
  70. [System.Xml.Serialization.XmlElementAttribute("DeviceClass", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  71. public ServiceDeviceClassConfiguration[] DeviceClass
  72. {
  73. get
  74. {
  75. return this.DeviceClassField;
  76. }
  77. set
  78. {
  79. this.DeviceClassField = value;
  80. }
  81. }
  82. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  83. public string FDCStatus
  84. {
  85. get
  86. {
  87. return this.FDCStatusField;
  88. }
  89. set
  90. {
  91. this.FDCStatusField = value;
  92. }
  93. }
  94. }
  95. [System.SerializableAttribute()]
  96. public partial class ServiceDeviceClassConfiguration
  97. {
  98. private string TypeField;
  99. private string DeviceIdField;
  100. //DSP
  101. private ServiceProductDSPDeviceClassConfiguration[] DSPProductField;
  102. //FP
  103. private string FPPumpNoField;
  104. private ServiceNozzleFPDeviceClassConfiguration[] FPNozzleField;
  105. private ServiceDeviceClassConfiguration[] DeviceClassField;
  106. //PP
  107. private string PPLogicalDeviceNoField;
  108. private ServiceSegmentsPPDeviceClassConfiguration[] PPSegmentsField;
  109. private string SignNoField;
  110. //TP
  111. private string TPTankNoField;
  112. private string TPProductNoField;
  113. private string TPProductNameField;
  114. private string TP_PPManualModeField; //utilizzato anche da PP
  115. private string TPShellCapacityField;
  116. private string TPMaxSafeFillCapField;
  117. private string TPLowCapacityField;
  118. private string TPMinOperatingCapacityField;
  119. private ServiceTankManifoldPartnersTPDeviceClassConfiguration[] TPTankManifoldPartnersField;
  120. private ServiceSetPointsTPDeviceClassConfiguration[] TPSetPointsField;
  121. [System.Xml.Serialization.XmlAttributeAttribute()]
  122. public string Type
  123. {
  124. get
  125. {
  126. return this.TypeField;
  127. }
  128. set
  129. {
  130. this.TypeField = value;
  131. }
  132. }
  133. [System.Xml.Serialization.XmlAttributeAttribute()]
  134. public string DeviceID
  135. {
  136. get
  137. {
  138. return this.DeviceIdField;
  139. }
  140. set
  141. {
  142. this.DeviceIdField = value;
  143. }
  144. }
  145. //DSP
  146. [System.Xml.Serialization.XmlElementAttribute("Product", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  147. public ServiceProductDSPDeviceClassConfiguration[] DSPProduct
  148. {
  149. get
  150. {
  151. return this.DSPProductField;
  152. }
  153. set
  154. {
  155. this.DSPProductField = value;
  156. }
  157. }
  158. [System.Xml.Serialization.XmlElementAttribute("DeviceClass", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  159. public ServiceDeviceClassConfiguration[] DeviceClass
  160. {
  161. get
  162. {
  163. return this.DeviceClassField;
  164. }
  165. set
  166. {
  167. this.DeviceClassField = value;
  168. }
  169. }
  170. //FP
  171. [System.Xml.Serialization.XmlAttributeAttribute("PumpNo")]
  172. public string FPPumpNo
  173. {
  174. get
  175. {
  176. return this.FPPumpNoField;
  177. }
  178. set
  179. {
  180. this.FPPumpNoField = value;
  181. }
  182. }
  183. [System.Xml.Serialization.XmlElementAttribute("Nozzle", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  184. public ServiceNozzleFPDeviceClassConfiguration[] FPNozzle
  185. {
  186. get
  187. {
  188. return this.FPNozzleField;
  189. }
  190. set
  191. {
  192. this.FPNozzleField = value;
  193. }
  194. }
  195. //PP: inserito prima di TP perchè ManualMode in PP deve essere l'ultimo attributo
  196. [System.Xml.Serialization.XmlAttributeAttribute("LogicalDeviceNo")]
  197. public string PPLogicalDeviceNo
  198. {
  199. get
  200. {
  201. return this.PPLogicalDeviceNoField;
  202. }
  203. set
  204. {
  205. this.PPLogicalDeviceNoField = value;
  206. }
  207. }
  208. //PP:
  209. [System.Xml.Serialization.XmlAttributeAttribute("SignNo")]
  210. public string SignNo
  211. {
  212. get
  213. {
  214. return this.SignNoField;
  215. }
  216. set
  217. {
  218. this.SignNoField = value;
  219. }
  220. }
  221. [System.Xml.Serialization.XmlElementAttribute("Segments", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  222. public ServiceSegmentsPPDeviceClassConfiguration[] PPSegments
  223. {
  224. get
  225. {
  226. return this.PPSegmentsField;
  227. }
  228. set
  229. {
  230. this.PPSegmentsField = value;
  231. }
  232. }
  233. //TP
  234. [System.Xml.Serialization.XmlAttributeAttribute("TankNo")]
  235. public string TPTankNo
  236. {
  237. get
  238. {
  239. return this.TPTankNoField;
  240. }
  241. set
  242. {
  243. this.TPTankNoField = value;
  244. }
  245. }
  246. [System.Xml.Serialization.XmlAttributeAttribute("ProductNo")]
  247. public string TPProductNo
  248. {
  249. get
  250. {
  251. return this.TPProductNoField;
  252. }
  253. set
  254. {
  255. this.TPProductNoField = value;
  256. }
  257. }
  258. [System.Xml.Serialization.XmlAttributeAttribute("ProductName")]
  259. public string TPProductName
  260. {
  261. get
  262. {
  263. return this.TPProductNameField;
  264. }
  265. set
  266. {
  267. this.TPProductNameField = value;
  268. }
  269. }
  270. //utilizzato anche da PP
  271. [System.Xml.Serialization.XmlAttributeAttribute("ManualMode")]
  272. public string TP_PPManualMode
  273. {
  274. get
  275. {
  276. return this.TP_PPManualModeField;
  277. }
  278. set
  279. {
  280. this.TP_PPManualModeField = value;
  281. }
  282. }
  283. [System.Xml.Serialization.XmlElementAttribute("ShellCapacity", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  284. public string TPShellCapacity
  285. {
  286. get
  287. {
  288. return this.TPShellCapacityField;
  289. }
  290. set
  291. {
  292. this.TPShellCapacityField = value;
  293. }
  294. }
  295. [System.Xml.Serialization.XmlElementAttribute("MaxSafeFillCap", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  296. public string TPMaxSafeFillCap
  297. {
  298. get
  299. {
  300. return this.TPMaxSafeFillCapField;
  301. }
  302. set
  303. {
  304. this.TPMaxSafeFillCapField = value;
  305. }
  306. }
  307. [System.Xml.Serialization.XmlElementAttribute("LowCapacity", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  308. public string TPLowCapacity
  309. {
  310. get
  311. {
  312. return this.TPLowCapacityField;
  313. }
  314. set
  315. {
  316. this.TPLowCapacityField = value;
  317. }
  318. }
  319. [System.Xml.Serialization.XmlElementAttribute("MinOperatingCapacity", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  320. public string TPMinOperatingCapacity
  321. {
  322. get
  323. {
  324. return this.TPMinOperatingCapacityField;
  325. }
  326. set
  327. {
  328. this.TPMinOperatingCapacityField = value;
  329. }
  330. }
  331. [System.Xml.Serialization.XmlElementAttribute("TankManifoldPartners", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  332. public ServiceTankManifoldPartnersTPDeviceClassConfiguration[] TPTankManifoldPartners
  333. {
  334. get
  335. {
  336. return this.TPTankManifoldPartnersField;
  337. }
  338. set
  339. {
  340. this.TPTankManifoldPartnersField = value;
  341. }
  342. }
  343. [System.Xml.Serialization.XmlElementAttribute("SetPoints", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  344. public ServiceSetPointsTPDeviceClassConfiguration[] TPSetPoints
  345. {
  346. get
  347. {
  348. return this.TPSetPointsField;
  349. }
  350. set
  351. {
  352. this.TPSetPointsField = value;
  353. }
  354. }
  355. }
  356. //DSP
  357. [System.SerializableAttribute()]
  358. public partial class ServiceProductDSPDeviceClassConfiguration
  359. {
  360. private string DSPProductNoField;
  361. private string DSPProductNameField;
  362. private ServiceFuelPriceDSPDeviceClassConfiguration[] DSPFuelPriceField;
  363. [System.Xml.Serialization.XmlAttributeAttribute("ProductNo")]
  364. public string DSPProductNo
  365. {
  366. get
  367. {
  368. return this.DSPProductNoField;
  369. }
  370. set
  371. {
  372. this.DSPProductNoField = value;
  373. }
  374. }
  375. [System.Xml.Serialization.XmlAttributeAttribute("ProductName")]
  376. public string DSPProductName
  377. {
  378. get
  379. {
  380. return this.DSPProductNameField;
  381. }
  382. set
  383. {
  384. this.DSPProductNameField = value;
  385. }
  386. }
  387. [System.Xml.Serialization.XmlElementAttribute("FuelPrice", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  388. public ServiceFuelPriceDSPDeviceClassConfiguration[] DSPFuelPrice
  389. {
  390. get
  391. {
  392. return this.DSPFuelPriceField;
  393. }
  394. set
  395. {
  396. this.DSPFuelPriceField = value;
  397. }
  398. }
  399. }
  400. [System.SerializableAttribute()]
  401. public partial class ServiceFuelPriceDSPDeviceClassConfiguration
  402. {
  403. private string FPDSPModeNoField;
  404. private string FPDSPPriceField;
  405. [System.Xml.Serialization.XmlAttributeAttribute("ModeNo")]
  406. public string FPDSPModeNo
  407. {
  408. get
  409. {
  410. return this.FPDSPModeNoField;
  411. }
  412. set
  413. {
  414. this.FPDSPModeNoField = value;
  415. }
  416. }
  417. //[System.Xml.Serialization.XmlElementAttribute("FuelMode", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  418. //public ServiceRequestDeviceClass FPDSPFuelMode
  419. //{
  420. // get
  421. // {
  422. // return this.FPDSPFuelModeField;
  423. // }
  424. // set
  425. // {
  426. // this.FPDSPFuelModeField = value;
  427. // }
  428. //}
  429. [System.Xml.Serialization.XmlTextAttribute()]
  430. public string FPDSPPrice
  431. {
  432. get
  433. {
  434. return this.FPDSPPriceField;
  435. }
  436. set
  437. {
  438. this.FPDSPPriceField = value;
  439. }
  440. }
  441. }
  442. //FP
  443. [System.SerializableAttribute()]
  444. public partial class ServiceNozzleFPDeviceClassConfiguration
  445. {
  446. private string FPNozzleNoField;
  447. private ServiceProductIdFPDeviceClassConfiguration[] FPProductIdField;
  448. [System.Xml.Serialization.XmlAttributeAttribute("NozzleNo")]
  449. public string FPNozzleNo
  450. {
  451. get
  452. {
  453. return this.FPNozzleNoField;
  454. }
  455. set
  456. {
  457. this.FPNozzleNoField = value;
  458. }
  459. }
  460. [System.Xml.Serialization.XmlElementAttribute("ProductID", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  461. public ServiceProductIdFPDeviceClassConfiguration[] FPProductId
  462. {
  463. get
  464. {
  465. return this.FPProductIdField;
  466. }
  467. set
  468. {
  469. this.FPProductIdField = value;
  470. }
  471. }
  472. }
  473. [System.SerializableAttribute()]
  474. public partial class ServiceProductIdFPDeviceClassConfiguration
  475. {
  476. private string PIFPProductNoField;
  477. private string PIFPProductNo1Field;
  478. private string PIFPProductNo2Field;
  479. private string PIFPTankNo1Field;
  480. private string PIFPTankNo2Field;
  481. private string PIFPBlendRatioField;
  482. private string PIFPBlendProductNoField;
  483. [System.Xml.Serialization.XmlAttributeAttribute("ProductNo")]
  484. public string PIFPProductNo
  485. {
  486. get
  487. {
  488. return this.PIFPProductNoField;
  489. }
  490. set
  491. {
  492. this.PIFPProductNoField = value;
  493. }
  494. }
  495. [System.Xml.Serialization.XmlAttributeAttribute("ProductNo1")]
  496. public string PIFPProductNo1
  497. {
  498. get
  499. {
  500. return this.PIFPProductNo1Field;
  501. }
  502. set
  503. {
  504. this.PIFPProductNo1Field = value;
  505. }
  506. }
  507. [System.Xml.Serialization.XmlAttributeAttribute("ProductNo2")]
  508. public string PIFPProductNo2
  509. {
  510. get
  511. {
  512. return this.PIFPProductNo2Field;
  513. }
  514. set
  515. {
  516. this.PIFPProductNo2Field = value;
  517. }
  518. }
  519. [System.Xml.Serialization.XmlAttributeAttribute("TankNo1")]
  520. public string PIFPTankNo1
  521. {
  522. get
  523. {
  524. return this.PIFPTankNo1Field;
  525. }
  526. set
  527. {
  528. this.PIFPTankNo1Field = value;
  529. }
  530. }
  531. [System.Xml.Serialization.XmlAttributeAttribute("TankNo2")]
  532. public string PIFPTankNo2
  533. {
  534. get
  535. {
  536. return this.PIFPTankNo2Field;
  537. }
  538. set
  539. {
  540. this.PIFPTankNo2Field = value;
  541. }
  542. }
  543. [System.Xml.Serialization.XmlAttributeAttribute("BlendRatio")]
  544. public string PIFPBlendRatio
  545. {
  546. get
  547. {
  548. return this.PIFPBlendRatioField;
  549. }
  550. set
  551. {
  552. this.PIFPBlendRatioField = value;
  553. }
  554. }
  555. [System.Xml.Serialization.XmlAttributeAttribute("BlendProductNo")]
  556. public string PIFPBlendProductNo
  557. {
  558. get
  559. {
  560. return this.PIFPBlendProductNoField;
  561. }
  562. set
  563. {
  564. this.PIFPBlendProductNoField = value;
  565. }
  566. }
  567. }
  568. /// TP
  569. [System.SerializableAttribute()]
  570. public partial class ServiceTankManifoldPartnersTPDeviceClassConfiguration
  571. {
  572. private ServiceTankNoTPDeviceClassConfiguration[] TPTankNoField;
  573. [System.Xml.Serialization.XmlElementAttribute("TankNo", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  574. public ServiceTankNoTPDeviceClassConfiguration[] TPTankNo
  575. {
  576. get
  577. {
  578. return this.TPTankNoField;
  579. }
  580. set
  581. {
  582. this.TPTankNoField = value;
  583. }
  584. }
  585. }
  586. [System.SerializableAttribute()]
  587. public partial class ServiceTankNoTPDeviceClassConfiguration
  588. {
  589. private string TPTankNoField;
  590. [System.Xml.Serialization.XmlTextAttribute()]
  591. public string TPTankNo
  592. {
  593. get
  594. {
  595. return this.TPTankNoField;
  596. }
  597. set
  598. {
  599. this.TPTankNoField = value;
  600. }
  601. }
  602. }
  603. [System.SerializableAttribute()]
  604. public partial class ServiceSetPointsTPDeviceClassConfiguration
  605. {
  606. private string TPHiHiLevelField;
  607. private string TPHiLevelField;
  608. private string TPLoLevelField;
  609. private string TPLoLoLevelField;
  610. private string TPHiWaterField;
  611. [System.Xml.Serialization.XmlElementAttribute("HiHiLevel", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  612. public string TPHiHiLevel
  613. {
  614. get
  615. {
  616. return this.TPHiHiLevelField;
  617. }
  618. set
  619. {
  620. this.TPHiHiLevelField = value;
  621. }
  622. }
  623. [System.Xml.Serialization.XmlElementAttribute("HiLevel", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  624. public string TPHiLevel
  625. {
  626. get
  627. {
  628. return this.TPHiLevelField;
  629. }
  630. set
  631. {
  632. this.TPHiLevelField = value;
  633. }
  634. }
  635. [System.Xml.Serialization.XmlElementAttribute("LoLevel", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  636. public string TPLoLevel
  637. {
  638. get
  639. {
  640. return this.TPLoLevelField;
  641. }
  642. set
  643. {
  644. this.TPLoLevelField = value;
  645. }
  646. }
  647. [System.Xml.Serialization.XmlElementAttribute("LoLoLevel", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  648. public string TPLoLoLevel
  649. {
  650. get
  651. {
  652. return this.TPLoLoLevelField;
  653. }
  654. set
  655. {
  656. this.TPLoLoLevelField = value;
  657. }
  658. }
  659. [System.Xml.Serialization.XmlElementAttribute("HiWater", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  660. public string TPHiWater
  661. {
  662. get
  663. {
  664. return this.TPHiWaterField;
  665. }
  666. set
  667. {
  668. this.TPHiWaterField = value;
  669. }
  670. }
  671. }
  672. //PP
  673. [System.SerializableAttribute()]
  674. public partial class ServiceSegmentsPPDeviceClassConfiguration
  675. {
  676. private ServiceLinePPDeviceClassConfiguration[] SPPLineField;
  677. [System.Xml.Serialization.XmlElementAttribute("Line", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  678. public ServiceLinePPDeviceClassConfiguration[] SPPLine
  679. {
  680. get
  681. {
  682. return this.SPPLineField;
  683. }
  684. set
  685. {
  686. this.SPPLineField = value;
  687. }
  688. }
  689. }
  690. [System.SerializableAttribute()]
  691. public partial class ServiceLinePPDeviceClassConfiguration
  692. {
  693. private string LSPPSegmentNoField;
  694. private string LSPPProductNoField;
  695. private string LSPPProductNameField;
  696. private string LSPPProductPriceField;
  697. private string LSPPModeNoField;
  698. [System.Xml.Serialization.XmlAttributeAttribute("SegmentNo")]
  699. public string LSPPSegmentNo
  700. {
  701. get
  702. {
  703. return this.LSPPSegmentNoField;
  704. }
  705. set
  706. {
  707. this.LSPPSegmentNoField = value;
  708. }
  709. }
  710. [System.Xml.Serialization.XmlAttributeAttribute("ProductNo")]
  711. public string LSPPProductNo
  712. {
  713. get
  714. {
  715. return this.LSPPProductNoField;
  716. }
  717. set
  718. {
  719. this.LSPPProductNoField = value;
  720. }
  721. }
  722. [System.Xml.Serialization.XmlAttributeAttribute("ProductName")]
  723. public string LSPPProductName
  724. {
  725. get
  726. {
  727. return this.LSPPProductNameField;
  728. }
  729. set
  730. {
  731. this.LSPPProductNameField = value;
  732. }
  733. }
  734. [System.Xml.Serialization.XmlAttributeAttribute("ProductPrice")]
  735. public string LSPPProductPrice
  736. {
  737. get
  738. {
  739. return this.LSPPProductPriceField;
  740. }
  741. set
  742. {
  743. this.LSPPProductPriceField = value;
  744. }
  745. }
  746. [System.Xml.Serialization.XmlAttributeAttribute("ModeNo")]
  747. public string LSPPModeNo
  748. {
  749. get
  750. {
  751. return this.LSPPModeNoField;
  752. }
  753. set
  754. {
  755. this.LSPPModeNoField = value;
  756. }
  757. }
  758. }
  759. }