Reference.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008 {
  11. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  12. [System.ServiceModel.ServiceContractAttribute(Namespace="urn:sap-com:document:sap:rfc:functions", ConfigurationName="HGSAPDK_ZPPFM008.ZPPFM008")]
  13. public interface ZPPFM008 {
  14. // CODEGEN: 操作 ZPPFM008 以后生成的消息协定不是 RPC,也不是换行文档。
  15. [System.ServiceModel.OperationContractAttribute(Action="urn:sap-com:document:sap:rfc:functions:ZPPFM008:ZPPFM008Request", ReplyAction="*")]
  16. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  17. Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Response1 ZPPFM008(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Request request);
  18. }
  19. /// <remarks/>
  20. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
  21. [System.SerializableAttribute()]
  22. [System.Diagnostics.DebuggerStepThroughAttribute()]
  23. [System.ComponentModel.DesignerCategoryAttribute("code")]
  24. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:sap-com:document:sap:rfc:functions")]
  25. public partial class Zppfm008 : object, System.ComponentModel.INotifyPropertyChanged {
  26. private ZSPP100[] tABLE_INField;
  27. private ZSPP100[] tABLE_OUTField;
  28. private int zSUMField;
  29. private bool zSUMFieldSpecified;
  30. /// <remarks/>
  31. [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
  32. [System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
  33. public ZSPP100[] TABLE_IN {
  34. get {
  35. return this.tABLE_INField;
  36. }
  37. set {
  38. this.tABLE_INField = value;
  39. this.RaisePropertyChanged("TABLE_IN");
  40. }
  41. }
  42. /// <remarks/>
  43. [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
  44. [System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
  45. public ZSPP100[] TABLE_OUT {
  46. get {
  47. return this.tABLE_OUTField;
  48. }
  49. set {
  50. this.tABLE_OUTField = value;
  51. this.RaisePropertyChanged("TABLE_OUT");
  52. }
  53. }
  54. /// <remarks/>
  55. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
  56. public int ZSUM {
  57. get {
  58. return this.zSUMField;
  59. }
  60. set {
  61. this.zSUMField = value;
  62. this.RaisePropertyChanged("ZSUM");
  63. }
  64. }
  65. /// <remarks/>
  66. [System.Xml.Serialization.XmlIgnoreAttribute()]
  67. public bool ZSUMSpecified {
  68. get {
  69. return this.zSUMFieldSpecified;
  70. }
  71. set {
  72. this.zSUMFieldSpecified = value;
  73. this.RaisePropertyChanged("ZSUMSpecified");
  74. }
  75. }
  76. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  77. protected void RaisePropertyChanged(string propertyName) {
  78. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  79. if ((propertyChanged != null)) {
  80. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  81. }
  82. }
  83. }
  84. /// <remarks/>
  85. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
  86. [System.SerializableAttribute()]
  87. [System.Diagnostics.DebuggerStepThroughAttribute()]
  88. [System.ComponentModel.DesignerCategoryAttribute("code")]
  89. [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:sap-com:document:sap:rfc:functions")]
  90. public partial class ZSPP100 : object, System.ComponentModel.INotifyPropertyChanged {
  91. private string wERKSField;
  92. private string gROESField;
  93. private string mATNRField;
  94. private string zGHNUField;
  95. private string zJDNUField;
  96. private string zSCNUField;
  97. private string vBELNField;
  98. private string pOSNRField;
  99. private string zKSSJField;
  100. private decimal zJSRQField;
  101. private string zCLNGField;
  102. private string zSPNGField;
  103. private string zQCNGField;
  104. private string zHSNGField;
  105. private string zGBNGField;
  106. private string zBZBSField;
  107. private string zSCSField;
  108. private string zTYPEField;
  109. private string zMSGField;
  110. private string mJAHRField;
  111. private string mBLNR1Field;
  112. private string zTYPE1Field;
  113. private string zMSG1Field;
  114. private string mBLNR2Field;
  115. private string zTYPE2Field;
  116. private string zMSG2Field;
  117. private string mBLNR3Field;
  118. private string zTYPE3Field;
  119. private string zMSG3Field;
  120. private string mBLNR4Field;
  121. private string zTYPE4Field;
  122. private string zMSG4Field;
  123. /// <remarks/>
  124. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
  125. public string WERKS {
  126. get {
  127. return this.wERKSField;
  128. }
  129. set {
  130. this.wERKSField = value;
  131. this.RaisePropertyChanged("WERKS");
  132. }
  133. }
  134. /// <remarks/>
  135. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
  136. public string GROES {
  137. get {
  138. return this.gROESField;
  139. }
  140. set {
  141. this.gROESField = value;
  142. this.RaisePropertyChanged("GROES");
  143. }
  144. }
  145. /// <remarks/>
  146. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
  147. public string MATNR {
  148. get {
  149. return this.mATNRField;
  150. }
  151. set {
  152. this.mATNRField = value;
  153. this.RaisePropertyChanged("MATNR");
  154. }
  155. }
  156. /// <remarks/>
  157. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)]
  158. public string ZGHNU {
  159. get {
  160. return this.zGHNUField;
  161. }
  162. set {
  163. this.zGHNUField = value;
  164. this.RaisePropertyChanged("ZGHNU");
  165. }
  166. }
  167. /// <remarks/>
  168. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)]
  169. public string ZJDNU {
  170. get {
  171. return this.zJDNUField;
  172. }
  173. set {
  174. this.zJDNUField = value;
  175. this.RaisePropertyChanged("ZJDNU");
  176. }
  177. }
  178. /// <remarks/>
  179. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=5)]
  180. public string ZSCNU {
  181. get {
  182. return this.zSCNUField;
  183. }
  184. set {
  185. this.zSCNUField = value;
  186. this.RaisePropertyChanged("ZSCNU");
  187. }
  188. }
  189. /// <remarks/>
  190. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=6)]
  191. public string VBELN {
  192. get {
  193. return this.vBELNField;
  194. }
  195. set {
  196. this.vBELNField = value;
  197. this.RaisePropertyChanged("VBELN");
  198. }
  199. }
  200. /// <remarks/>
  201. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=7)]
  202. public string POSNR {
  203. get {
  204. return this.pOSNRField;
  205. }
  206. set {
  207. this.pOSNRField = value;
  208. this.RaisePropertyChanged("POSNR");
  209. }
  210. }
  211. /// <remarks/>
  212. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=8)]
  213. public string ZKSSJ {
  214. get {
  215. return this.zKSSJField;
  216. }
  217. set {
  218. this.zKSSJField = value;
  219. this.RaisePropertyChanged("ZKSSJ");
  220. }
  221. }
  222. /// <remarks/>
  223. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=9)]
  224. public decimal ZJSRQ {
  225. get {
  226. return this.zJSRQField;
  227. }
  228. set {
  229. this.zJSRQField = value;
  230. this.RaisePropertyChanged("ZJSRQ");
  231. }
  232. }
  233. /// <remarks/>
  234. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=10)]
  235. public string ZCLNG {
  236. get {
  237. return this.zCLNGField;
  238. }
  239. set {
  240. this.zCLNGField = value;
  241. this.RaisePropertyChanged("ZCLNG");
  242. }
  243. }
  244. /// <remarks/>
  245. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=11)]
  246. public string ZSPNG {
  247. get {
  248. return this.zSPNGField;
  249. }
  250. set {
  251. this.zSPNGField = value;
  252. this.RaisePropertyChanged("ZSPNG");
  253. }
  254. }
  255. /// <remarks/>
  256. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=12)]
  257. public string ZQCNG {
  258. get {
  259. return this.zQCNGField;
  260. }
  261. set {
  262. this.zQCNGField = value;
  263. this.RaisePropertyChanged("ZQCNG");
  264. }
  265. }
  266. /// <remarks/>
  267. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=13)]
  268. public string ZHSNG {
  269. get {
  270. return this.zHSNGField;
  271. }
  272. set {
  273. this.zHSNGField = value;
  274. this.RaisePropertyChanged("ZHSNG");
  275. }
  276. }
  277. /// <remarks/>
  278. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=14)]
  279. public string ZGBNG {
  280. get {
  281. return this.zGBNGField;
  282. }
  283. set {
  284. this.zGBNGField = value;
  285. this.RaisePropertyChanged("ZGBNG");
  286. }
  287. }
  288. /// <remarks/>
  289. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=15)]
  290. public string ZBZBS {
  291. get {
  292. return this.zBZBSField;
  293. }
  294. set {
  295. this.zBZBSField = value;
  296. this.RaisePropertyChanged("ZBZBS");
  297. }
  298. }
  299. /// <remarks/>
  300. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=16)]
  301. public string ZSCS {
  302. get {
  303. return this.zSCSField;
  304. }
  305. set {
  306. this.zSCSField = value;
  307. this.RaisePropertyChanged("ZSCS");
  308. }
  309. }
  310. /// <remarks/>
  311. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=17)]
  312. public string ZTYPE {
  313. get {
  314. return this.zTYPEField;
  315. }
  316. set {
  317. this.zTYPEField = value;
  318. this.RaisePropertyChanged("ZTYPE");
  319. }
  320. }
  321. /// <remarks/>
  322. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=18)]
  323. public string ZMSG {
  324. get {
  325. return this.zMSGField;
  326. }
  327. set {
  328. this.zMSGField = value;
  329. this.RaisePropertyChanged("ZMSG");
  330. }
  331. }
  332. /// <remarks/>
  333. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=19)]
  334. public string MJAHR {
  335. get {
  336. return this.mJAHRField;
  337. }
  338. set {
  339. this.mJAHRField = value;
  340. this.RaisePropertyChanged("MJAHR");
  341. }
  342. }
  343. /// <remarks/>
  344. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=20)]
  345. public string MBLNR1 {
  346. get {
  347. return this.mBLNR1Field;
  348. }
  349. set {
  350. this.mBLNR1Field = value;
  351. this.RaisePropertyChanged("MBLNR1");
  352. }
  353. }
  354. /// <remarks/>
  355. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=21)]
  356. public string ZTYPE1 {
  357. get {
  358. return this.zTYPE1Field;
  359. }
  360. set {
  361. this.zTYPE1Field = value;
  362. this.RaisePropertyChanged("ZTYPE1");
  363. }
  364. }
  365. /// <remarks/>
  366. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=22)]
  367. public string ZMSG1 {
  368. get {
  369. return this.zMSG1Field;
  370. }
  371. set {
  372. this.zMSG1Field = value;
  373. this.RaisePropertyChanged("ZMSG1");
  374. }
  375. }
  376. /// <remarks/>
  377. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=23)]
  378. public string MBLNR2 {
  379. get {
  380. return this.mBLNR2Field;
  381. }
  382. set {
  383. this.mBLNR2Field = value;
  384. this.RaisePropertyChanged("MBLNR2");
  385. }
  386. }
  387. /// <remarks/>
  388. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=24)]
  389. public string ZTYPE2 {
  390. get {
  391. return this.zTYPE2Field;
  392. }
  393. set {
  394. this.zTYPE2Field = value;
  395. this.RaisePropertyChanged("ZTYPE2");
  396. }
  397. }
  398. /// <remarks/>
  399. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=25)]
  400. public string ZMSG2 {
  401. get {
  402. return this.zMSG2Field;
  403. }
  404. set {
  405. this.zMSG2Field = value;
  406. this.RaisePropertyChanged("ZMSG2");
  407. }
  408. }
  409. /// <remarks/>
  410. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=26)]
  411. public string MBLNR3 {
  412. get {
  413. return this.mBLNR3Field;
  414. }
  415. set {
  416. this.mBLNR3Field = value;
  417. this.RaisePropertyChanged("MBLNR3");
  418. }
  419. }
  420. /// <remarks/>
  421. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=27)]
  422. public string ZTYPE3 {
  423. get {
  424. return this.zTYPE3Field;
  425. }
  426. set {
  427. this.zTYPE3Field = value;
  428. this.RaisePropertyChanged("ZTYPE3");
  429. }
  430. }
  431. /// <remarks/>
  432. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=28)]
  433. public string ZMSG3 {
  434. get {
  435. return this.zMSG3Field;
  436. }
  437. set {
  438. this.zMSG3Field = value;
  439. this.RaisePropertyChanged("ZMSG3");
  440. }
  441. }
  442. /// <remarks/>
  443. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=29)]
  444. public string MBLNR4 {
  445. get {
  446. return this.mBLNR4Field;
  447. }
  448. set {
  449. this.mBLNR4Field = value;
  450. this.RaisePropertyChanged("MBLNR4");
  451. }
  452. }
  453. /// <remarks/>
  454. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=30)]
  455. public string ZTYPE4 {
  456. get {
  457. return this.zTYPE4Field;
  458. }
  459. set {
  460. this.zTYPE4Field = value;
  461. this.RaisePropertyChanged("ZTYPE4");
  462. }
  463. }
  464. /// <remarks/>
  465. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=31)]
  466. public string ZMSG4 {
  467. get {
  468. return this.zMSG4Field;
  469. }
  470. set {
  471. this.zMSG4Field = value;
  472. this.RaisePropertyChanged("ZMSG4");
  473. }
  474. }
  475. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  476. protected void RaisePropertyChanged(string propertyName) {
  477. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  478. if ((propertyChanged != null)) {
  479. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  480. }
  481. }
  482. }
  483. /// <remarks/>
  484. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
  485. [System.SerializableAttribute()]
  486. [System.Diagnostics.DebuggerStepThroughAttribute()]
  487. [System.ComponentModel.DesignerCategoryAttribute("code")]
  488. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:sap-com:document:sap:rfc:functions")]
  489. public partial class ZPPFM008Response : object, System.ComponentModel.INotifyPropertyChanged {
  490. private ZSPP100[] tABLE_INField;
  491. private ZSPP100[] tABLE_OUTField;
  492. private string zMSGField;
  493. private string zTYPEField;
  494. /// <remarks/>
  495. [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
  496. [System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
  497. public ZSPP100[] TABLE_IN {
  498. get {
  499. return this.tABLE_INField;
  500. }
  501. set {
  502. this.tABLE_INField = value;
  503. this.RaisePropertyChanged("TABLE_IN");
  504. }
  505. }
  506. /// <remarks/>
  507. [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
  508. [System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
  509. public ZSPP100[] TABLE_OUT {
  510. get {
  511. return this.tABLE_OUTField;
  512. }
  513. set {
  514. this.tABLE_OUTField = value;
  515. this.RaisePropertyChanged("TABLE_OUT");
  516. }
  517. }
  518. /// <remarks/>
  519. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
  520. public string ZMSG {
  521. get {
  522. return this.zMSGField;
  523. }
  524. set {
  525. this.zMSGField = value;
  526. this.RaisePropertyChanged("ZMSG");
  527. }
  528. }
  529. /// <remarks/>
  530. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)]
  531. public string ZTYPE {
  532. get {
  533. return this.zTYPEField;
  534. }
  535. set {
  536. this.zTYPEField = value;
  537. this.RaisePropertyChanged("ZTYPE");
  538. }
  539. }
  540. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  541. protected void RaisePropertyChanged(string propertyName) {
  542. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  543. if ((propertyChanged != null)) {
  544. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  545. }
  546. }
  547. }
  548. [System.Diagnostics.DebuggerStepThroughAttribute()]
  549. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  550. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  551. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  552. public partial class ZPPFM008Request {
  553. [System.ServiceModel.MessageBodyMemberAttribute(Namespace="urn:sap-com:document:sap:rfc:functions", Order=0)]
  554. public Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.Zppfm008 ZPPFM008;
  555. public ZPPFM008Request() {
  556. }
  557. public ZPPFM008Request(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.Zppfm008 ZPPFM008) {
  558. this.ZPPFM008 = ZPPFM008;
  559. }
  560. }
  561. [System.Diagnostics.DebuggerStepThroughAttribute()]
  562. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  563. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  564. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  565. public partial class ZPPFM008Response1 {
  566. [System.ServiceModel.MessageBodyMemberAttribute(Namespace="urn:sap-com:document:sap:rfc:functions", Order=0)]
  567. public Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Response ZPPFM008Response;
  568. public ZPPFM008Response1() {
  569. }
  570. public ZPPFM008Response1(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Response ZPPFM008Response) {
  571. this.ZPPFM008Response = ZPPFM008Response;
  572. }
  573. }
  574. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  575. public interface ZPPFM008Channel : Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008, System.ServiceModel.IClientChannel {
  576. }
  577. [System.Diagnostics.DebuggerStepThroughAttribute()]
  578. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  579. public partial class ZPPFM008Client : System.ServiceModel.ClientBase<Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008>, Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008 {
  580. public ZPPFM008Client() {
  581. }
  582. public ZPPFM008Client(string endpointConfigurationName) :
  583. base(endpointConfigurationName) {
  584. }
  585. public ZPPFM008Client(string endpointConfigurationName, string remoteAddress) :
  586. base(endpointConfigurationName, remoteAddress) {
  587. }
  588. public ZPPFM008Client(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  589. base(endpointConfigurationName, remoteAddress) {
  590. }
  591. public ZPPFM008Client(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  592. base(binding, remoteAddress) {
  593. }
  594. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  595. Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Response1 Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008.ZPPFM008(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Request request) {
  596. return base.Channel.ZPPFM008(request);
  597. }
  598. public Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Response ZPPFM008(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.Zppfm008 ZPPFM0081) {
  599. Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Request inValue = new Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Request();
  600. inValue.ZPPFM008 = ZPPFM0081;
  601. Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Response1 retVal = ((Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008)(this)).ZPPFM008(inValue);
  602. return retVal.ZPPFM008Response;
  603. }
  604. }
  605. }