//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ // // 此源代码是由 Microsoft.VSDesigner 4.0.30319.42000 版自动生成。 // #pragma warning disable 1591 namespace MaterialTraceability.WebService.MachineIntegrationServiceService { using System; using System.Web.Services; using System.Diagnostics; using System.Web.Services.Protocols; using System.Xml.Serialization; using System.ComponentModel; /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Web.Services.WebServiceBindingAttribute(Name="MachineIntegrationServiceBinding", Namespace="http://machine.ws.atlmes.com/")] [System.Xml.Serialization.XmlIncludeAttribute(typeof(baseResponse))] public partial class MachineIntegrationServiceService : System.Web.Services.Protocols.SoapHttpClientProtocol { private System.Threading.SendOrPostCallback dataCollectForResourceOperationCompleted; private System.Threading.SendOrPostCallback dataCollectForSfcOperationCompleted; private System.Threading.SendOrPostCallback dataCollectForProcessLotOperationCompleted; private System.Threading.SendOrPostCallback resourceStatusChangeOperationCompleted; private System.Threading.SendOrPostCallback nonConformanceForSfcOperationCompleted; private System.Threading.SendOrPostCallback dataCollectForProcessLotExOperationCompleted; private System.Threading.SendOrPostCallback dataCollectForProcessLotLocalReworkOperationCompleted; private System.Threading.SendOrPostCallback nonConformanceForProcessLotOperationCompleted; private System.Threading.SendOrPostCallback dataCollectForSfcExOperationCompleted; private System.Threading.SendOrPostCallback checkTestTimesAndDataCollectForSfcOperationCompleted; private System.Threading.SendOrPostCallback dataCollectForModuleTestOperationCompleted; private System.Threading.SendOrPostCallback dataCollectForSfcLocalReworkOperationCompleted; private System.Threading.SendOrPostCallback isBakingReadyOperationCompleted; private System.Threading.SendOrPostCallback processLotStartOperationCompleted; private System.Threading.SendOrPostCallback sfcStartOperationCompleted; private System.Threading.SendOrPostCallback sfcCompleteOperationCompleted; private System.Threading.SendOrPostCallback createSfcAndDataCollectOperationCompleted; private System.Threading.SendOrPostCallback processLotCompleteOperationCompleted; private System.Threading.SendOrPostCallback cellInboxAssemblyOperationCompleted; private System.Threading.SendOrPostCallback cellInboxCompleteAndBindTrayOperationCompleted; private System.Threading.SendOrPostCallback sfcBindPostCompleteOperationCompleted; private System.Threading.SendOrPostCallback checkBomInventoryOperationCompleted; private System.Threading.SendOrPostCallback assemblyAndDataCollectionOperationCompleted; private System.Threading.SendOrPostCallback assembleProcessLotAndDataCollectExOperationCompleted; private System.Threading.SendOrPostCallback startHeadWeldingOperationCompleted; private System.Threading.SendOrPostCallback assemblyComponentOperationCompleted; private System.Threading.SendOrPostCallback heartbeatValidationOperationCompleted; private System.Threading.SendOrPostCallback start2ndInjectionOperationCompleted; private System.Threading.SendOrPostCallback dataCollectForHotPressOperationCompleted; private System.Threading.SendOrPostCallback getCellOCVValueOperationCompleted; private System.Threading.SendOrPostCallback getShopOrderReleaseByResourceOperationCompleted; private System.Threading.SendOrPostCallback startCompleteRelabeledSFCOperationCompleted; private System.Threading.SendOrPostCallback inProcessLotPreCheckOperationCompleted; private System.Threading.SendOrPostCallback dataCollectForCoatingScaleOperationCompleted; private System.Threading.SendOrPostCallback getItemAndQtyOperationCompleted; private System.Threading.SendOrPostCallback dataCollectForSfcBYResouceOperationCompleted; private System.Threading.SendOrPostCallback processLotStartForSfcOperationCompleted; private System.Threading.SendOrPostCallback dataCollectForSfcExNewOperationCompleted; private bool useDefaultCredentialsSetExplicitly; /// public MachineIntegrationServiceService() { this.Url = global::MaterialTraceability.WebService.Properties.Settings.Default.MaterialTraceability_WebService_MachineIntegrationServiceService_MachineIntegrationServiceService; if ((this.IsLocalFileSystemWebService(this.Url) == true)) { this.UseDefaultCredentials = true; this.useDefaultCredentialsSetExplicitly = false; } else { this.useDefaultCredentialsSetExplicitly = true; } } public new string Url { get { return base.Url; } set { if ((((this.IsLocalFileSystemWebService(base.Url) == true) && (this.useDefaultCredentialsSetExplicitly == false)) && (this.IsLocalFileSystemWebService(value) == false))) { base.UseDefaultCredentials = false; } base.Url = value; } } public new bool UseDefaultCredentials { get { return base.UseDefaultCredentials; } set { base.UseDefaultCredentials = value; this.useDefaultCredentialsSetExplicitly = true; } } /// public event dataCollectForResourceCompletedEventHandler dataCollectForResourceCompleted; /// public event dataCollectForSfcCompletedEventHandler dataCollectForSfcCompleted; /// public event dataCollectForProcessLotCompletedEventHandler dataCollectForProcessLotCompleted; /// public event resourceStatusChangeCompletedEventHandler resourceStatusChangeCompleted; /// public event nonConformanceForSfcCompletedEventHandler nonConformanceForSfcCompleted; /// public event dataCollectForProcessLotExCompletedEventHandler dataCollectForProcessLotExCompleted; /// public event dataCollectForProcessLotLocalReworkCompletedEventHandler dataCollectForProcessLotLocalReworkCompleted; /// public event nonConformanceForProcessLotCompletedEventHandler nonConformanceForProcessLotCompleted; /// public event dataCollectForSfcExCompletedEventHandler dataCollectForSfcExCompleted; /// public event checkTestTimesAndDataCollectForSfcCompletedEventHandler checkTestTimesAndDataCollectForSfcCompleted; /// public event dataCollectForModuleTestCompletedEventHandler dataCollectForModuleTestCompleted; /// public event dataCollectForSfcLocalReworkCompletedEventHandler dataCollectForSfcLocalReworkCompleted; /// public event isBakingReadyCompletedEventHandler isBakingReadyCompleted; /// public event processLotStartCompletedEventHandler processLotStartCompleted; /// public event sfcStartCompletedEventHandler sfcStartCompleted; /// public event sfcCompleteCompletedEventHandler sfcCompleteCompleted; /// public event createSfcAndDataCollectCompletedEventHandler createSfcAndDataCollectCompleted; /// public event processLotCompleteCompletedEventHandler processLotCompleteCompleted; /// public event cellInboxAssemblyCompletedEventHandler cellInboxAssemblyCompleted; /// public event cellInboxCompleteAndBindTrayCompletedEventHandler cellInboxCompleteAndBindTrayCompleted; /// public event sfcBindPostCompleteCompletedEventHandler sfcBindPostCompleteCompleted; /// public event checkBomInventoryCompletedEventHandler checkBomInventoryCompleted; /// public event assemblyAndDataCollectionCompletedEventHandler assemblyAndDataCollectionCompleted; /// public event assembleProcessLotAndDataCollectExCompletedEventHandler assembleProcessLotAndDataCollectExCompleted; /// public event startHeadWeldingCompletedEventHandler startHeadWeldingCompleted; /// public event assemblyComponentCompletedEventHandler assemblyComponentCompleted; /// public event heartbeatValidationCompletedEventHandler heartbeatValidationCompleted; /// public event start2ndInjectionCompletedEventHandler start2ndInjectionCompleted; /// public event dataCollectForHotPressCompletedEventHandler dataCollectForHotPressCompleted; /// public event getCellOCVValueCompletedEventHandler getCellOCVValueCompleted; /// public event getShopOrderReleaseByResourceCompletedEventHandler getShopOrderReleaseByResourceCompleted; /// public event startCompleteRelabeledSFCCompletedEventHandler startCompleteRelabeledSFCCompleted; /// public event inProcessLotPreCheckCompletedEventHandler inProcessLotPreCheckCompleted; /// public event dataCollectForCoatingScaleCompletedEventHandler dataCollectForCoatingScaleCompleted; /// public event getItemAndQtyCompletedEventHandler getItemAndQtyCompleted; /// public event dataCollectForSfcBYResouceCompletedEventHandler dataCollectForSfcBYResouceCompleted; /// public event processLotStartForSfcCompletedEventHandler processLotStartForSfcCompleted; /// public event dataCollectForSfcExNewCompletedEventHandler dataCollectForSfcExNewCompleted; /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("dataCollectForResourceResponse", Namespace="http://machine.ws.atlmes.com/")] public dataCollectForResourceResponse dataCollectForResource([System.Xml.Serialization.XmlElementAttribute("dataCollectForResource", Namespace="http://machine.ws.atlmes.com/")] dataCollectForResource dataCollectForResource1) { object[] results = this.Invoke("dataCollectForResource", new object[] { dataCollectForResource1}); return ((dataCollectForResourceResponse)(results[0])); } /// public void dataCollectForResourceAsync(dataCollectForResource dataCollectForResource1) { this.dataCollectForResourceAsync(dataCollectForResource1, null); } /// public void dataCollectForResourceAsync(dataCollectForResource dataCollectForResource1, object userState) { if ((this.dataCollectForResourceOperationCompleted == null)) { this.dataCollectForResourceOperationCompleted = new System.Threading.SendOrPostCallback(this.OndataCollectForResourceOperationCompleted); } this.InvokeAsync("dataCollectForResource", new object[] { dataCollectForResource1}, this.dataCollectForResourceOperationCompleted, userState); } private void OndataCollectForResourceOperationCompleted(object arg) { if ((this.dataCollectForResourceCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.dataCollectForResourceCompleted(this, new dataCollectForResourceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("dataCollectForSfcResponse", Namespace="http://machine.ws.atlmes.com/")] public dataCollectForSfcResponse dataCollectForSfc([System.Xml.Serialization.XmlElementAttribute("dataCollectForSfc", Namespace="http://machine.ws.atlmes.com/")] dataCollectForSfc dataCollectForSfc1) { object[] results = this.Invoke("dataCollectForSfc", new object[] { dataCollectForSfc1}); return ((dataCollectForSfcResponse)(results[0])); } /// public void dataCollectForSfcAsync(dataCollectForSfc dataCollectForSfc1) { this.dataCollectForSfcAsync(dataCollectForSfc1, null); } /// public void dataCollectForSfcAsync(dataCollectForSfc dataCollectForSfc1, object userState) { if ((this.dataCollectForSfcOperationCompleted == null)) { this.dataCollectForSfcOperationCompleted = new System.Threading.SendOrPostCallback(this.OndataCollectForSfcOperationCompleted); } this.InvokeAsync("dataCollectForSfc", new object[] { dataCollectForSfc1}, this.dataCollectForSfcOperationCompleted, userState); } private void OndataCollectForSfcOperationCompleted(object arg) { if ((this.dataCollectForSfcCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.dataCollectForSfcCompleted(this, new dataCollectForSfcCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("dataCollectForProcessLotResponse", Namespace="http://machine.ws.atlmes.com/")] public dataCollectForProcessLotResponse dataCollectForProcessLot([System.Xml.Serialization.XmlElementAttribute("dataCollectForProcessLot", Namespace="http://machine.ws.atlmes.com/")] dataCollectForProcessLot dataCollectForProcessLot1) { object[] results = this.Invoke("dataCollectForProcessLot", new object[] { dataCollectForProcessLot1}); return ((dataCollectForProcessLotResponse)(results[0])); } /// public void dataCollectForProcessLotAsync(dataCollectForProcessLot dataCollectForProcessLot1) { this.dataCollectForProcessLotAsync(dataCollectForProcessLot1, null); } /// public void dataCollectForProcessLotAsync(dataCollectForProcessLot dataCollectForProcessLot1, object userState) { if ((this.dataCollectForProcessLotOperationCompleted == null)) { this.dataCollectForProcessLotOperationCompleted = new System.Threading.SendOrPostCallback(this.OndataCollectForProcessLotOperationCompleted); } this.InvokeAsync("dataCollectForProcessLot", new object[] { dataCollectForProcessLot1}, this.dataCollectForProcessLotOperationCompleted, userState); } private void OndataCollectForProcessLotOperationCompleted(object arg) { if ((this.dataCollectForProcessLotCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.dataCollectForProcessLotCompleted(this, new dataCollectForProcessLotCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("resourceStatusChangeResponse", Namespace="http://machine.ws.atlmes.com/")] public resourceStatusChangeResponse resourceStatusChange([System.Xml.Serialization.XmlElementAttribute("resourceStatusChange", Namespace="http://machine.ws.atlmes.com/")] resourceStatusChange resourceStatusChange1) { object[] results = this.Invoke("resourceStatusChange", new object[] { resourceStatusChange1}); return ((resourceStatusChangeResponse)(results[0])); } /// public void resourceStatusChangeAsync(resourceStatusChange resourceStatusChange1) { this.resourceStatusChangeAsync(resourceStatusChange1, null); } /// public void resourceStatusChangeAsync(resourceStatusChange resourceStatusChange1, object userState) { if ((this.resourceStatusChangeOperationCompleted == null)) { this.resourceStatusChangeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnresourceStatusChangeOperationCompleted); } this.InvokeAsync("resourceStatusChange", new object[] { resourceStatusChange1}, this.resourceStatusChangeOperationCompleted, userState); } private void OnresourceStatusChangeOperationCompleted(object arg) { if ((this.resourceStatusChangeCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.resourceStatusChangeCompleted(this, new resourceStatusChangeCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("nonConformanceForSfcResponse", Namespace="http://machine.ws.atlmes.com/")] public nonConformanceForSfcResponse nonConformanceForSfc([System.Xml.Serialization.XmlElementAttribute("nonConformanceForSfc", Namespace="http://machine.ws.atlmes.com/")] nonConformanceForSfc nonConformanceForSfc1) { object[] results = this.Invoke("nonConformanceForSfc", new object[] { nonConformanceForSfc1}); return ((nonConformanceForSfcResponse)(results[0])); } /// public void nonConformanceForSfcAsync(nonConformanceForSfc nonConformanceForSfc1) { this.nonConformanceForSfcAsync(nonConformanceForSfc1, null); } /// public void nonConformanceForSfcAsync(nonConformanceForSfc nonConformanceForSfc1, object userState) { if ((this.nonConformanceForSfcOperationCompleted == null)) { this.nonConformanceForSfcOperationCompleted = new System.Threading.SendOrPostCallback(this.OnnonConformanceForSfcOperationCompleted); } this.InvokeAsync("nonConformanceForSfc", new object[] { nonConformanceForSfc1}, this.nonConformanceForSfcOperationCompleted, userState); } private void OnnonConformanceForSfcOperationCompleted(object arg) { if ((this.nonConformanceForSfcCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.nonConformanceForSfcCompleted(this, new nonConformanceForSfcCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("dataCollectForProcessLotExResponse", Namespace="http://machine.ws.atlmes.com/")] public dataCollectForProcessLotExResponse dataCollectForProcessLotEx([System.Xml.Serialization.XmlElementAttribute("dataCollectForProcessLotEx", Namespace="http://machine.ws.atlmes.com/")] dataCollectForProcessLotEx dataCollectForProcessLotEx1) { object[] results = this.Invoke("dataCollectForProcessLotEx", new object[] { dataCollectForProcessLotEx1}); return ((dataCollectForProcessLotExResponse)(results[0])); } /// public void dataCollectForProcessLotExAsync(dataCollectForProcessLotEx dataCollectForProcessLotEx1) { this.dataCollectForProcessLotExAsync(dataCollectForProcessLotEx1, null); } /// public void dataCollectForProcessLotExAsync(dataCollectForProcessLotEx dataCollectForProcessLotEx1, object userState) { if ((this.dataCollectForProcessLotExOperationCompleted == null)) { this.dataCollectForProcessLotExOperationCompleted = new System.Threading.SendOrPostCallback(this.OndataCollectForProcessLotExOperationCompleted); } this.InvokeAsync("dataCollectForProcessLotEx", new object[] { dataCollectForProcessLotEx1}, this.dataCollectForProcessLotExOperationCompleted, userState); } private void OndataCollectForProcessLotExOperationCompleted(object arg) { if ((this.dataCollectForProcessLotExCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.dataCollectForProcessLotExCompleted(this, new dataCollectForProcessLotExCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("dataCollectForProcessLotLocalReworkResponse", Namespace="http://machine.ws.atlmes.com/")] public dataCollectForProcessLotLocalReworkResponse dataCollectForProcessLotLocalRework([System.Xml.Serialization.XmlElementAttribute("dataCollectForProcessLotLocalRework", Namespace="http://machine.ws.atlmes.com/")] dataCollectForProcessLotLocalRework dataCollectForProcessLotLocalRework1) { object[] results = this.Invoke("dataCollectForProcessLotLocalRework", new object[] { dataCollectForProcessLotLocalRework1}); return ((dataCollectForProcessLotLocalReworkResponse)(results[0])); } /// public void dataCollectForProcessLotLocalReworkAsync(dataCollectForProcessLotLocalRework dataCollectForProcessLotLocalRework1) { this.dataCollectForProcessLotLocalReworkAsync(dataCollectForProcessLotLocalRework1, null); } /// public void dataCollectForProcessLotLocalReworkAsync(dataCollectForProcessLotLocalRework dataCollectForProcessLotLocalRework1, object userState) { if ((this.dataCollectForProcessLotLocalReworkOperationCompleted == null)) { this.dataCollectForProcessLotLocalReworkOperationCompleted = new System.Threading.SendOrPostCallback(this.OndataCollectForProcessLotLocalReworkOperationCompleted); } this.InvokeAsync("dataCollectForProcessLotLocalRework", new object[] { dataCollectForProcessLotLocalRework1}, this.dataCollectForProcessLotLocalReworkOperationCompleted, userState); } private void OndataCollectForProcessLotLocalReworkOperationCompleted(object arg) { if ((this.dataCollectForProcessLotLocalReworkCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.dataCollectForProcessLotLocalReworkCompleted(this, new dataCollectForProcessLotLocalReworkCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("nonConformanceForProcessLotResponse", Namespace="http://machine.ws.atlmes.com/")] public nonConformanceForProcessLotResponse nonConformanceForProcessLot([System.Xml.Serialization.XmlElementAttribute("nonConformanceForProcessLot", Namespace="http://machine.ws.atlmes.com/")] nonConformanceForProcessLot nonConformanceForProcessLot1) { object[] results = this.Invoke("nonConformanceForProcessLot", new object[] { nonConformanceForProcessLot1}); return ((nonConformanceForProcessLotResponse)(results[0])); } /// public void nonConformanceForProcessLotAsync(nonConformanceForProcessLot nonConformanceForProcessLot1) { this.nonConformanceForProcessLotAsync(nonConformanceForProcessLot1, null); } /// public void nonConformanceForProcessLotAsync(nonConformanceForProcessLot nonConformanceForProcessLot1, object userState) { if ((this.nonConformanceForProcessLotOperationCompleted == null)) { this.nonConformanceForProcessLotOperationCompleted = new System.Threading.SendOrPostCallback(this.OnnonConformanceForProcessLotOperationCompleted); } this.InvokeAsync("nonConformanceForProcessLot", new object[] { nonConformanceForProcessLot1}, this.nonConformanceForProcessLotOperationCompleted, userState); } private void OnnonConformanceForProcessLotOperationCompleted(object arg) { if ((this.nonConformanceForProcessLotCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.nonConformanceForProcessLotCompleted(this, new nonConformanceForProcessLotCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("dataCollectForSfcExResponse", Namespace="http://machine.ws.atlmes.com/")] public dataCollectForSfcExResponse dataCollectForSfcEx([System.Xml.Serialization.XmlElementAttribute("dataCollectForSfcEx", Namespace="http://machine.ws.atlmes.com/")] dataCollectForSfcEx dataCollectForSfcEx1) { object[] results = this.Invoke("dataCollectForSfcEx", new object[] { dataCollectForSfcEx1}); return ((dataCollectForSfcExResponse)(results[0])); } /// public void dataCollectForSfcExAsync(dataCollectForSfcEx dataCollectForSfcEx1) { this.dataCollectForSfcExAsync(dataCollectForSfcEx1, null); } /// public void dataCollectForSfcExAsync(dataCollectForSfcEx dataCollectForSfcEx1, object userState) { if ((this.dataCollectForSfcExOperationCompleted == null)) { this.dataCollectForSfcExOperationCompleted = new System.Threading.SendOrPostCallback(this.OndataCollectForSfcExOperationCompleted); } this.InvokeAsync("dataCollectForSfcEx", new object[] { dataCollectForSfcEx1}, this.dataCollectForSfcExOperationCompleted, userState); } private void OndataCollectForSfcExOperationCompleted(object arg) { if ((this.dataCollectForSfcExCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.dataCollectForSfcExCompleted(this, new dataCollectForSfcExCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("checkTestTimesAndDataCollectForSfcResponse", Namespace="http://machine.ws.atlmes.com/")] public checkTestTimesAndDataCollectForSfcResponse checkTestTimesAndDataCollectForSfc([System.Xml.Serialization.XmlElementAttribute("checkTestTimesAndDataCollectForSfc", Namespace="http://machine.ws.atlmes.com/")] checkTestTimesAndDataCollectForSfc checkTestTimesAndDataCollectForSfc1) { object[] results = this.Invoke("checkTestTimesAndDataCollectForSfc", new object[] { checkTestTimesAndDataCollectForSfc1}); return ((checkTestTimesAndDataCollectForSfcResponse)(results[0])); } /// public void checkTestTimesAndDataCollectForSfcAsync(checkTestTimesAndDataCollectForSfc checkTestTimesAndDataCollectForSfc1) { this.checkTestTimesAndDataCollectForSfcAsync(checkTestTimesAndDataCollectForSfc1, null); } /// public void checkTestTimesAndDataCollectForSfcAsync(checkTestTimesAndDataCollectForSfc checkTestTimesAndDataCollectForSfc1, object userState) { if ((this.checkTestTimesAndDataCollectForSfcOperationCompleted == null)) { this.checkTestTimesAndDataCollectForSfcOperationCompleted = new System.Threading.SendOrPostCallback(this.OncheckTestTimesAndDataCollectForSfcOperationCompleted); } this.InvokeAsync("checkTestTimesAndDataCollectForSfc", new object[] { checkTestTimesAndDataCollectForSfc1}, this.checkTestTimesAndDataCollectForSfcOperationCompleted, userState); } private void OncheckTestTimesAndDataCollectForSfcOperationCompleted(object arg) { if ((this.checkTestTimesAndDataCollectForSfcCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.checkTestTimesAndDataCollectForSfcCompleted(this, new checkTestTimesAndDataCollectForSfcCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("dataCollectForModuleTestResponse", Namespace="http://machine.ws.atlmes.com/")] public dataCollectForModuleTestResponse dataCollectForModuleTest([System.Xml.Serialization.XmlElementAttribute("dataCollectForModuleTest", Namespace="http://machine.ws.atlmes.com/")] dataCollectForModuleTest dataCollectForModuleTest1) { object[] results = this.Invoke("dataCollectForModuleTest", new object[] { dataCollectForModuleTest1}); return ((dataCollectForModuleTestResponse)(results[0])); } /// public void dataCollectForModuleTestAsync(dataCollectForModuleTest dataCollectForModuleTest1) { this.dataCollectForModuleTestAsync(dataCollectForModuleTest1, null); } /// public void dataCollectForModuleTestAsync(dataCollectForModuleTest dataCollectForModuleTest1, object userState) { if ((this.dataCollectForModuleTestOperationCompleted == null)) { this.dataCollectForModuleTestOperationCompleted = new System.Threading.SendOrPostCallback(this.OndataCollectForModuleTestOperationCompleted); } this.InvokeAsync("dataCollectForModuleTest", new object[] { dataCollectForModuleTest1}, this.dataCollectForModuleTestOperationCompleted, userState); } private void OndataCollectForModuleTestOperationCompleted(object arg) { if ((this.dataCollectForModuleTestCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.dataCollectForModuleTestCompleted(this, new dataCollectForModuleTestCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("dataCollectForSfcLocalReworkResponse", Namespace="http://machine.ws.atlmes.com/")] public dataCollectForSfcLocalReworkResponse dataCollectForSfcLocalRework([System.Xml.Serialization.XmlElementAttribute("dataCollectForSfcLocalRework", Namespace="http://machine.ws.atlmes.com/")] dataCollectForSfcLocalRework dataCollectForSfcLocalRework1) { object[] results = this.Invoke("dataCollectForSfcLocalRework", new object[] { dataCollectForSfcLocalRework1}); return ((dataCollectForSfcLocalReworkResponse)(results[0])); } /// public void dataCollectForSfcLocalReworkAsync(dataCollectForSfcLocalRework dataCollectForSfcLocalRework1) { this.dataCollectForSfcLocalReworkAsync(dataCollectForSfcLocalRework1, null); } /// public void dataCollectForSfcLocalReworkAsync(dataCollectForSfcLocalRework dataCollectForSfcLocalRework1, object userState) { if ((this.dataCollectForSfcLocalReworkOperationCompleted == null)) { this.dataCollectForSfcLocalReworkOperationCompleted = new System.Threading.SendOrPostCallback(this.OndataCollectForSfcLocalReworkOperationCompleted); } this.InvokeAsync("dataCollectForSfcLocalRework", new object[] { dataCollectForSfcLocalRework1}, this.dataCollectForSfcLocalReworkOperationCompleted, userState); } private void OndataCollectForSfcLocalReworkOperationCompleted(object arg) { if ((this.dataCollectForSfcLocalReworkCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.dataCollectForSfcLocalReworkCompleted(this, new dataCollectForSfcLocalReworkCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("isBakingReadyResponse", Namespace="http://machine.ws.atlmes.com/")] public isBakingReadyResponse isBakingReady([System.Xml.Serialization.XmlElementAttribute("isBakingReady", Namespace="http://machine.ws.atlmes.com/")] isBakingReady isBakingReady1) { object[] results = this.Invoke("isBakingReady", new object[] { isBakingReady1}); return ((isBakingReadyResponse)(results[0])); } /// public void isBakingReadyAsync(isBakingReady isBakingReady1) { this.isBakingReadyAsync(isBakingReady1, null); } /// public void isBakingReadyAsync(isBakingReady isBakingReady1, object userState) { if ((this.isBakingReadyOperationCompleted == null)) { this.isBakingReadyOperationCompleted = new System.Threading.SendOrPostCallback(this.OnisBakingReadyOperationCompleted); } this.InvokeAsync("isBakingReady", new object[] { isBakingReady1}, this.isBakingReadyOperationCompleted, userState); } private void OnisBakingReadyOperationCompleted(object arg) { if ((this.isBakingReadyCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.isBakingReadyCompleted(this, new isBakingReadyCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("processLotStartResponse", Namespace="http://machine.ws.atlmes.com/")] public processLotStartResponse processLotStart([System.Xml.Serialization.XmlElementAttribute("processLotStart", Namespace="http://machine.ws.atlmes.com/")] processLotStart processLotStart1) { object[] results = this.Invoke("processLotStart", new object[] { processLotStart1}); return ((processLotStartResponse)(results[0])); } /// public void processLotStartAsync(processLotStart processLotStart1) { this.processLotStartAsync(processLotStart1, null); } /// public void processLotStartAsync(processLotStart processLotStart1, object userState) { if ((this.processLotStartOperationCompleted == null)) { this.processLotStartOperationCompleted = new System.Threading.SendOrPostCallback(this.OnprocessLotStartOperationCompleted); } this.InvokeAsync("processLotStart", new object[] { processLotStart1}, this.processLotStartOperationCompleted, userState); } private void OnprocessLotStartOperationCompleted(object arg) { if ((this.processLotStartCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.processLotStartCompleted(this, new processLotStartCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("sfcStartResponse", Namespace="http://machine.ws.atlmes.com/")] public sfcStartResponse sfcStart([System.Xml.Serialization.XmlElementAttribute("sfcStart", Namespace="http://machine.ws.atlmes.com/")] sfcStart sfcStart1) { object[] results = this.Invoke("sfcStart", new object[] { sfcStart1}); return ((sfcStartResponse)(results[0])); } /// public void sfcStartAsync(sfcStart sfcStart1) { this.sfcStartAsync(sfcStart1, null); } /// public void sfcStartAsync(sfcStart sfcStart1, object userState) { if ((this.sfcStartOperationCompleted == null)) { this.sfcStartOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsfcStartOperationCompleted); } this.InvokeAsync("sfcStart", new object[] { sfcStart1}, this.sfcStartOperationCompleted, userState); } private void OnsfcStartOperationCompleted(object arg) { if ((this.sfcStartCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.sfcStartCompleted(this, new sfcStartCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("sfcCompleteResponse", Namespace="http://machine.ws.atlmes.com/")] public sfcCompleteResponse sfcComplete([System.Xml.Serialization.XmlElementAttribute("sfcComplete", Namespace="http://machine.ws.atlmes.com/")] sfcComplete sfcComplete1) { object[] results = this.Invoke("sfcComplete", new object[] { sfcComplete1}); return ((sfcCompleteResponse)(results[0])); } /// public void sfcCompleteAsync(sfcComplete sfcComplete1) { this.sfcCompleteAsync(sfcComplete1, null); } /// public void sfcCompleteAsync(sfcComplete sfcComplete1, object userState) { if ((this.sfcCompleteOperationCompleted == null)) { this.sfcCompleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsfcCompleteOperationCompleted); } this.InvokeAsync("sfcComplete", new object[] { sfcComplete1}, this.sfcCompleteOperationCompleted, userState); } private void OnsfcCompleteOperationCompleted(object arg) { if ((this.sfcCompleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.sfcCompleteCompleted(this, new sfcCompleteCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("createSfcAndDataCollectResponse", Namespace="http://machine.ws.atlmes.com/")] public createSfcAndDataCollectResponse createSfcAndDataCollect([System.Xml.Serialization.XmlElementAttribute("createSfcAndDataCollect", Namespace="http://machine.ws.atlmes.com/")] createSfcAndDataCollect createSfcAndDataCollect1) { object[] results = this.Invoke("createSfcAndDataCollect", new object[] { createSfcAndDataCollect1}); return ((createSfcAndDataCollectResponse)(results[0])); } /// public void createSfcAndDataCollectAsync(createSfcAndDataCollect createSfcAndDataCollect1) { this.createSfcAndDataCollectAsync(createSfcAndDataCollect1, null); } /// public void createSfcAndDataCollectAsync(createSfcAndDataCollect createSfcAndDataCollect1, object userState) { if ((this.createSfcAndDataCollectOperationCompleted == null)) { this.createSfcAndDataCollectOperationCompleted = new System.Threading.SendOrPostCallback(this.OncreateSfcAndDataCollectOperationCompleted); } this.InvokeAsync("createSfcAndDataCollect", new object[] { createSfcAndDataCollect1}, this.createSfcAndDataCollectOperationCompleted, userState); } private void OncreateSfcAndDataCollectOperationCompleted(object arg) { if ((this.createSfcAndDataCollectCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.createSfcAndDataCollectCompleted(this, new createSfcAndDataCollectCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("processLotCompleteResponse", Namespace="http://machine.ws.atlmes.com/")] public processLotCompleteResponse processLotComplete([System.Xml.Serialization.XmlElementAttribute("processLotComplete", Namespace="http://machine.ws.atlmes.com/")] processLotComplete processLotComplete1) { object[] results = this.Invoke("processLotComplete", new object[] { processLotComplete1}); return ((processLotCompleteResponse)(results[0])); } /// public void processLotCompleteAsync(processLotComplete processLotComplete1) { this.processLotCompleteAsync(processLotComplete1, null); } /// public void processLotCompleteAsync(processLotComplete processLotComplete1, object userState) { if ((this.processLotCompleteOperationCompleted == null)) { this.processLotCompleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnprocessLotCompleteOperationCompleted); } this.InvokeAsync("processLotComplete", new object[] { processLotComplete1}, this.processLotCompleteOperationCompleted, userState); } private void OnprocessLotCompleteOperationCompleted(object arg) { if ((this.processLotCompleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.processLotCompleteCompleted(this, new processLotCompleteCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("cellInboxAssemblyResponse", Namespace="http://machine.ws.atlmes.com/")] public cellInboxAssemblyResponse cellInboxAssembly([System.Xml.Serialization.XmlElementAttribute("cellInboxAssembly", Namespace="http://machine.ws.atlmes.com/")] cellInboxAssembly cellInboxAssembly1) { object[] results = this.Invoke("cellInboxAssembly", new object[] { cellInboxAssembly1}); return ((cellInboxAssemblyResponse)(results[0])); } /// public void cellInboxAssemblyAsync(cellInboxAssembly cellInboxAssembly1) { this.cellInboxAssemblyAsync(cellInboxAssembly1, null); } /// public void cellInboxAssemblyAsync(cellInboxAssembly cellInboxAssembly1, object userState) { if ((this.cellInboxAssemblyOperationCompleted == null)) { this.cellInboxAssemblyOperationCompleted = new System.Threading.SendOrPostCallback(this.OncellInboxAssemblyOperationCompleted); } this.InvokeAsync("cellInboxAssembly", new object[] { cellInboxAssembly1}, this.cellInboxAssemblyOperationCompleted, userState); } private void OncellInboxAssemblyOperationCompleted(object arg) { if ((this.cellInboxAssemblyCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.cellInboxAssemblyCompleted(this, new cellInboxAssemblyCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("cellInboxCompleteAndBindTrayResponse", Namespace="http://machine.ws.atlmes.com/")] public cellInboxCompleteAndBindTrayResponse cellInboxCompleteAndBindTray([System.Xml.Serialization.XmlElementAttribute("cellInboxCompleteAndBindTray", Namespace="http://machine.ws.atlmes.com/")] cellInboxCompleteAndBindTray cellInboxCompleteAndBindTray1) { object[] results = this.Invoke("cellInboxCompleteAndBindTray", new object[] { cellInboxCompleteAndBindTray1}); return ((cellInboxCompleteAndBindTrayResponse)(results[0])); } /// public void cellInboxCompleteAndBindTrayAsync(cellInboxCompleteAndBindTray cellInboxCompleteAndBindTray1) { this.cellInboxCompleteAndBindTrayAsync(cellInboxCompleteAndBindTray1, null); } /// public void cellInboxCompleteAndBindTrayAsync(cellInboxCompleteAndBindTray cellInboxCompleteAndBindTray1, object userState) { if ((this.cellInboxCompleteAndBindTrayOperationCompleted == null)) { this.cellInboxCompleteAndBindTrayOperationCompleted = new System.Threading.SendOrPostCallback(this.OncellInboxCompleteAndBindTrayOperationCompleted); } this.InvokeAsync("cellInboxCompleteAndBindTray", new object[] { cellInboxCompleteAndBindTray1}, this.cellInboxCompleteAndBindTrayOperationCompleted, userState); } private void OncellInboxCompleteAndBindTrayOperationCompleted(object arg) { if ((this.cellInboxCompleteAndBindTrayCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.cellInboxCompleteAndBindTrayCompleted(this, new cellInboxCompleteAndBindTrayCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("sfcBindPostCompleteResponse", Namespace="http://machine.ws.atlmes.com/")] public sfcBindPostCompleteResponse sfcBindPostComplete([System.Xml.Serialization.XmlElementAttribute("sfcBindPostComplete", Namespace="http://machine.ws.atlmes.com/")] sfcBindPostComplete sfcBindPostComplete1) { object[] results = this.Invoke("sfcBindPostComplete", new object[] { sfcBindPostComplete1}); return ((sfcBindPostCompleteResponse)(results[0])); } /// public void sfcBindPostCompleteAsync(sfcBindPostComplete sfcBindPostComplete1) { this.sfcBindPostCompleteAsync(sfcBindPostComplete1, null); } /// public void sfcBindPostCompleteAsync(sfcBindPostComplete sfcBindPostComplete1, object userState) { if ((this.sfcBindPostCompleteOperationCompleted == null)) { this.sfcBindPostCompleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsfcBindPostCompleteOperationCompleted); } this.InvokeAsync("sfcBindPostComplete", new object[] { sfcBindPostComplete1}, this.sfcBindPostCompleteOperationCompleted, userState); } private void OnsfcBindPostCompleteOperationCompleted(object arg) { if ((this.sfcBindPostCompleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.sfcBindPostCompleteCompleted(this, new sfcBindPostCompleteCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("checkBomInventoryResponse", Namespace="http://machine.ws.atlmes.com/")] public checkBomInventoryResponse checkBomInventory([System.Xml.Serialization.XmlElementAttribute("checkBomInventory", Namespace="http://machine.ws.atlmes.com/")] checkBomInventory checkBomInventory1) { object[] results = this.Invoke("checkBomInventory", new object[] { checkBomInventory1}); return ((checkBomInventoryResponse)(results[0])); } /// public void checkBomInventoryAsync(checkBomInventory checkBomInventory1) { this.checkBomInventoryAsync(checkBomInventory1, null); } /// public void checkBomInventoryAsync(checkBomInventory checkBomInventory1, object userState) { if ((this.checkBomInventoryOperationCompleted == null)) { this.checkBomInventoryOperationCompleted = new System.Threading.SendOrPostCallback(this.OncheckBomInventoryOperationCompleted); } this.InvokeAsync("checkBomInventory", new object[] { checkBomInventory1}, this.checkBomInventoryOperationCompleted, userState); } private void OncheckBomInventoryOperationCompleted(object arg) { if ((this.checkBomInventoryCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.checkBomInventoryCompleted(this, new checkBomInventoryCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("assemblyAndDataCollectionResponse", Namespace="http://machine.ws.atlmes.com/")] public assemblyAndDataCollectionResponse assemblyAndDataCollection([System.Xml.Serialization.XmlElementAttribute("assemblyAndDataCollection", Namespace="http://machine.ws.atlmes.com/")] assemblyAndDataCollection assemblyAndDataCollection1) { object[] results = this.Invoke("assemblyAndDataCollection", new object[] { assemblyAndDataCollection1}); return ((assemblyAndDataCollectionResponse)(results[0])); } /// public void assemblyAndDataCollectionAsync(assemblyAndDataCollection assemblyAndDataCollection1) { this.assemblyAndDataCollectionAsync(assemblyAndDataCollection1, null); } /// public void assemblyAndDataCollectionAsync(assemblyAndDataCollection assemblyAndDataCollection1, object userState) { if ((this.assemblyAndDataCollectionOperationCompleted == null)) { this.assemblyAndDataCollectionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnassemblyAndDataCollectionOperationCompleted); } this.InvokeAsync("assemblyAndDataCollection", new object[] { assemblyAndDataCollection1}, this.assemblyAndDataCollectionOperationCompleted, userState); } private void OnassemblyAndDataCollectionOperationCompleted(object arg) { if ((this.assemblyAndDataCollectionCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.assemblyAndDataCollectionCompleted(this, new assemblyAndDataCollectionCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("assembleProcessLotAndDataCollectExResponse", Namespace="http://machine.ws.atlmes.com/")] public assembleProcessLotAndDataCollectExResponse assembleProcessLotAndDataCollectEx([System.Xml.Serialization.XmlElementAttribute("assembleProcessLotAndDataCollectEx", Namespace="http://machine.ws.atlmes.com/")] assembleProcessLotAndDataCollectEx assembleProcessLotAndDataCollectEx1) { object[] results = this.Invoke("assembleProcessLotAndDataCollectEx", new object[] { assembleProcessLotAndDataCollectEx1}); return ((assembleProcessLotAndDataCollectExResponse)(results[0])); } /// public void assembleProcessLotAndDataCollectExAsync(assembleProcessLotAndDataCollectEx assembleProcessLotAndDataCollectEx1) { this.assembleProcessLotAndDataCollectExAsync(assembleProcessLotAndDataCollectEx1, null); } /// public void assembleProcessLotAndDataCollectExAsync(assembleProcessLotAndDataCollectEx assembleProcessLotAndDataCollectEx1, object userState) { if ((this.assembleProcessLotAndDataCollectExOperationCompleted == null)) { this.assembleProcessLotAndDataCollectExOperationCompleted = new System.Threading.SendOrPostCallback(this.OnassembleProcessLotAndDataCollectExOperationCompleted); } this.InvokeAsync("assembleProcessLotAndDataCollectEx", new object[] { assembleProcessLotAndDataCollectEx1}, this.assembleProcessLotAndDataCollectExOperationCompleted, userState); } private void OnassembleProcessLotAndDataCollectExOperationCompleted(object arg) { if ((this.assembleProcessLotAndDataCollectExCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.assembleProcessLotAndDataCollectExCompleted(this, new assembleProcessLotAndDataCollectExCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("startHeadWeldingResponse", Namespace="http://machine.ws.atlmes.com/")] public startHeadWeldingResponse startHeadWelding([System.Xml.Serialization.XmlElementAttribute("startHeadWelding", Namespace="http://machine.ws.atlmes.com/")] startHeadWelding startHeadWelding1) { object[] results = this.Invoke("startHeadWelding", new object[] { startHeadWelding1}); return ((startHeadWeldingResponse)(results[0])); } /// public void startHeadWeldingAsync(startHeadWelding startHeadWelding1) { this.startHeadWeldingAsync(startHeadWelding1, null); } /// public void startHeadWeldingAsync(startHeadWelding startHeadWelding1, object userState) { if ((this.startHeadWeldingOperationCompleted == null)) { this.startHeadWeldingOperationCompleted = new System.Threading.SendOrPostCallback(this.OnstartHeadWeldingOperationCompleted); } this.InvokeAsync("startHeadWelding", new object[] { startHeadWelding1}, this.startHeadWeldingOperationCompleted, userState); } private void OnstartHeadWeldingOperationCompleted(object arg) { if ((this.startHeadWeldingCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.startHeadWeldingCompleted(this, new startHeadWeldingCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("assemblyComponentResponse", Namespace="http://machine.ws.atlmes.com/")] public assemblyComponentResponse assemblyComponent([System.Xml.Serialization.XmlElementAttribute("assemblyComponent", Namespace="http://machine.ws.atlmes.com/")] assemblyComponent assemblyComponent1) { object[] results = this.Invoke("assemblyComponent", new object[] { assemblyComponent1}); return ((assemblyComponentResponse)(results[0])); } /// public void assemblyComponentAsync(assemblyComponent assemblyComponent1) { this.assemblyComponentAsync(assemblyComponent1, null); } /// public void assemblyComponentAsync(assemblyComponent assemblyComponent1, object userState) { if ((this.assemblyComponentOperationCompleted == null)) { this.assemblyComponentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnassemblyComponentOperationCompleted); } this.InvokeAsync("assemblyComponent", new object[] { assemblyComponent1}, this.assemblyComponentOperationCompleted, userState); } private void OnassemblyComponentOperationCompleted(object arg) { if ((this.assemblyComponentCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.assemblyComponentCompleted(this, new assemblyComponentCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("heartbeatValidationResponse", Namespace="http://machine.ws.atlmes.com/")] public heartbeatValidationResponse heartbeatValidation([System.Xml.Serialization.XmlElementAttribute("heartbeatValidation", Namespace="http://machine.ws.atlmes.com/")] heartbeatValidation heartbeatValidation1) { object[] results = this.Invoke("heartbeatValidation", new object[] { heartbeatValidation1}); return ((heartbeatValidationResponse)(results[0])); } /// public void heartbeatValidationAsync(heartbeatValidation heartbeatValidation1) { this.heartbeatValidationAsync(heartbeatValidation1, null); } /// public void heartbeatValidationAsync(heartbeatValidation heartbeatValidation1, object userState) { if ((this.heartbeatValidationOperationCompleted == null)) { this.heartbeatValidationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnheartbeatValidationOperationCompleted); } this.InvokeAsync("heartbeatValidation", new object[] { heartbeatValidation1}, this.heartbeatValidationOperationCompleted, userState); } private void OnheartbeatValidationOperationCompleted(object arg) { if ((this.heartbeatValidationCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.heartbeatValidationCompleted(this, new heartbeatValidationCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("start2ndInjectionResponse", Namespace="http://machine.ws.atlmes.com/")] public start2ndInjectionResponse start2ndInjection([System.Xml.Serialization.XmlElementAttribute("start2ndInjection", Namespace="http://machine.ws.atlmes.com/")] start2ndInjection start2ndInjection1) { object[] results = this.Invoke("start2ndInjection", new object[] { start2ndInjection1}); return ((start2ndInjectionResponse)(results[0])); } /// public void start2ndInjectionAsync(start2ndInjection start2ndInjection1) { this.start2ndInjectionAsync(start2ndInjection1, null); } /// public void start2ndInjectionAsync(start2ndInjection start2ndInjection1, object userState) { if ((this.start2ndInjectionOperationCompleted == null)) { this.start2ndInjectionOperationCompleted = new System.Threading.SendOrPostCallback(this.Onstart2ndInjectionOperationCompleted); } this.InvokeAsync("start2ndInjection", new object[] { start2ndInjection1}, this.start2ndInjectionOperationCompleted, userState); } private void Onstart2ndInjectionOperationCompleted(object arg) { if ((this.start2ndInjectionCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.start2ndInjectionCompleted(this, new start2ndInjectionCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("dataCollectForHotPressResponse", Namespace="http://machine.ws.atlmes.com/")] public dataCollectForHotPressResponse dataCollectForHotPress([System.Xml.Serialization.XmlElementAttribute("dataCollectForHotPress", Namespace="http://machine.ws.atlmes.com/")] dataCollectForHotPress dataCollectForHotPress1) { object[] results = this.Invoke("dataCollectForHotPress", new object[] { dataCollectForHotPress1}); return ((dataCollectForHotPressResponse)(results[0])); } /// public void dataCollectForHotPressAsync(dataCollectForHotPress dataCollectForHotPress1) { this.dataCollectForHotPressAsync(dataCollectForHotPress1, null); } /// public void dataCollectForHotPressAsync(dataCollectForHotPress dataCollectForHotPress1, object userState) { if ((this.dataCollectForHotPressOperationCompleted == null)) { this.dataCollectForHotPressOperationCompleted = new System.Threading.SendOrPostCallback(this.OndataCollectForHotPressOperationCompleted); } this.InvokeAsync("dataCollectForHotPress", new object[] { dataCollectForHotPress1}, this.dataCollectForHotPressOperationCompleted, userState); } private void OndataCollectForHotPressOperationCompleted(object arg) { if ((this.dataCollectForHotPressCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.dataCollectForHotPressCompleted(this, new dataCollectForHotPressCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("getCellOCVValueResponse", Namespace="http://machine.ws.atlmes.com/")] public getCellOCVValueResponse getCellOCVValue([System.Xml.Serialization.XmlElementAttribute("getCellOCVValue", Namespace="http://machine.ws.atlmes.com/")] getCellOCVValue getCellOCVValue1) { object[] results = this.Invoke("getCellOCVValue", new object[] { getCellOCVValue1}); return ((getCellOCVValueResponse)(results[0])); } /// public void getCellOCVValueAsync(getCellOCVValue getCellOCVValue1) { this.getCellOCVValueAsync(getCellOCVValue1, null); } /// public void getCellOCVValueAsync(getCellOCVValue getCellOCVValue1, object userState) { if ((this.getCellOCVValueOperationCompleted == null)) { this.getCellOCVValueOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetCellOCVValueOperationCompleted); } this.InvokeAsync("getCellOCVValue", new object[] { getCellOCVValue1}, this.getCellOCVValueOperationCompleted, userState); } private void OngetCellOCVValueOperationCompleted(object arg) { if ((this.getCellOCVValueCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getCellOCVValueCompleted(this, new getCellOCVValueCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("getShopOrderReleaseByResourceResponse", Namespace="http://machine.ws.atlmes.com/")] public getShopOrderReleaseByResourceResponse getShopOrderReleaseByResource([System.Xml.Serialization.XmlElementAttribute("getShopOrderReleaseByResource", Namespace="http://machine.ws.atlmes.com/")] getShopOrderReleaseByResource getShopOrderReleaseByResource1) { object[] results = this.Invoke("getShopOrderReleaseByResource", new object[] { getShopOrderReleaseByResource1}); return ((getShopOrderReleaseByResourceResponse)(results[0])); } /// public void getShopOrderReleaseByResourceAsync(getShopOrderReleaseByResource getShopOrderReleaseByResource1) { this.getShopOrderReleaseByResourceAsync(getShopOrderReleaseByResource1, null); } /// public void getShopOrderReleaseByResourceAsync(getShopOrderReleaseByResource getShopOrderReleaseByResource1, object userState) { if ((this.getShopOrderReleaseByResourceOperationCompleted == null)) { this.getShopOrderReleaseByResourceOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetShopOrderReleaseByResourceOperationCompleted); } this.InvokeAsync("getShopOrderReleaseByResource", new object[] { getShopOrderReleaseByResource1}, this.getShopOrderReleaseByResourceOperationCompleted, userState); } private void OngetShopOrderReleaseByResourceOperationCompleted(object arg) { if ((this.getShopOrderReleaseByResourceCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getShopOrderReleaseByResourceCompleted(this, new getShopOrderReleaseByResourceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("startCompleteRelabeledSFCResponse", Namespace="http://machine.ws.atlmes.com/")] public startCompleteRelabeledSFCResponse startCompleteRelabeledSFC([System.Xml.Serialization.XmlElementAttribute("startCompleteRelabeledSFC", Namespace="http://machine.ws.atlmes.com/")] startCompleteRelabeledSFC startCompleteRelabeledSFC1) { object[] results = this.Invoke("startCompleteRelabeledSFC", new object[] { startCompleteRelabeledSFC1}); return ((startCompleteRelabeledSFCResponse)(results[0])); } /// public void startCompleteRelabeledSFCAsync(startCompleteRelabeledSFC startCompleteRelabeledSFC1) { this.startCompleteRelabeledSFCAsync(startCompleteRelabeledSFC1, null); } /// public void startCompleteRelabeledSFCAsync(startCompleteRelabeledSFC startCompleteRelabeledSFC1, object userState) { if ((this.startCompleteRelabeledSFCOperationCompleted == null)) { this.startCompleteRelabeledSFCOperationCompleted = new System.Threading.SendOrPostCallback(this.OnstartCompleteRelabeledSFCOperationCompleted); } this.InvokeAsync("startCompleteRelabeledSFC", new object[] { startCompleteRelabeledSFC1}, this.startCompleteRelabeledSFCOperationCompleted, userState); } private void OnstartCompleteRelabeledSFCOperationCompleted(object arg) { if ((this.startCompleteRelabeledSFCCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.startCompleteRelabeledSFCCompleted(this, new startCompleteRelabeledSFCCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("inProcessLotPreCheckResponse", Namespace="http://machine.ws.atlmes.com/")] public inProcessLotPreCheckResponse inProcessLotPreCheck([System.Xml.Serialization.XmlElementAttribute("inProcessLotPreCheck", Namespace="http://machine.ws.atlmes.com/")] inProcessLotPreCheck inProcessLotPreCheck1) { object[] results = this.Invoke("inProcessLotPreCheck", new object[] { inProcessLotPreCheck1}); return ((inProcessLotPreCheckResponse)(results[0])); } /// public void inProcessLotPreCheckAsync(inProcessLotPreCheck inProcessLotPreCheck1) { this.inProcessLotPreCheckAsync(inProcessLotPreCheck1, null); } /// public void inProcessLotPreCheckAsync(inProcessLotPreCheck inProcessLotPreCheck1, object userState) { if ((this.inProcessLotPreCheckOperationCompleted == null)) { this.inProcessLotPreCheckOperationCompleted = new System.Threading.SendOrPostCallback(this.OninProcessLotPreCheckOperationCompleted); } this.InvokeAsync("inProcessLotPreCheck", new object[] { inProcessLotPreCheck1}, this.inProcessLotPreCheckOperationCompleted, userState); } private void OninProcessLotPreCheckOperationCompleted(object arg) { if ((this.inProcessLotPreCheckCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.inProcessLotPreCheckCompleted(this, new inProcessLotPreCheckCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("dataCollectForCoatingScaleResponse", Namespace="http://machine.ws.atlmes.com/")] public dataCollectForCoatingScaleResponse dataCollectForCoatingScale([System.Xml.Serialization.XmlElementAttribute("dataCollectForCoatingScale", Namespace="http://machine.ws.atlmes.com/")] dataCollectForCoatingScale dataCollectForCoatingScale1) { object[] results = this.Invoke("dataCollectForCoatingScale", new object[] { dataCollectForCoatingScale1}); return ((dataCollectForCoatingScaleResponse)(results[0])); } /// public void dataCollectForCoatingScaleAsync(dataCollectForCoatingScale dataCollectForCoatingScale1) { this.dataCollectForCoatingScaleAsync(dataCollectForCoatingScale1, null); } /// public void dataCollectForCoatingScaleAsync(dataCollectForCoatingScale dataCollectForCoatingScale1, object userState) { if ((this.dataCollectForCoatingScaleOperationCompleted == null)) { this.dataCollectForCoatingScaleOperationCompleted = new System.Threading.SendOrPostCallback(this.OndataCollectForCoatingScaleOperationCompleted); } this.InvokeAsync("dataCollectForCoatingScale", new object[] { dataCollectForCoatingScale1}, this.dataCollectForCoatingScaleOperationCompleted, userState); } private void OndataCollectForCoatingScaleOperationCompleted(object arg) { if ((this.dataCollectForCoatingScaleCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.dataCollectForCoatingScaleCompleted(this, new dataCollectForCoatingScaleCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlArrayAttribute("getItemAndQtyResponse", Namespace="http://machine.ws.atlmes.com/")] [return: System.Xml.Serialization.XmlArrayItemAttribute("return", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] public startSfcItemData[] getItemAndQty([System.Xml.Serialization.XmlElementAttribute("getItemAndQty", Namespace="http://machine.ws.atlmes.com/")] getItemAndQty getItemAndQty1) { object[] results = this.Invoke("getItemAndQty", new object[] { getItemAndQty1}); return ((startSfcItemData[])(results[0])); } /// public void getItemAndQtyAsync(getItemAndQty getItemAndQty1) { this.getItemAndQtyAsync(getItemAndQty1, null); } /// public void getItemAndQtyAsync(getItemAndQty getItemAndQty1, object userState) { if ((this.getItemAndQtyOperationCompleted == null)) { this.getItemAndQtyOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetItemAndQtyOperationCompleted); } this.InvokeAsync("getItemAndQty", new object[] { getItemAndQty1}, this.getItemAndQtyOperationCompleted, userState); } private void OngetItemAndQtyOperationCompleted(object arg) { if ((this.getItemAndQtyCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getItemAndQtyCompleted(this, new getItemAndQtyCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("dataCollectForSfcBYResouceResponse", Namespace="http://machine.ws.atlmes.com/")] public dataCollectForSfcBYResouceResponse dataCollectForSfcBYResouce([System.Xml.Serialization.XmlElementAttribute("dataCollectForSfcBYResouce", Namespace="http://machine.ws.atlmes.com/")] dataCollectForSfcBYResouce dataCollectForSfcBYResouce1) { object[] results = this.Invoke("dataCollectForSfcBYResouce", new object[] { dataCollectForSfcBYResouce1}); return ((dataCollectForSfcBYResouceResponse)(results[0])); } /// public void dataCollectForSfcBYResouceAsync(dataCollectForSfcBYResouce dataCollectForSfcBYResouce1) { this.dataCollectForSfcBYResouceAsync(dataCollectForSfcBYResouce1, null); } /// public void dataCollectForSfcBYResouceAsync(dataCollectForSfcBYResouce dataCollectForSfcBYResouce1, object userState) { if ((this.dataCollectForSfcBYResouceOperationCompleted == null)) { this.dataCollectForSfcBYResouceOperationCompleted = new System.Threading.SendOrPostCallback(this.OndataCollectForSfcBYResouceOperationCompleted); } this.InvokeAsync("dataCollectForSfcBYResouce", new object[] { dataCollectForSfcBYResouce1}, this.dataCollectForSfcBYResouceOperationCompleted, userState); } private void OndataCollectForSfcBYResouceOperationCompleted(object arg) { if ((this.dataCollectForSfcBYResouceCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.dataCollectForSfcBYResouceCompleted(this, new dataCollectForSfcBYResouceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("processLotStartForSfcResponse", Namespace="http://machine.ws.atlmes.com/")] public processLotStartForSfcResponse processLotStartForSfc([System.Xml.Serialization.XmlElementAttribute("processLotStartForSfc", Namespace="http://machine.ws.atlmes.com/")] processLotStartForSfc processLotStartForSfc1) { object[] results = this.Invoke("processLotStartForSfc", new object[] { processLotStartForSfc1}); return ((processLotStartForSfcResponse)(results[0])); } /// public void processLotStartForSfcAsync(processLotStartForSfc processLotStartForSfc1) { this.processLotStartForSfcAsync(processLotStartForSfc1, null); } /// public void processLotStartForSfcAsync(processLotStartForSfc processLotStartForSfc1, object userState) { if ((this.processLotStartForSfcOperationCompleted == null)) { this.processLotStartForSfcOperationCompleted = new System.Threading.SendOrPostCallback(this.OnprocessLotStartForSfcOperationCompleted); } this.InvokeAsync("processLotStartForSfc", new object[] { processLotStartForSfc1}, this.processLotStartForSfcOperationCompleted, userState); } private void OnprocessLotStartForSfcOperationCompleted(object arg) { if ((this.processLotStartForSfcCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.processLotStartForSfcCompleted(this, new processLotStartForSfcCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("dataCollectForSfcExNewResponse", Namespace="http://machine.ws.atlmes.com/")] public dataCollectForSfcExNewResponse dataCollectForSfcExNew([System.Xml.Serialization.XmlElementAttribute("dataCollectForSfcExNew", Namespace="http://machine.ws.atlmes.com/")] dataCollectForSfcExNew dataCollectForSfcExNew1) { object[] results = this.Invoke("dataCollectForSfcExNew", new object[] { dataCollectForSfcExNew1}); return ((dataCollectForSfcExNewResponse)(results[0])); } /// public void dataCollectForSfcExNewAsync(dataCollectForSfcExNew dataCollectForSfcExNew1) { this.dataCollectForSfcExNewAsync(dataCollectForSfcExNew1, null); } /// public void dataCollectForSfcExNewAsync(dataCollectForSfcExNew dataCollectForSfcExNew1, object userState) { if ((this.dataCollectForSfcExNewOperationCompleted == null)) { this.dataCollectForSfcExNewOperationCompleted = new System.Threading.SendOrPostCallback(this.OndataCollectForSfcExNewOperationCompleted); } this.InvokeAsync("dataCollectForSfcExNew", new object[] { dataCollectForSfcExNew1}, this.dataCollectForSfcExNewOperationCompleted, userState); } private void OndataCollectForSfcExNewOperationCompleted(object arg) { if ((this.dataCollectForSfcExNewCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.dataCollectForSfcExNewCompleted(this, new dataCollectForSfcExNewCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// public new void CancelAsync(object userState) { base.CancelAsync(userState); } private bool IsLocalFileSystemWebService(string url) { if (((url == null) || (url == string.Empty))) { return false; } System.Uri wsUri = new System.Uri(url); if (((wsUri.Port >= 1024) && (string.Compare(wsUri.Host, "localHost", System.StringComparison.OrdinalIgnoreCase) == 0))) { return true; } return false; } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dataCollectForResource { private machineIntegrationResourceDcRequest resourceRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public machineIntegrationResourceDcRequest resourceRequest { get { return this.resourceRequestField; } set { this.resourceRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class machineIntegrationResourceDcRequest { private string siteField; private string dcGroupField; private string dcGroupRevisionField; private string resourceField; private string userField; private machineIntegrationParametricData[] parametricDataArrayField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroup { get { return this.dcGroupField; } set { this.dcGroupField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroupRevision { get { return this.dcGroupRevisionField; } set { this.dcGroupRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("parametricDataArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public machineIntegrationParametricData[] parametricDataArray { get { return this.parametricDataArrayField; } set { this.parametricDataArrayField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class machineIntegrationParametricData { private string nameField; private string valueField; private ParameterDataType dataTypeField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string name { get { return this.nameField; } set { this.nameField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string value { get { return this.valueField; } set { this.valueField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public ParameterDataType dataType { get { return this.dataTypeField; } set { this.dataTypeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/datacollection")] public enum ParameterDataType { /// NUMBER, /// TEXT, /// FORMULA, /// BOOLEAN, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dataCollectForSfcExNewResponse { private sfcDcExResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public sfcDcExResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class sfcDcExResponse : baseResponse { } /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(startProcessLotForSfcResponse))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(cellOcvValueResponse))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(componentAssemblyResponse))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(headWeldingStartResponse))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(assemblyAndDataCollectionResponseExt))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(checkBomInventoryResponseExt))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(completeSfcResponse))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(startSfcResponse))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(startProcessLotResponse))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(bakingReadyResponse))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(sfcDcExResponse))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(resChgResponse))] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class baseResponse { private int codeField; private bool codeFieldSpecified; private string messageField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public int code { get { return this.codeField; } set { this.codeField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool codeSpecified { get { return this.codeFieldSpecified; } set { this.codeFieldSpecified = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public string message { get { return this.messageField; } set { this.messageField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class startProcessLotForSfcResponse : baseResponse { private processLotSfcEntity[] sfcEntityField; /// [System.Xml.Serialization.XmlElementAttribute("sfcEntity", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public processLotSfcEntity[] sfcEntity { get { return this.sfcEntityField; } set { this.sfcEntityField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class processLotSfcEntity { private string headSfcField; private sfcLocationEntity[] sfcEntitysField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string headSfc { get { return this.headSfcField; } set { this.headSfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("sfcEntitys", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public sfcLocationEntity[] sfcEntitys { get { return this.sfcEntitysField; } set { this.sfcEntitysField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class sfcLocationEntity { private string sfcField; private string locationField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string sfc { get { return this.sfcField; } set { this.sfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string location { get { return this.locationField; } set { this.locationField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class cellOcvValueResponse : baseResponse { private cellSfcData[] cellSfcsDataField; /// [System.Xml.Serialization.XmlElementAttribute("cellSfcsData", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public cellSfcData[] cellSfcsData { get { return this.cellSfcsDataField; } set { this.cellSfcsDataField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class cellSfcData { private string sfcField; private string cellOCVField; private string cellOcvDateField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string sfc { get { return this.sfcField; } set { this.sfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string cellOCV { get { return this.cellOCVField; } set { this.cellOCVField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string cellOcvDate { get { return this.cellOcvDateField; } set { this.cellOcvDateField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class componentAssemblyResponse : baseResponse { } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class headWeldingStartResponse : baseResponse { private int workStationField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public int workStation { get { return this.workStationField; } set { this.workStationField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class assemblyAndDataCollectionResponseExt : baseResponse { private int resultField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public int result { get { return this.resultField; } set { this.resultField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class checkBomInventoryResponseExt : baseResponse { } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class completeSfcResponse : baseResponse { } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class startSfcResponse : baseResponse { private int code1Field; private bool code1FieldSpecified; private string message1Field; private startSfcItemData[] itemListField; private startSfcOperationData[] userOptionsListField; /// [System.Xml.Serialization.XmlElementAttribute("code", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public int code1 { get { return this.code1Field; } set { this.code1Field = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool code1Specified { get { return this.code1FieldSpecified; } set { this.code1FieldSpecified = value; } } /// [System.Xml.Serialization.XmlElementAttribute("message", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public string message1 { get { return this.message1Field; } set { this.message1Field = value; } } /// [System.Xml.Serialization.XmlElementAttribute("itemList", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public startSfcItemData[] itemList { get { return this.itemListField; } set { this.itemListField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("userOptionsList", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)] public startSfcOperationData[] userOptionsList { get { return this.userOptionsListField; } set { this.userOptionsListField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class startSfcItemData { private string itemField; private string revisionField; private decimal qtyField; private bool qtyFieldSpecified; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string item { get { return this.itemField; } set { this.itemField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string revision { get { return this.revisionField; } set { this.revisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public decimal qty { get { return this.qtyField; } set { this.qtyField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool qtySpecified { get { return this.qtyFieldSpecified; } set { this.qtyFieldSpecified = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class startSfcOperationData { private string nameField; private string valueField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string name { get { return this.nameField; } set { this.nameField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string value { get { return this.valueField; } set { this.valueField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class startProcessLotResponse : baseResponse { } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class bakingReadyResponse : baseResponse { } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class resChgResponse : baseResponse { } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dataCollectForSfcExNew { private sfcDcExRequest sfcDcExRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public sfcDcExRequest SfcDcExRequest { get { return this.sfcDcExRequestField; } set { this.sfcDcExRequestField = value; } } } /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(sfcDcExNewRequest))] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class sfcDcExRequest { private string siteField; private string sfcField; private string dcGroupField; private string dcGroupRevisionField; private string operationField; private string operationRevisionField; private string resourceField; private string userField; private string activityIdField; private machineIntegrationParametricData[] parametricDataArrayField; private ModeProcessSfc modeProcessSfcField; private nonConfirmCodeArray[] ncCodeArrayField; private bool isDispositionRequiredField; private bool isDispositionRequiredFieldSpecified; private string isGetSFCFromCustomerBarcodeField; private string checkSFCStatusField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string sfc { get { return this.sfcField; } set { this.sfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroup { get { return this.dcGroupField; } set { this.dcGroupField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroupRevision { get { return this.dcGroupRevisionField; } set { this.dcGroupRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operationRevision { get { return this.operationRevisionField; } set { this.operationRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string activityId { get { return this.activityIdField; } set { this.activityIdField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("parametricDataArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public machineIntegrationParametricData[] parametricDataArray { get { return this.parametricDataArrayField; } set { this.parametricDataArrayField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public ModeProcessSfc modeProcessSfc { get { return this.modeProcessSfcField; } set { this.modeProcessSfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("ncCodeArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public nonConfirmCodeArray[] ncCodeArray { get { return this.ncCodeArrayField; } set { this.ncCodeArrayField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public bool isDispositionRequired { get { return this.isDispositionRequiredField; } set { this.isDispositionRequiredField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool isDispositionRequiredSpecified { get { return this.isDispositionRequiredFieldSpecified; } set { this.isDispositionRequiredFieldSpecified = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string isGetSFCFromCustomerBarcode { get { return this.isGetSFCFromCustomerBarcodeField; } set { this.isGetSFCFromCustomerBarcodeField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string checkSFCStatus { get { return this.checkSFCStatusField; } set { this.checkSFCStatusField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public enum ModeProcessSfc { /// MODE_NONE, /// MODE_START_SFC_PRE_DC, /// MODE_COMPLETE_SFC_POST_DC, /// MODE_PASS_SFC_POST_DC, /// MODE_REMOVE_PROCESSLOT_COMPLETE_SFC_POST_DC, /// MODE_START_SFC_PRE_DC_SFC_COMPLETE, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class nonConfirmCodeArray { private string ncCodeField; private bool hasNcField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string ncCode { get { return this.ncCodeField; } set { this.ncCodeField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public bool hasNc { get { return this.hasNcField; } set { this.hasNcField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class sfcDcExNewRequest : sfcDcExRequest { private string usageSeqField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string usageSeq { get { return this.usageSeqField; } set { this.usageSeqField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class processLotStartForSfcResponse { private startProcessLotForSfcResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public startProcessLotForSfcResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class startProcessLotForSfcRequest { private string siteField; private string userField; private string operationField; private string operationRevisionField; private string resourceField; private string[] processLotArrayField; private ColumnOrRowFirstEnum columnOrRowFirstField; private bool columnOrRowFirstFieldSpecified; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operationRevision { get { return this.operationRevisionField; } set { this.operationRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("processLotArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string[] processLotArray { get { return this.processLotArrayField; } set { this.processLotArrayField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public ColumnOrRowFirstEnum columnOrRowFirst { get { return this.columnOrRowFirstField; } set { this.columnOrRowFirstField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool columnOrRowFirstSpecified { get { return this.columnOrRowFirstFieldSpecified; } set { this.columnOrRowFirstFieldSpecified = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public enum ColumnOrRowFirstEnum { /// LEFT_ROW_MAX_FIRST, /// LEFT_ROW_MIN_FIRST, /// RIGHT_ROW_MAX_FIRST, /// RIGHT_ROW_MIN_FIRST, /// LEFT_COLUMN_MAX_FIRST, /// LEFT_COLUMN_MIN_FIRST, /// RIGHT_COLUMN_MAX_FIRST, /// RIGHT_COLUMN_MIN_FIRST, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class processLotStartForSfc { private startProcessLotForSfcRequest startProcessLotForSfcRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public startProcessLotForSfcRequest StartProcessLotForSfcRequest { get { return this.startProcessLotForSfcRequestField; } set { this.startProcessLotForSfcRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dataCollectForSfcProResponse { private int codeField; private bool codeFieldSpecified; private string messageField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int code { get { return this.codeField; } set { this.codeField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool codeSpecified { get { return this.codeFieldSpecified; } set { this.codeFieldSpecified = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string message { get { return this.messageField; } set { this.messageField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dataCollectForSfcBYResouceResponse { private dataCollectForSfcProResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public dataCollectForSfcProResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class nonConfirmCodeResrceArray { private string ncCodeField; private bool hasNcField; private bool hasNcFieldSpecified; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string ncCode { get { return this.ncCodeField; } set { this.ncCodeField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public bool hasNc { get { return this.hasNcField; } set { this.hasNcField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool hasNcSpecified { get { return this.hasNcFieldSpecified; } set { this.hasNcFieldSpecified = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class machineIntegrationParametricResrceData { private string nameField; private string valueField; private ParameterDataType dataTypeField; private bool dataTypeFieldSpecified; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string name { get { return this.nameField; } set { this.nameField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string value { get { return this.valueField; } set { this.valueField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public ParameterDataType dataType { get { return this.dataTypeField; } set { this.dataTypeField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool dataTypeSpecified { get { return this.dataTypeFieldSpecified; } set { this.dataTypeFieldSpecified = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dataCollectForSfcProRequest { private string siteField; private string dcGroupField; private string dcGroupRevisionField; private string operationField; private string operationRevisionField; private string resourceField; private string userField; private string activityIdField; private machineIntegrationParametricResrceData[] parametricDataArrayField; private string modeProcessSfcField; private nonConfirmCodeResrceArray[] ncCodeArrayField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroup { get { return this.dcGroupField; } set { this.dcGroupField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroupRevision { get { return this.dcGroupRevisionField; } set { this.dcGroupRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operationRevision { get { return this.operationRevisionField; } set { this.operationRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string activityId { get { return this.activityIdField; } set { this.activityIdField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("parametricDataArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public machineIntegrationParametricResrceData[] parametricDataArray { get { return this.parametricDataArrayField; } set { this.parametricDataArrayField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string modeProcessSfc { get { return this.modeProcessSfcField; } set { this.modeProcessSfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("ncCodeArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public nonConfirmCodeResrceArray[] ncCodeArray { get { return this.ncCodeArrayField; } set { this.ncCodeArrayField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dataCollectForSfcBYResouce { private dataCollectForSfcProRequest dataCollectForSfcProRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public dataCollectForSfcProRequest DataCollectForSfcProRequest { get { return this.dataCollectForSfcProRequestField; } set { this.dataCollectForSfcProRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class getItemAndQty { private startSfcResponse arg0Field; private string[] arg1Field; private string arg2Field; private string arg3Field; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public startSfcResponse arg0 { get { return this.arg0Field; } set { this.arg0Field = value; } } /// [System.Xml.Serialization.XmlElementAttribute("arg1", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string[] arg1 { get { return this.arg1Field; } set { this.arg1Field = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string arg2 { get { return this.arg2Field; } set { this.arg2Field = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string arg3 { get { return this.arg3Field; } set { this.arg3Field = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class sfcDcCoatingScaleResponse { private int codeField; private string messageField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int code { get { return this.codeField; } set { this.codeField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string message { get { return this.messageField; } set { this.messageField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dataCollectForCoatingScaleResponse { private sfcDcCoatingScaleResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public sfcDcCoatingScaleResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class sfcDcCoatingScaleRequest { private string siteField; private string sfcField; private string userField; private dcTypeEnum typeField; private string parameterField; private float[] valueListField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string sfc { get { return this.sfcField; } set { this.sfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public dcTypeEnum type { get { return this.typeField; } set { this.typeField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string parameter { get { return this.parameterField; } set { this.parameterField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("valueList", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public float[] valueList { get { return this.valueListField; } set { this.valueListField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public enum dcTypeEnum { /// DC_TYPE_SFC, /// DC_TYPE_RES, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dataCollectForCoatingScale { private sfcDcCoatingScaleRequest sfcDcCoatingScaleRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public sfcDcCoatingScaleRequest SfcDcCoatingScaleRequest { get { return this.sfcDcCoatingScaleRequestField; } set { this.sfcDcCoatingScaleRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class checkPreSfcBindProcessLotResponse { private int codeField; private bool codeFieldSpecified; private string messageField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int code { get { return this.codeField; } set { this.codeField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool codeSpecified { get { return this.codeFieldSpecified; } set { this.codeFieldSpecified = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string message { get { return this.messageField; } set { this.messageField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class inProcessLotPreCheckResponse { private checkPreSfcBindProcessLotResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public checkPreSfcBindProcessLotResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class checkPreSfcBindProcessLotRequest { private string siteField; private string userField; private string operationField; private string operationRevisionField; private string resourceField; private string sfcField; private string activityIDField; private ModeProcessSfc modeProcessSfcField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operationRevision { get { return this.operationRevisionField; } set { this.operationRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string sfc { get { return this.sfcField; } set { this.sfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string activityID { get { return this.activityIDField; } set { this.activityIDField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public ModeProcessSfc modeProcessSfc { get { return this.modeProcessSfcField; } set { this.modeProcessSfcField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class inProcessLotPreCheck { private checkPreSfcBindProcessLotRequest checkPreSfcBindProcessLotRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public checkPreSfcBindProcessLotRequest CheckPreSfcBindProcessLotRequest { get { return this.checkPreSfcBindProcessLotRequestField; } set { this.checkPreSfcBindProcessLotRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class startRelabelCompleteSFCResponse { private string relabeledSFCField; private int codeField; private bool codeFieldSpecified; private string messageField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string relabeledSFC { get { return this.relabeledSFCField; } set { this.relabeledSFCField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int code { get { return this.codeField; } set { this.codeField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool codeSpecified { get { return this.codeFieldSpecified; } set { this.codeFieldSpecified = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string message { get { return this.messageField; } set { this.messageField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class startCompleteRelabeledSFCResponse { private startRelabelCompleteSFCResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public startRelabelCompleteSFCResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class startRelabelCompleteSFCRequest { private string siteField; private string userField; private string operationField; private string operationRevisionField; private string resourceField; private string sfcField; private string activityIDField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operationRevision { get { return this.operationRevisionField; } set { this.operationRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string sfc { get { return this.sfcField; } set { this.sfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string activityID { get { return this.activityIDField; } set { this.activityIDField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class startCompleteRelabeledSFC { private startRelabelCompleteSFCRequest startRelabelCompleteSFCRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public startRelabelCompleteSFCRequest StartRelabelCompleteSFCRequest { get { return this.startRelabelCompleteSFCRequestField; } set { this.startRelabelCompleteSFCRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class shopOrderReleaseByResourceResponse { private int codeField; private bool codeFieldSpecified; private string messageField; private string sfcaField; private string sfcbField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int code { get { return this.codeField; } set { this.codeField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool codeSpecified { get { return this.codeFieldSpecified; } set { this.codeFieldSpecified = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string message { get { return this.messageField; } set { this.messageField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string sfca { get { return this.sfcaField; } set { this.sfcaField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string sfcb { get { return this.sfcbField; } set { this.sfcbField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class getShopOrderReleaseByResourceResponse { private shopOrderReleaseByResourceResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public shopOrderReleaseByResourceResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class shopOrderReleaseByResourceRequest { private string siteField; private string resourceField; private string operationField; private string operationRevisionField; private string modeField; private string activityField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operationRevision { get { return this.operationRevisionField; } set { this.operationRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string mode { get { return this.modeField; } set { this.modeField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string activity { get { return this.activityField; } set { this.activityField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class getShopOrderReleaseByResource { private shopOrderReleaseByResourceRequest requestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public shopOrderReleaseByResourceRequest Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class getCellOCVValueResponse { private cellOcvValueResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public cellOcvValueResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class cellOcvValueRequest { private string siteField; private string moudleSfcField; private string[] cellSfcsField; private string parameterField; private string userField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string moudleSfc { get { return this.moudleSfcField; } set { this.moudleSfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("cellSfcs", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string[] cellSfcs { get { return this.cellSfcsField; } set { this.cellSfcsField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string parameter { get { return this.parameterField; } set { this.parameterField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class getCellOCVValue { private cellOcvValueRequest cellOcvValueRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public cellOcvValueRequest CellOcvValueRequest { get { return this.cellOcvValueRequestField; } set { this.cellOcvValueRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class hotPressDcResponse { private int codeAField; private bool codeAFieldSpecified; private string messageAField; private int codeBField; private bool codeBFieldSpecified; private string messageBField; private int returnCodeField; private bool returnCodeFieldSpecified; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int codeA { get { return this.codeAField; } set { this.codeAField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool codeASpecified { get { return this.codeAFieldSpecified; } set { this.codeAFieldSpecified = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string messageA { get { return this.messageAField; } set { this.messageAField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int codeB { get { return this.codeBField; } set { this.codeBField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool codeBSpecified { get { return this.codeBFieldSpecified; } set { this.codeBFieldSpecified = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string messageB { get { return this.messageBField; } set { this.messageBField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int returnCode { get { return this.returnCodeField; } set { this.returnCodeField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool returnCodeSpecified { get { return this.returnCodeFieldSpecified; } set { this.returnCodeFieldSpecified = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dataCollectForHotPressResponse { private hotPressDcResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public hotPressDcResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class hotPressNcCodeArray { private string ncCodeField; private bool trayAHasNcField; private bool trayBHasNcField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string ncCode { get { return this.ncCodeField; } set { this.ncCodeField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public bool trayAHasNc { get { return this.trayAHasNcField; } set { this.trayAHasNcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public bool trayBHasNc { get { return this.trayBHasNcField; } set { this.trayBHasNcField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class hotPressParametricData { private string nameField; private string trayAValueField; private string trayBValueField; private ParameterDataType dataTypeField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string name { get { return this.nameField; } set { this.nameField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string trayAValue { get { return this.trayAValueField; } set { this.trayAValueField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string trayBValue { get { return this.trayBValueField; } set { this.trayBValueField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public ParameterDataType dataType { get { return this.dataTypeField; } set { this.dataTypeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class hotPressDcRequest { private string siteField; private string trayAProcessLotField; private string trayBProcessLotField; private string dcGroupField; private string dcGroupRevisionField; private string ncGroupField; private string operationField; private string operationRevisionField; private string resourceField; private string userField; private string activityIdField; private hotPressParametricData[] parametricDataArrayField; private ModeProcessSfc modeProcessSfcField; private hotPressNcCodeArray[] ncCodeArrayField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string trayAProcessLot { get { return this.trayAProcessLotField; } set { this.trayAProcessLotField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string trayBProcessLot { get { return this.trayBProcessLotField; } set { this.trayBProcessLotField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroup { get { return this.dcGroupField; } set { this.dcGroupField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroupRevision { get { return this.dcGroupRevisionField; } set { this.dcGroupRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string ncGroup { get { return this.ncGroupField; } set { this.ncGroupField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operationRevision { get { return this.operationRevisionField; } set { this.operationRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string activityId { get { return this.activityIdField; } set { this.activityIdField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("parametricDataArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public hotPressParametricData[] parametricDataArray { get { return this.parametricDataArrayField; } set { this.parametricDataArrayField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public ModeProcessSfc modeProcessSfc { get { return this.modeProcessSfcField; } set { this.modeProcessSfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("ncCodeArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public hotPressNcCodeArray[] ncCodeArray { get { return this.ncCodeArrayField; } set { this.ncCodeArrayField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dataCollectForHotPress { private hotPressDcRequest hotPressDcRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public hotPressDcRequest HotPressDcRequest { get { return this.hotPressDcRequestField; } set { this.hotPressDcRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class start2NdInjectionParametricData { private string nameField; private string valueField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string name { get { return this.nameField; } set { this.nameField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string value { get { return this.valueField; } set { this.valueField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class injectionResponse { private int codeField; private string messageField; private int resultField; private start2NdInjectionParametricData[] parametricDatasField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int code { get { return this.codeField; } set { this.codeField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string message { get { return this.messageField; } set { this.messageField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int result { get { return this.resultField; } set { this.resultField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("parametricDatas", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public start2NdInjectionParametricData[] parametricDatas { get { return this.parametricDatasField; } set { this.parametricDatasField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class start2ndInjectionResponse { private injectionResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public injectionResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class injectionRequest { private string siteField; private string processLotField; private string sfcField; private string dcGroupField; private string dcGroupRevisionField; private string operationField; private string operationRevisionField; private string resourceField; private string userField; private string activityIDField; private string[] parametricDataNameField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string processLot { get { return this.processLotField; } set { this.processLotField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string sfc { get { return this.sfcField; } set { this.sfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroup { get { return this.dcGroupField; } set { this.dcGroupField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroupRevision { get { return this.dcGroupRevisionField; } set { this.dcGroupRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operationRevision { get { return this.operationRevisionField; } set { this.operationRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string activityID { get { return this.activityIDField; } set { this.activityIDField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("parametricDataName", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string[] parametricDataName { get { return this.parametricDataNameField; } set { this.parametricDataNameField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class start2ndInjection { private injectionRequest injectionRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public injectionRequest InjectionRequest { get { return this.injectionRequestField; } set { this.injectionRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class heartbeatValidationResponse { private int returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class heartbeatValidationRequest { private string siteField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class heartbeatValidation { private heartbeatValidationRequest heartbeatValidationRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public heartbeatValidationRequest HeartbeatValidationRequest { get { return this.heartbeatValidationRequestField; } set { this.heartbeatValidationRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class assemblyComponentResponse { private componentAssemblyResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public componentAssemblyResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class componentAssemblyRequest { private string siteField; private string sfcField; private string operationField; private string operationRevisionField; private string resourceField; private string inventoryIDField; private string activityIDField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string sfc { get { return this.sfcField; } set { this.sfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operationRevision { get { return this.operationRevisionField; } set { this.operationRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string inventoryID { get { return this.inventoryIDField; } set { this.inventoryIDField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string activityID { get { return this.activityIDField; } set { this.activityIDField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class assemblyComponent { private componentAssemblyRequest requestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public componentAssemblyRequest Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class startHeadWeldingResponse { private headWeldingStartResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public headWeldingStartResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class headWeldingStartRequest { private string siteField; private string sfcField; private string operationField; private string operationRevisionField; private string resourceField; private string userField; private string activityIdField; private int workStationField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string sfc { get { return this.sfcField; } set { this.sfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operationRevision { get { return this.operationRevisionField; } set { this.operationRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string activityId { get { return this.activityIdField; } set { this.activityIdField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int workStation { get { return this.workStationField; } set { this.workStationField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class startHeadWelding { private headWeldingStartRequest headWeldingStartRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public headWeldingStartRequest HeadWeldingStartRequest { get { return this.headWeldingStartRequestField; } set { this.headWeldingStartRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class assemblePlAndDcExResponse { private int codeField; private bool codeFieldSpecified; private string messageField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int code { get { return this.codeField; } set { this.codeField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool codeSpecified { get { return this.codeFieldSpecified; } set { this.codeFieldSpecified = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string message { get { return this.messageField; } set { this.messageField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class assembleProcessLotAndDataCollectExResponse { private assemblePlAndDcExResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public assemblePlAndDcExResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class assemblePlAndDcExRequest { private string siteField; private string sfcField; private string dcGroupField; private string dcGroupRevisionField; private string operationField; private string operationRevisionField; private string resourceField; private string userField; private string activityIdField; private machineIntegrationParametricData[] parametricDataArrayField; private nonConfirmCodeArray[] ncCodeArrayField; private string[] processLotArrayField; private ModeProcessSfc modeProcessSfcField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string sfc { get { return this.sfcField; } set { this.sfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroup { get { return this.dcGroupField; } set { this.dcGroupField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroupRevision { get { return this.dcGroupRevisionField; } set { this.dcGroupRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operationRevision { get { return this.operationRevisionField; } set { this.operationRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string activityId { get { return this.activityIdField; } set { this.activityIdField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("parametricDataArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public machineIntegrationParametricData[] parametricDataArray { get { return this.parametricDataArrayField; } set { this.parametricDataArrayField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("ncCodeArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public nonConfirmCodeArray[] ncCodeArray { get { return this.ncCodeArrayField; } set { this.ncCodeArrayField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("processLotArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string[] processLotArray { get { return this.processLotArrayField; } set { this.processLotArrayField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public ModeProcessSfc modeProcessSfc { get { return this.modeProcessSfcField; } set { this.modeProcessSfcField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class assembleProcessLotAndDataCollectEx { private assemblePlAndDcExRequest assemblePlAndDcExRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public assemblePlAndDcExRequest AssemblePlAndDcExRequest { get { return this.assemblePlAndDcExRequestField; } set { this.assemblePlAndDcExRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class assemblyAndDataCollectionResponse { private assemblyAndDataCollectionResponseExt returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public assemblyAndDataCollectionResponseExt @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class assemblyAndDataCollection { private assemblyAndDataCollectionRequestExt assemblyAndDataCollectionRequestExtParaField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public assemblyAndDataCollectionRequestExt AssemblyAndDataCollectionRequestExtPara { get { return this.assemblyAndDataCollectionRequestExtParaField; } set { this.assemblyAndDataCollectionRequestExtParaField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class assemblyAndDataCollectionRequestExt : machineIntegrationSfcDcRequest { private string[] componentArrayField; /// [System.Xml.Serialization.XmlElementAttribute("componentArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string[] componentArray { get { return this.componentArrayField; } set { this.componentArrayField = value; } } } /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(assemblyAndDataCollectionRequestExt))] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class machineIntegrationSfcDcRequest { private string siteField; private string sfcField; private string dcGroupField; private string dcGroupRevisionField; private string operationField; private string operationRevisionField; private string resourceField; private string userField; private string activityIdField; private machineIntegrationParametricData[] parametricDataArrayField; private ModeProcessSfc modeProcessSfcField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string sfc { get { return this.sfcField; } set { this.sfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroup { get { return this.dcGroupField; } set { this.dcGroupField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroupRevision { get { return this.dcGroupRevisionField; } set { this.dcGroupRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operationRevision { get { return this.operationRevisionField; } set { this.operationRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string activityId { get { return this.activityIdField; } set { this.activityIdField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("parametricDataArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public machineIntegrationParametricData[] parametricDataArray { get { return this.parametricDataArrayField; } set { this.parametricDataArrayField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public ModeProcessSfc modeProcessSfc { get { return this.modeProcessSfcField; } set { this.modeProcessSfcField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class checkBomInventoryResponse { private checkBomInventoryResponseExt returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public checkBomInventoryResponseExt @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class checkBomInventoryRequestExt { private string siteField; private string resourceField; private string[] inventoryArrayField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("inventoryArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string[] inventoryArray { get { return this.inventoryArrayField; } set { this.inventoryArrayField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class checkBomInventory { private checkBomInventoryRequestExt bomInventoryCheckRequestExtField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public checkBomInventoryRequestExt BomInventoryCheckRequestExt { get { return this.bomInventoryCheckRequestExtField; } set { this.bomInventoryCheckRequestExtField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class bindSfcResponse { private int codeField; private bool codeFieldSpecified; private string messageField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int code { get { return this.codeField; } set { this.codeField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool codeSpecified { get { return this.codeFieldSpecified; } set { this.codeFieldSpecified = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string message { get { return this.messageField; } set { this.messageField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class sfcBindPostCompleteResponse { private bindSfcResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public bindSfcResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class bindSfcRequest { private string siteField; private string userField; private string operationField; private string operationRevisionField; private string resourceField; private string carrierField; private ModeTrayMatrix carrierModeField; private string activityIDField; private dataCollectForSfcModeProcessSfc modeProcessSfcField; private string[] sfcArrayField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operationRevision { get { return this.operationRevisionField; } set { this.operationRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string carrier { get { return this.carrierField; } set { this.carrierField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public ModeTrayMatrix carrierMode { get { return this.carrierModeField; } set { this.carrierModeField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string activityID { get { return this.activityIDField; } set { this.activityIDField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public dataCollectForSfcModeProcessSfc modeProcessSfc { get { return this.modeProcessSfcField; } set { this.modeProcessSfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("sfcArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string[] sfcArray { get { return this.sfcArrayField; } set { this.sfcArrayField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public enum ModeTrayMatrix { /// [System.Xml.Serialization.XmlEnumAttribute("ROW-FIRST")] ROWFIRST, /// [System.Xml.Serialization.XmlEnumAttribute("COLUMN-FIRST")] COLUMNFIRST, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public enum dataCollectForSfcModeProcessSfc { /// MODE_NONE, /// MODE_START_SFC_PRE_DC, /// MODE_COMPLETE_SFC_POST_DC, /// MODE_PASS_SFC_POST_DC, /// MODE_REMOVE_PROCESSLOT_COMPLETE_SFC_POST_DC, /// MODE_START_AND_COMPLETE_SFC_POST_DC, /// MODE_START_SFC_PRE_DC_SFC_COMPLETE, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class sfcBindPostComplete { private bindSfcRequest bindSfcRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public bindSfcRequest BindSfcRequest { get { return this.bindSfcRequestField; } set { this.bindSfcRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class inboxCompleteAndBindTrayResponse { private int codeField; private bool codeFieldSpecified; private string messageField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int code { get { return this.codeField; } set { this.codeField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool codeSpecified { get { return this.codeFieldSpecified; } set { this.codeFieldSpecified = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string message { get { return this.messageField; } set { this.messageField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class cellInboxCompleteAndBindTrayResponse { private inboxCompleteAndBindTrayResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public inboxCompleteAndBindTrayResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class inboxCompleteAndBindTrayRequest { private string siteField; private string resourceField; private string operationField; private string operationRevisionField; private string sfcField; private string carrierField; private string dcGroupField; private string dcGroupRevisionField; private string ncGroupField; private string userField; private string activityIdField; private machineIntegrationParametricData[] parametricDataArrayField; private nonConfirmCodeArray[] ncCodeArrayField; private string externalSerialField; private ModeProcessSfc modeProcessSfcField; private int sfcLocationField; private string ncReplaceField; private int ncLevelField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operationRevision { get { return this.operationRevisionField; } set { this.operationRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string sfc { get { return this.sfcField; } set { this.sfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string carrier { get { return this.carrierField; } set { this.carrierField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroup { get { return this.dcGroupField; } set { this.dcGroupField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroupRevision { get { return this.dcGroupRevisionField; } set { this.dcGroupRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string ncGroup { get { return this.ncGroupField; } set { this.ncGroupField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string activityId { get { return this.activityIdField; } set { this.activityIdField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("parametricDataArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public machineIntegrationParametricData[] parametricDataArray { get { return this.parametricDataArrayField; } set { this.parametricDataArrayField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("ncCodeArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public nonConfirmCodeArray[] ncCodeArray { get { return this.ncCodeArrayField; } set { this.ncCodeArrayField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string externalSerial { get { return this.externalSerialField; } set { this.externalSerialField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public ModeProcessSfc modeProcessSfc { get { return this.modeProcessSfcField; } set { this.modeProcessSfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int sfcLocation { get { return this.sfcLocationField; } set { this.sfcLocationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string ncReplace { get { return this.ncReplaceField; } set { this.ncReplaceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int ncLevel { get { return this.ncLevelField; } set { this.ncLevelField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class cellInboxCompleteAndBindTray { private inboxCompleteAndBindTrayRequest inboxCompleteAndBindTrayRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public inboxCompleteAndBindTrayRequest InboxCompleteAndBindTrayRequest { get { return this.inboxCompleteAndBindTrayRequestField; } set { this.inboxCompleteAndBindTrayRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class inboxAssemblyResponse { private int codeField; private bool codeFieldSpecified; private string messageField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int code { get { return this.codeField; } set { this.codeField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool codeSpecified { get { return this.codeFieldSpecified; } set { this.codeFieldSpecified = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string message { get { return this.messageField; } set { this.messageField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class cellInboxAssemblyResponse { private inboxAssemblyResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public inboxAssemblyResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class inboxAssemblyRequest { private string siteField; private string resourceField; private string operationField; private string operationRevisionField; private string sfcField; private string externalSerialField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operationRevision { get { return this.operationRevisionField; } set { this.operationRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string sfc { get { return this.sfcField; } set { this.sfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string externalSerial { get { return this.externalSerialField; } set { this.externalSerialField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class cellInboxAssembly { private inboxAssemblyRequest inboxAssemblyRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public inboxAssemblyRequest InboxAssemblyRequest { get { return this.inboxAssemblyRequestField; } set { this.inboxAssemblyRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class completeProcessLotResponse { private int codeField; private bool codeFieldSpecified; private string messageField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int code { get { return this.codeField; } set { this.codeField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool codeSpecified { get { return this.codeFieldSpecified; } set { this.codeFieldSpecified = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string message { get { return this.messageField; } set { this.messageField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class processLotCompleteResponse { private completeProcessLotResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public completeProcessLotResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class completeProcessLotRequest { private string siteField; private string userField; private string operationField; private string operationRevisionField; private string resourceField; private string[] processLotArrayField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operationRevision { get { return this.operationRevisionField; } set { this.operationRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("processLotArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string[] processLotArray { get { return this.processLotArrayField; } set { this.processLotArrayField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class processLotComplete { private completeProcessLotRequest completeProcessLotRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public completeProcessLotRequest CompleteProcessLotRequest { get { return this.completeProcessLotRequestField; } set { this.completeProcessLotRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class sfcCreationAndDcResponse { private int codeField; private bool codeFieldSpecified; private string messageField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int code { get { return this.codeField; } set { this.codeField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool codeSpecified { get { return this.codeFieldSpecified; } set { this.codeFieldSpecified = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string message { get { return this.messageField; } set { this.messageField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class createSfcAndDataCollectResponse { private sfcCreationAndDcResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public sfcCreationAndDcResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class sfcCreationAndDcRequest { private string siteField; private string sfcField; private string dcGroupField; private string dcGroupRevisionField; private string operationField; private string operationRevisionField; private string resourceField; private string userField; private string activityIdField; private machineIntegrationParametricData[] parametricDataArrayField; private ModeProcessSfc modeProcessSfcField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string sfc { get { return this.sfcField; } set { this.sfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroup { get { return this.dcGroupField; } set { this.dcGroupField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroupRevision { get { return this.dcGroupRevisionField; } set { this.dcGroupRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operationRevision { get { return this.operationRevisionField; } set { this.operationRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string activityId { get { return this.activityIdField; } set { this.activityIdField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("parametricDataArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public machineIntegrationParametricData[] parametricDataArray { get { return this.parametricDataArrayField; } set { this.parametricDataArrayField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public ModeProcessSfc modeProcessSfc { get { return this.modeProcessSfcField; } set { this.modeProcessSfcField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class createSfcAndDataCollect { private sfcCreationAndDcRequest sfcCreationAndDcRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public sfcCreationAndDcRequest SfcCreationAndDcRequest { get { return this.sfcCreationAndDcRequestField; } set { this.sfcCreationAndDcRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class sfcCompleteResponse { private completeSfcResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public completeSfcResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class completeSfcRequest { private string siteField; private string userField; private string operationField; private string operationRevisionField; private string resourceField; private string[] sfcArrayField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operationRevision { get { return this.operationRevisionField; } set { this.operationRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("sfcArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string[] sfcArray { get { return this.sfcArrayField; } set { this.sfcArrayField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class sfcComplete { private completeSfcRequest completeSfcRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public completeSfcRequest CompleteSfcRequest { get { return this.completeSfcRequestField; } set { this.completeSfcRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class sfcStartResponse { private startSfcResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public startSfcResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class startSfcRequest { private string siteField; private string userField; private string operationField; private string operationRevisionField; private string resourceField; private string[] sfcArrayField; private string returnItemField; private string returnUserOptionsField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operationRevision { get { return this.operationRevisionField; } set { this.operationRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("sfcArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string[] sfcArray { get { return this.sfcArrayField; } set { this.sfcArrayField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string returnItem { get { return this.returnItemField; } set { this.returnItemField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string returnUserOptions { get { return this.returnUserOptionsField; } set { this.returnUserOptionsField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class sfcStart { private startSfcRequest startSfcRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public startSfcRequest StartSfcRequest { get { return this.startSfcRequestField; } set { this.startSfcRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class processLotStartResponse { private startProcessLotResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public startProcessLotResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class startProcessLotRequest { private string siteField; private string userField; private string operationField; private string operationRevisionField; private string resourceField; private string[] processLotArrayField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operationRevision { get { return this.operationRevisionField; } set { this.operationRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("processLotArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string[] processLotArray { get { return this.processLotArrayField; } set { this.processLotArrayField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class processLotStart { private startProcessLotRequest startProcessLotRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public startProcessLotRequest StartProcessLotRequest { get { return this.startProcessLotRequestField; } set { this.startProcessLotRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class isBakingReadyResponse { private bakingReadyResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public bakingReadyResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class bakingReadyRequest { private string siteField; private string operationField; private string operationRevisionField; private string resourceField; private string[] processLotArrayField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operationRevision { get { return this.operationRevisionField; } set { this.operationRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("processLotArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string[] processLotArray { get { return this.processLotArrayField; } set { this.processLotArrayField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class isBakingReady { private bakingReadyRequest requestBakingReadyField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public bakingReadyRequest RequestBakingReady { get { return this.requestBakingReadyField; } set { this.requestBakingReadyField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dcSfcLocalReworkResponse { private int codeField; private bool codeFieldSpecified; private string messageField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int code { get { return this.codeField; } set { this.codeField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool codeSpecified { get { return this.codeFieldSpecified; } set { this.codeFieldSpecified = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string message { get { return this.messageField; } set { this.messageField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dataCollectForSfcLocalReworkResponse { private dcSfcLocalReworkResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public dcSfcLocalReworkResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dcSfcLocalReworkRequest { private string siteField; private string sfcField; private string dcGroupField; private string dcGroupRevisionField; private string operationField; private string operationRevisionField; private string resourceField; private string userField; private string activityIdField; private machineIntegrationParametricData[] parametricDataArrayField; private dataCollectForSfcModeProcessSfc modeProcessSfcField; private nonConfirmCodeArray[] ncCodeArrayField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string sfc { get { return this.sfcField; } set { this.sfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroup { get { return this.dcGroupField; } set { this.dcGroupField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroupRevision { get { return this.dcGroupRevisionField; } set { this.dcGroupRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operationRevision { get { return this.operationRevisionField; } set { this.operationRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string activityId { get { return this.activityIdField; } set { this.activityIdField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("parametricDataArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public machineIntegrationParametricData[] parametricDataArray { get { return this.parametricDataArrayField; } set { this.parametricDataArrayField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public dataCollectForSfcModeProcessSfc modeProcessSfc { get { return this.modeProcessSfcField; } set { this.modeProcessSfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("ncCodeArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public nonConfirmCodeArray[] ncCodeArray { get { return this.ncCodeArrayField; } set { this.ncCodeArrayField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dataCollectForSfcLocalRework { private dcSfcLocalReworkRequest dcSfcLocalReworkRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public dcSfcLocalReworkRequest DcSfcLocalReworkRequest { get { return this.dcSfcLocalReworkRequestField; } set { this.dcSfcLocalReworkRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dcForModuleTestResponse { private int codeField; private bool codeFieldSpecified; private string messageField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int code { get { return this.codeField; } set { this.codeField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool codeSpecified { get { return this.codeFieldSpecified; } set { this.codeFieldSpecified = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string message { get { return this.messageField; } set { this.messageField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dataCollectForModuleTestResponse { private dcForModuleTestResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public dcForModuleTestResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dcForModuleTestRequest { private string siteField; private string sfcField; private string dcGroupField; private string dcGroupRevisionField; private string operationField; private string operationRevisionField; private string resourceField; private string userField; private string activityIdField; private machineIntegrationParametricData[] parametricDataArrayField; private dataCollectForSfcModeProcessSfc modeProcessSfcField; private nonConfirmCodeArray[] ncCodeArrayField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string sfc { get { return this.sfcField; } set { this.sfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroup { get { return this.dcGroupField; } set { this.dcGroupField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroupRevision { get { return this.dcGroupRevisionField; } set { this.dcGroupRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operationRevision { get { return this.operationRevisionField; } set { this.operationRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string activityId { get { return this.activityIdField; } set { this.activityIdField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("parametricDataArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public machineIntegrationParametricData[] parametricDataArray { get { return this.parametricDataArrayField; } set { this.parametricDataArrayField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public dataCollectForSfcModeProcessSfc modeProcessSfc { get { return this.modeProcessSfcField; } set { this.modeProcessSfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("ncCodeArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public nonConfirmCodeArray[] ncCodeArray { get { return this.ncCodeArrayField; } set { this.ncCodeArrayField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dataCollectForModuleTest { private dcForModuleTestRequest dcForModuleTestRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public dcForModuleTestRequest DcForModuleTestRequest { get { return this.dcForModuleTestRequestField; } set { this.dcForModuleTestRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class checkTestTimesAndDataCollectForSfcResponse { private sfcDcExResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public sfcDcExResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class checkTestTimesAndDataCollectForSfc { private sfcDcExNewRequest sfcDcExRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public sfcDcExNewRequest SfcDcExRequest { get { return this.sfcDcExRequestField; } set { this.sfcDcExRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dataCollectForSfcExResponse { private sfcDcExResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public sfcDcExResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dataCollectForSfcEx { private sfcDcExRequest sfcDcExRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public sfcDcExRequest SfcDcExRequest { get { return this.sfcDcExRequestField; } set { this.sfcDcExRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class processLotNcLogResponse { private int codeField; private string messageField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int code { get { return this.codeField; } set { this.codeField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string message { get { return this.messageField; } set { this.messageField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class nonConformanceForProcessLotResponse { private processLotNcLogResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public processLotNcLogResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class processLotNcLogRequest { private string siteField; private string operationField; private string processLotField; private string ncGroupField; private string userField; private string activityIdField; private ncSfcParametricData[] parametricDataArrayField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string processLot { get { return this.processLotField; } set { this.processLotField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string ncGroup { get { return this.ncGroupField; } set { this.ncGroupField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string activityId { get { return this.activityIdField; } set { this.activityIdField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("parametricDataArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public ncSfcParametricData[] parametricDataArray { get { return this.parametricDataArrayField; } set { this.parametricDataArrayField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class ncSfcParametricData { private string ncCodeField; private bool isNcField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string ncCode { get { return this.ncCodeField; } set { this.ncCodeField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public bool isNc { get { return this.isNcField; } set { this.isNcField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class nonConformanceForProcessLot { private processLotNcLogRequest nonConformanceForProcessLotField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public processLotNcLogRequest NonConformanceForProcessLot { get { return this.nonConformanceForProcessLotField; } set { this.nonConformanceForProcessLotField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dcPlLocalReworkResponse { private int codeField; private bool codeFieldSpecified; private string messageField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int code { get { return this.codeField; } set { this.codeField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool codeSpecified { get { return this.codeFieldSpecified; } set { this.codeFieldSpecified = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string message { get { return this.messageField; } set { this.messageField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dataCollectForProcessLotLocalReworkResponse { private dcPlLocalReworkResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public dcPlLocalReworkResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dcPlLocalReworkRequest { private string siteField; private string processLotField; private string dcGroupField; private string dcGroupRevisionField; private string operationField; private string operationRevisionField; private string resourceField; private string userField; private string activityIdField; private machineIntegrationParametricData[] parametricDataArrayField; private ncSfcParametricData[] ncCodeArrayField; private ModeProcessSfc modeProcessSfcField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string processLot { get { return this.processLotField; } set { this.processLotField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroup { get { return this.dcGroupField; } set { this.dcGroupField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroupRevision { get { return this.dcGroupRevisionField; } set { this.dcGroupRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operationRevision { get { return this.operationRevisionField; } set { this.operationRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string activityId { get { return this.activityIdField; } set { this.activityIdField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("parametricDataArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public machineIntegrationParametricData[] parametricDataArray { get { return this.parametricDataArrayField; } set { this.parametricDataArrayField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("ncCodeArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public ncSfcParametricData[] ncCodeArray { get { return this.ncCodeArrayField; } set { this.ncCodeArrayField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public ModeProcessSfc modeProcessSfc { get { return this.modeProcessSfcField; } set { this.modeProcessSfcField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dataCollectForProcessLotLocalRework { private dcPlLocalReworkRequest dcPlLocalReworkRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public dcPlLocalReworkRequest DcPlLocalReworkRequest { get { return this.dcPlLocalReworkRequestField; } set { this.dcPlLocalReworkRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class processLotDcResponseEx { private int codeField; private bool codeFieldSpecified; private string messageField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int code { get { return this.codeField; } set { this.codeField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool codeSpecified { get { return this.codeFieldSpecified; } set { this.codeFieldSpecified = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string message { get { return this.messageField; } set { this.messageField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dataCollectForProcessLotExResponse { private processLotDcResponseEx returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public processLotDcResponseEx @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class processLotDcRequestEx { private string siteField; private string processLotField; private string dcGroupField; private string dcGroupRevisionField; private string ncGroupField; private string operationField; private string operationRevisionField; private string resourceField; private string userField; private string activityIdField; private machineIntegrationParametricData[] parametricDataArrayField; private ncSfcParametricData[] ncCodeArrayField; private ModeProcessSfc modeProcessSfcField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string processLot { get { return this.processLotField; } set { this.processLotField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroup { get { return this.dcGroupField; } set { this.dcGroupField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroupRevision { get { return this.dcGroupRevisionField; } set { this.dcGroupRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string ncGroup { get { return this.ncGroupField; } set { this.ncGroupField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operationRevision { get { return this.operationRevisionField; } set { this.operationRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string activityId { get { return this.activityIdField; } set { this.activityIdField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("parametricDataArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public machineIntegrationParametricData[] parametricDataArray { get { return this.parametricDataArrayField; } set { this.parametricDataArrayField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("ncCodeArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public ncSfcParametricData[] ncCodeArray { get { return this.ncCodeArrayField; } set { this.ncCodeArrayField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public ModeProcessSfc modeProcessSfc { get { return this.modeProcessSfcField; } set { this.modeProcessSfcField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dataCollectForProcessLotEx { private processLotDcRequestEx processLotDcRequestExField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public processLotDcRequestEx ProcessLotDcRequestEx { get { return this.processLotDcRequestExField; } set { this.processLotDcRequestExField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class machineIntegrationSfcNcLogResponse { private int codeField; private bool codeFieldSpecified; private string messageField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int code { get { return this.codeField; } set { this.codeField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool codeSpecified { get { return this.codeFieldSpecified; } set { this.codeFieldSpecified = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string message { get { return this.messageField; } set { this.messageField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class nonConformanceForSfcResponse { private machineIntegrationSfcNcLogResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public machineIntegrationSfcNcLogResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class machineIntegrationSfcNcLogRequest { private string operationField; private string siteField; private string sfcField; private string ncGroupField; private string userField; private string activityIdField; private ncSfcParametricData[] parametricDataArrayField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string sfc { get { return this.sfcField; } set { this.sfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string ncGroup { get { return this.ncGroupField; } set { this.ncGroupField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string activityId { get { return this.activityIdField; } set { this.activityIdField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("parametricDataArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public ncSfcParametricData[] parametricDataArray { get { return this.parametricDataArrayField; } set { this.parametricDataArrayField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class nonConformanceForSfc { private machineIntegrationSfcNcLogRequest ncLogRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public machineIntegrationSfcNcLogRequest ncLogRequest { get { return this.ncLogRequestField; } set { this.ncLogRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class resourceStatusChangeResponse { private resChgResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public resChgResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class resChgRequest { private string siteField; private string resourceField; private int statusCodeField; private string userField; private string activityIdField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int statusCode { get { return this.statusCodeField; } set { this.statusCodeField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string activityId { get { return this.activityIdField; } set { this.activityIdField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class resourceStatusChange { private resChgRequest resChgRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public resChgRequest ResChgRequest { get { return this.resChgRequestField; } set { this.resChgRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class machineIntegrationProcessLotDcResponse { private int codeField; private bool codeFieldSpecified; private string messageField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int code { get { return this.codeField; } set { this.codeField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool codeSpecified { get { return this.codeFieldSpecified; } set { this.codeFieldSpecified = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string message { get { return this.messageField; } set { this.messageField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dataCollectForProcessLotResponse { private machineIntegrationProcessLotDcResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public machineIntegrationProcessLotDcResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class machineIntegrationProcessLotDcRequest { private string siteField; private string processLotField; private string dcGroupField; private string dcGroupRevisionField; private string operationField; private string operationRevisionField; private string resourceField; private string userField; private string activityIdField; private machineIntegrationParametricData[] parametricDataArrayField; private ModeProcessSfc modeProcessSfcField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string processLot { get { return this.processLotField; } set { this.processLotField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroup { get { return this.dcGroupField; } set { this.dcGroupField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string dcGroupRevision { get { return this.dcGroupRevisionField; } set { this.dcGroupRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operation { get { return this.operationField; } set { this.operationField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string operationRevision { get { return this.operationRevisionField; } set { this.operationRevisionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string resource { get { return this.resourceField; } set { this.resourceField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string user { get { return this.userField; } set { this.userField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string activityId { get { return this.activityIdField; } set { this.activityIdField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("parametricDataArray", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public machineIntegrationParametricData[] parametricDataArray { get { return this.parametricDataArrayField; } set { this.parametricDataArrayField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public ModeProcessSfc modeProcessSfc { get { return this.modeProcessSfcField; } set { this.modeProcessSfcField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dataCollectForProcessLot { private machineIntegrationProcessLotDcRequest processLotDcRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public machineIntegrationProcessLotDcRequest ProcessLotDcRequest { get { return this.processLotDcRequestField; } set { this.processLotDcRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class machineIntegrationSfcDcResponse { private int codeField; private bool codeFieldSpecified; private string messageField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int code { get { return this.codeField; } set { this.codeField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool codeSpecified { get { return this.codeFieldSpecified; } set { this.codeFieldSpecified = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string message { get { return this.messageField; } set { this.messageField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dataCollectForSfcResponse { private machineIntegrationSfcDcResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public machineIntegrationSfcDcResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dataCollectForSfc { private machineIntegrationSfcDcRequest sfcDcRequestField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public machineIntegrationSfcDcRequest SfcDcRequest { get { return this.sfcDcRequestField; } set { this.sfcDcRequestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class machineIntegrationResourceDcResponse { private int codeField; private bool codeFieldSpecified; private string messageField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public int code { get { return this.codeField; } set { this.codeField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool codeSpecified { get { return this.codeFieldSpecified; } set { this.codeFieldSpecified = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string message { get { return this.messageField; } set { this.messageField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://machine.ws.atlmes.com/")] public partial class dataCollectForResourceResponse { private machineIntegrationResourceDcResponse returnField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public machineIntegrationResourceDcResponse @return { get { return this.returnField; } set { this.returnField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void dataCollectForResourceCompletedEventHandler(object sender, dataCollectForResourceCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class dataCollectForResourceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal dataCollectForResourceCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public dataCollectForResourceResponse Result { get { this.RaiseExceptionIfNecessary(); return ((dataCollectForResourceResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void dataCollectForSfcCompletedEventHandler(object sender, dataCollectForSfcCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class dataCollectForSfcCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal dataCollectForSfcCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public dataCollectForSfcResponse Result { get { this.RaiseExceptionIfNecessary(); return ((dataCollectForSfcResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void dataCollectForProcessLotCompletedEventHandler(object sender, dataCollectForProcessLotCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class dataCollectForProcessLotCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal dataCollectForProcessLotCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public dataCollectForProcessLotResponse Result { get { this.RaiseExceptionIfNecessary(); return ((dataCollectForProcessLotResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void resourceStatusChangeCompletedEventHandler(object sender, resourceStatusChangeCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class resourceStatusChangeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal resourceStatusChangeCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public resourceStatusChangeResponse Result { get { this.RaiseExceptionIfNecessary(); return ((resourceStatusChangeResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void nonConformanceForSfcCompletedEventHandler(object sender, nonConformanceForSfcCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class nonConformanceForSfcCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal nonConformanceForSfcCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public nonConformanceForSfcResponse Result { get { this.RaiseExceptionIfNecessary(); return ((nonConformanceForSfcResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void dataCollectForProcessLotExCompletedEventHandler(object sender, dataCollectForProcessLotExCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class dataCollectForProcessLotExCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal dataCollectForProcessLotExCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public dataCollectForProcessLotExResponse Result { get { this.RaiseExceptionIfNecessary(); return ((dataCollectForProcessLotExResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void dataCollectForProcessLotLocalReworkCompletedEventHandler(object sender, dataCollectForProcessLotLocalReworkCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class dataCollectForProcessLotLocalReworkCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal dataCollectForProcessLotLocalReworkCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public dataCollectForProcessLotLocalReworkResponse Result { get { this.RaiseExceptionIfNecessary(); return ((dataCollectForProcessLotLocalReworkResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void nonConformanceForProcessLotCompletedEventHandler(object sender, nonConformanceForProcessLotCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class nonConformanceForProcessLotCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal nonConformanceForProcessLotCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public nonConformanceForProcessLotResponse Result { get { this.RaiseExceptionIfNecessary(); return ((nonConformanceForProcessLotResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void dataCollectForSfcExCompletedEventHandler(object sender, dataCollectForSfcExCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class dataCollectForSfcExCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal dataCollectForSfcExCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public dataCollectForSfcExResponse Result { get { this.RaiseExceptionIfNecessary(); return ((dataCollectForSfcExResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void checkTestTimesAndDataCollectForSfcCompletedEventHandler(object sender, checkTestTimesAndDataCollectForSfcCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class checkTestTimesAndDataCollectForSfcCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal checkTestTimesAndDataCollectForSfcCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public checkTestTimesAndDataCollectForSfcResponse Result { get { this.RaiseExceptionIfNecessary(); return ((checkTestTimesAndDataCollectForSfcResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void dataCollectForModuleTestCompletedEventHandler(object sender, dataCollectForModuleTestCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class dataCollectForModuleTestCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal dataCollectForModuleTestCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public dataCollectForModuleTestResponse Result { get { this.RaiseExceptionIfNecessary(); return ((dataCollectForModuleTestResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void dataCollectForSfcLocalReworkCompletedEventHandler(object sender, dataCollectForSfcLocalReworkCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class dataCollectForSfcLocalReworkCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal dataCollectForSfcLocalReworkCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public dataCollectForSfcLocalReworkResponse Result { get { this.RaiseExceptionIfNecessary(); return ((dataCollectForSfcLocalReworkResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void isBakingReadyCompletedEventHandler(object sender, isBakingReadyCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class isBakingReadyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal isBakingReadyCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public isBakingReadyResponse Result { get { this.RaiseExceptionIfNecessary(); return ((isBakingReadyResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void processLotStartCompletedEventHandler(object sender, processLotStartCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class processLotStartCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal processLotStartCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public processLotStartResponse Result { get { this.RaiseExceptionIfNecessary(); return ((processLotStartResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void sfcStartCompletedEventHandler(object sender, sfcStartCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class sfcStartCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal sfcStartCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public sfcStartResponse Result { get { this.RaiseExceptionIfNecessary(); return ((sfcStartResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void sfcCompleteCompletedEventHandler(object sender, sfcCompleteCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class sfcCompleteCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal sfcCompleteCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public sfcCompleteResponse Result { get { this.RaiseExceptionIfNecessary(); return ((sfcCompleteResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void createSfcAndDataCollectCompletedEventHandler(object sender, createSfcAndDataCollectCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class createSfcAndDataCollectCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal createSfcAndDataCollectCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public createSfcAndDataCollectResponse Result { get { this.RaiseExceptionIfNecessary(); return ((createSfcAndDataCollectResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void processLotCompleteCompletedEventHandler(object sender, processLotCompleteCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class processLotCompleteCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal processLotCompleteCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public processLotCompleteResponse Result { get { this.RaiseExceptionIfNecessary(); return ((processLotCompleteResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void cellInboxAssemblyCompletedEventHandler(object sender, cellInboxAssemblyCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class cellInboxAssemblyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal cellInboxAssemblyCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public cellInboxAssemblyResponse Result { get { this.RaiseExceptionIfNecessary(); return ((cellInboxAssemblyResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void cellInboxCompleteAndBindTrayCompletedEventHandler(object sender, cellInboxCompleteAndBindTrayCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class cellInboxCompleteAndBindTrayCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal cellInboxCompleteAndBindTrayCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public cellInboxCompleteAndBindTrayResponse Result { get { this.RaiseExceptionIfNecessary(); return ((cellInboxCompleteAndBindTrayResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void sfcBindPostCompleteCompletedEventHandler(object sender, sfcBindPostCompleteCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class sfcBindPostCompleteCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal sfcBindPostCompleteCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public sfcBindPostCompleteResponse Result { get { this.RaiseExceptionIfNecessary(); return ((sfcBindPostCompleteResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void checkBomInventoryCompletedEventHandler(object sender, checkBomInventoryCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class checkBomInventoryCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal checkBomInventoryCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public checkBomInventoryResponse Result { get { this.RaiseExceptionIfNecessary(); return ((checkBomInventoryResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void assemblyAndDataCollectionCompletedEventHandler(object sender, assemblyAndDataCollectionCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class assemblyAndDataCollectionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal assemblyAndDataCollectionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public assemblyAndDataCollectionResponse Result { get { this.RaiseExceptionIfNecessary(); return ((assemblyAndDataCollectionResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void assembleProcessLotAndDataCollectExCompletedEventHandler(object sender, assembleProcessLotAndDataCollectExCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class assembleProcessLotAndDataCollectExCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal assembleProcessLotAndDataCollectExCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public assembleProcessLotAndDataCollectExResponse Result { get { this.RaiseExceptionIfNecessary(); return ((assembleProcessLotAndDataCollectExResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void startHeadWeldingCompletedEventHandler(object sender, startHeadWeldingCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class startHeadWeldingCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal startHeadWeldingCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public startHeadWeldingResponse Result { get { this.RaiseExceptionIfNecessary(); return ((startHeadWeldingResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void assemblyComponentCompletedEventHandler(object sender, assemblyComponentCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class assemblyComponentCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal assemblyComponentCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public assemblyComponentResponse Result { get { this.RaiseExceptionIfNecessary(); return ((assemblyComponentResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void heartbeatValidationCompletedEventHandler(object sender, heartbeatValidationCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class heartbeatValidationCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal heartbeatValidationCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public heartbeatValidationResponse Result { get { this.RaiseExceptionIfNecessary(); return ((heartbeatValidationResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void start2ndInjectionCompletedEventHandler(object sender, start2ndInjectionCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class start2ndInjectionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal start2ndInjectionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public start2ndInjectionResponse Result { get { this.RaiseExceptionIfNecessary(); return ((start2ndInjectionResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void dataCollectForHotPressCompletedEventHandler(object sender, dataCollectForHotPressCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class dataCollectForHotPressCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal dataCollectForHotPressCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public dataCollectForHotPressResponse Result { get { this.RaiseExceptionIfNecessary(); return ((dataCollectForHotPressResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void getCellOCVValueCompletedEventHandler(object sender, getCellOCVValueCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getCellOCVValueCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getCellOCVValueCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public getCellOCVValueResponse Result { get { this.RaiseExceptionIfNecessary(); return ((getCellOCVValueResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void getShopOrderReleaseByResourceCompletedEventHandler(object sender, getShopOrderReleaseByResourceCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getShopOrderReleaseByResourceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getShopOrderReleaseByResourceCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public getShopOrderReleaseByResourceResponse Result { get { this.RaiseExceptionIfNecessary(); return ((getShopOrderReleaseByResourceResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void startCompleteRelabeledSFCCompletedEventHandler(object sender, startCompleteRelabeledSFCCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class startCompleteRelabeledSFCCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal startCompleteRelabeledSFCCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public startCompleteRelabeledSFCResponse Result { get { this.RaiseExceptionIfNecessary(); return ((startCompleteRelabeledSFCResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void inProcessLotPreCheckCompletedEventHandler(object sender, inProcessLotPreCheckCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class inProcessLotPreCheckCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal inProcessLotPreCheckCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public inProcessLotPreCheckResponse Result { get { this.RaiseExceptionIfNecessary(); return ((inProcessLotPreCheckResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void dataCollectForCoatingScaleCompletedEventHandler(object sender, dataCollectForCoatingScaleCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class dataCollectForCoatingScaleCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal dataCollectForCoatingScaleCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public dataCollectForCoatingScaleResponse Result { get { this.RaiseExceptionIfNecessary(); return ((dataCollectForCoatingScaleResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void getItemAndQtyCompletedEventHandler(object sender, getItemAndQtyCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getItemAndQtyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getItemAndQtyCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public startSfcItemData[] Result { get { this.RaiseExceptionIfNecessary(); return ((startSfcItemData[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void dataCollectForSfcBYResouceCompletedEventHandler(object sender, dataCollectForSfcBYResouceCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class dataCollectForSfcBYResouceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal dataCollectForSfcBYResouceCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public dataCollectForSfcBYResouceResponse Result { get { this.RaiseExceptionIfNecessary(); return ((dataCollectForSfcBYResouceResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void processLotStartForSfcCompletedEventHandler(object sender, processLotStartForSfcCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class processLotStartForSfcCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal processLotStartForSfcCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public processLotStartForSfcResponse Result { get { this.RaiseExceptionIfNecessary(); return ((processLotStartForSfcResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void dataCollectForSfcExNewCompletedEventHandler(object sender, dataCollectForSfcExNewCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class dataCollectForSfcExNewCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal dataCollectForSfcExNewCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public dataCollectForSfcExNewResponse Result { get { this.RaiseExceptionIfNecessary(); return ((dataCollectForSfcExNewResponse)(this.results[0])); } } } } #pragma warning restore 1591