//------------------------------------------------------------------------------
//
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
//
//------------------------------------------------------------------------------
namespace Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008 {
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ServiceModel.ServiceContractAttribute(Namespace="urn:sap-com:document:sap:rfc:functions", ConfigurationName="HGSAPDK_ZPPFM008.ZPPFM008")]
public interface ZPPFM008 {
// CODEGEN: 操作 ZPPFM008 以后生成的消息协定不是 RPC,也不是换行文档。
[System.ServiceModel.OperationContractAttribute(Action="urn:sap-com:document:sap:rfc:functions:ZPPFM008:ZPPFM008Request", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Response1 ZPPFM008(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Request request);
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:sap-com:document:sap:rfc:functions")]
public partial class Zppfm008 : object, System.ComponentModel.INotifyPropertyChanged {
private ZSPP100[] tABLE_INField;
private ZSPP100[] tABLE_OUTField;
private int zSUMField;
private bool zSUMFieldSpecified;
///
[System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
[System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
public ZSPP100[] TABLE_IN {
get {
return this.tABLE_INField;
}
set {
this.tABLE_INField = value;
this.RaisePropertyChanged("TABLE_IN");
}
}
///
[System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
[System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
public ZSPP100[] TABLE_OUT {
get {
return this.tABLE_OUTField;
}
set {
this.tABLE_OUTField = value;
this.RaisePropertyChanged("TABLE_OUT");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
public int ZSUM {
get {
return this.zSUMField;
}
set {
this.zSUMField = value;
this.RaisePropertyChanged("ZSUM");
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool ZSUMSpecified {
get {
return this.zSUMFieldSpecified;
}
set {
this.zSUMFieldSpecified = value;
this.RaisePropertyChanged("ZSUMSpecified");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:sap-com:document:sap:rfc:functions")]
public partial class ZSPP100 : object, System.ComponentModel.INotifyPropertyChanged {
private string wERKSField;
private string gROESField;
private string mATNRField;
private string zGHNUField;
private string zJDNUField;
private string zSCNUField;
private string vBELNField;
private string pOSNRField;
private string zKSSJField;
private decimal zJSRQField;
private string zCLNGField;
private string zSPNGField;
private string zQCNGField;
private string zHSNGField;
private string zGBNGField;
private string zBZBSField;
private string zTYPEField;
private string zMSGField;
private string mJAHRField;
private string mBLNR1Field;
private string zTYPE1Field;
private string zMSG1Field;
private string mBLNR2Field;
private string zTYPE2Field;
private string zMSG2Field;
private string mBLNR3Field;
private string zTYPE3Field;
private string zMSG3Field;
private string mBLNR4Field;
private string zTYPE4Field;
private string zMSG4Field;
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
public string WERKS {
get {
return this.wERKSField;
}
set {
this.wERKSField = value;
this.RaisePropertyChanged("WERKS");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
public string GROES {
get {
return this.gROESField;
}
set {
this.gROESField = value;
this.RaisePropertyChanged("GROES");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
public string MATNR {
get {
return this.mATNRField;
}
set {
this.mATNRField = value;
this.RaisePropertyChanged("MATNR");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)]
public string ZGHNU {
get {
return this.zGHNUField;
}
set {
this.zGHNUField = value;
this.RaisePropertyChanged("ZGHNU");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)]
public string ZJDNU {
get {
return this.zJDNUField;
}
set {
this.zJDNUField = value;
this.RaisePropertyChanged("ZJDNU");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=5)]
public string ZSCNU {
get {
return this.zSCNUField;
}
set {
this.zSCNUField = value;
this.RaisePropertyChanged("ZSCNU");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=6)]
public string VBELN {
get {
return this.vBELNField;
}
set {
this.vBELNField = value;
this.RaisePropertyChanged("VBELN");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=7)]
public string POSNR {
get {
return this.pOSNRField;
}
set {
this.pOSNRField = value;
this.RaisePropertyChanged("POSNR");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=8)]
public string ZKSSJ {
get {
return this.zKSSJField;
}
set {
this.zKSSJField = value;
this.RaisePropertyChanged("ZKSSJ");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=9)]
public decimal ZJSRQ {
get {
return this.zJSRQField;
}
set {
this.zJSRQField = value;
this.RaisePropertyChanged("ZJSRQ");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=10)]
public string ZCLNG {
get {
return this.zCLNGField;
}
set {
this.zCLNGField = value;
this.RaisePropertyChanged("ZCLNG");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=11)]
public string ZSPNG {
get {
return this.zSPNGField;
}
set {
this.zSPNGField = value;
this.RaisePropertyChanged("ZSPNG");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=12)]
public string ZQCNG {
get {
return this.zQCNGField;
}
set {
this.zQCNGField = value;
this.RaisePropertyChanged("ZQCNG");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=13)]
public string ZHSNG {
get {
return this.zHSNGField;
}
set {
this.zHSNGField = value;
this.RaisePropertyChanged("ZHSNG");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=14)]
public string ZGBNG {
get {
return this.zGBNGField;
}
set {
this.zGBNGField = value;
this.RaisePropertyChanged("ZGBNG");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=15)]
public string ZBZBS {
get {
return this.zBZBSField;
}
set {
this.zBZBSField = value;
this.RaisePropertyChanged("ZBZBS");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=16)]
public string ZTYPE {
get {
return this.zTYPEField;
}
set {
this.zTYPEField = value;
this.RaisePropertyChanged("ZTYPE");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=17)]
public string ZMSG {
get {
return this.zMSGField;
}
set {
this.zMSGField = value;
this.RaisePropertyChanged("ZMSG");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=18)]
public string MJAHR {
get {
return this.mJAHRField;
}
set {
this.mJAHRField = value;
this.RaisePropertyChanged("MJAHR");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=19)]
public string MBLNR1 {
get {
return this.mBLNR1Field;
}
set {
this.mBLNR1Field = value;
this.RaisePropertyChanged("MBLNR1");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=20)]
public string ZTYPE1 {
get {
return this.zTYPE1Field;
}
set {
this.zTYPE1Field = value;
this.RaisePropertyChanged("ZTYPE1");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=21)]
public string ZMSG1 {
get {
return this.zMSG1Field;
}
set {
this.zMSG1Field = value;
this.RaisePropertyChanged("ZMSG1");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=22)]
public string MBLNR2 {
get {
return this.mBLNR2Field;
}
set {
this.mBLNR2Field = value;
this.RaisePropertyChanged("MBLNR2");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=23)]
public string ZTYPE2 {
get {
return this.zTYPE2Field;
}
set {
this.zTYPE2Field = value;
this.RaisePropertyChanged("ZTYPE2");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=24)]
public string ZMSG2 {
get {
return this.zMSG2Field;
}
set {
this.zMSG2Field = value;
this.RaisePropertyChanged("ZMSG2");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=25)]
public string MBLNR3 {
get {
return this.mBLNR3Field;
}
set {
this.mBLNR3Field = value;
this.RaisePropertyChanged("MBLNR3");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=26)]
public string ZTYPE3 {
get {
return this.zTYPE3Field;
}
set {
this.zTYPE3Field = value;
this.RaisePropertyChanged("ZTYPE3");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=27)]
public string ZMSG3 {
get {
return this.zMSG3Field;
}
set {
this.zMSG3Field = value;
this.RaisePropertyChanged("ZMSG3");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=28)]
public string MBLNR4 {
get {
return this.mBLNR4Field;
}
set {
this.mBLNR4Field = value;
this.RaisePropertyChanged("MBLNR4");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=29)]
public string ZTYPE4 {
get {
return this.zTYPE4Field;
}
set {
this.zTYPE4Field = value;
this.RaisePropertyChanged("ZTYPE4");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=30)]
public string ZMSG4 {
get {
return this.zMSG4Field;
}
set {
this.zMSG4Field = value;
this.RaisePropertyChanged("ZMSG4");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:sap-com:document:sap:rfc:functions")]
public partial class ZPPFM008Response : object, System.ComponentModel.INotifyPropertyChanged {
private ZSPP100[] tABLE_INField;
private ZSPP100[] tABLE_OUTField;
private string zMSGField;
private string zTYPEField;
///
[System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
[System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
public ZSPP100[] TABLE_IN {
get {
return this.tABLE_INField;
}
set {
this.tABLE_INField = value;
this.RaisePropertyChanged("TABLE_IN");
}
}
///
[System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
[System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
public ZSPP100[] TABLE_OUT {
get {
return this.tABLE_OUTField;
}
set {
this.tABLE_OUTField = value;
this.RaisePropertyChanged("TABLE_OUT");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
public string ZMSG {
get {
return this.zMSGField;
}
set {
this.zMSGField = value;
this.RaisePropertyChanged("ZMSG");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)]
public string ZTYPE {
get {
return this.zTYPEField;
}
set {
this.zTYPEField = value;
this.RaisePropertyChanged("ZTYPE");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class ZPPFM008Request {
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="urn:sap-com:document:sap:rfc:functions", Order=0)]
public Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.Zppfm008 ZPPFM008;
public ZPPFM008Request() {
}
public ZPPFM008Request(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.Zppfm008 ZPPFM008) {
this.ZPPFM008 = ZPPFM008;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class ZPPFM008Response1 {
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="urn:sap-com:document:sap:rfc:functions", Order=0)]
public Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Response ZPPFM008Response;
public ZPPFM008Response1() {
}
public ZPPFM008Response1(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Response ZPPFM008Response) {
this.ZPPFM008Response = ZPPFM008Response;
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface ZPPFM008Channel : Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public partial class ZPPFM008Client : System.ServiceModel.ClientBase, Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008 {
public ZPPFM008Client() {
}
public ZPPFM008Client(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public ZPPFM008Client(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public ZPPFM008Client(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public ZPPFM008Client(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
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) {
return base.Channel.ZPPFM008(request);
}
public Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Response ZPPFM008(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.Zppfm008 ZPPFM0081) {
Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Request inValue = new Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Request();
inValue.ZPPFM008 = ZPPFM0081;
Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Response1 retVal = ((Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008)(this)).ZPPFM008(inValue);
return retVal.ZPPFM008Response;
}
}
}