namespace Wayne.FDCPOSLibrary { /// [System.SerializableAttribute()] [System.Xml.Serialization.XmlRootAttribute(ElementName = "ServiceRequest", Namespace = "")] public partial class ServiceRequestStopForecourt : ServiceRequest { private ServiceRequestPOSdataStopForecourt[] pOSdataField; [System.Xml.Serialization.XmlElementAttribute("POSdata", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] public ServiceRequestPOSdataStopForecourt[] POSdata { get { return this.pOSdataField; } set { this.pOSdataField = value; } } public ServiceRequestStopForecourt() { RequestType = "StopForecourt"; } } [System.SerializableAttribute()] public partial class ServiceRequestPOSdataStopForecourt { private string POSTimeStampField; private string EmergencyStopField; [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] public string POSTimeStamp { get { return this.POSTimeStampField; } set { this.POSTimeStampField = value; } } [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] public string EmergencyStop { get { return this.EmergencyStopField; } set { this.EmergencyStopField = value; } } } ///// //[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")] //[System.SerializableAttribute()] //[System.Diagnostics.DebuggerStepThroughAttribute()] //[System.ComponentModel.DesignerCategoryAttribute("code")] //[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)] //[System.Xml.Serialization.XmlRootAttribute(Namespace="", IsNullable=false)] //public partial class NewDataSet { // private ServiceRequest[] itemsField; // /// // [System.Xml.Serialization.XmlElementAttribute("ServiceRequest")] // public ServiceRequest[] Items { // get { // return this.itemsField; // } // set { // this.itemsField = value; // } // } //} }