From 3990d5215f18a2ced97c966d0e3e7d2fc54bc5a4 Mon Sep 17 00:00:00 2001 From: cuqmbr Date: Sun, 7 Aug 2022 14:42:09 +0300 Subject: [PATCH] feat: add data models --- netxml2kml/Models/Models.cs | 1151 +++++++++++++++++++++++++++++++++++ 1 file changed, 1151 insertions(+) create mode 100644 netxml2kml/Models/Models.cs diff --git a/netxml2kml/Models/Models.cs b/netxml2kml/Models/Models.cs new file mode 100644 index 0000000..df78f28 --- /dev/null +++ b/netxml2kml/Models/Models.cs @@ -0,0 +1,1151 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated + +// +//This source code was auto-generated by MonoXSD +// +namespace netxml2kml.Models { + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [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 packets { + + private string lLCField; + + private string dataField; + + private string cryptField; + + private string totalField; + + private string fragmentsField; + + private string retriesField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string LLC { + get { + return this.lLCField; + } + set { + this.lLCField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string data { + get { + return this.dataField; + } + set { + this.dataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string crypt { + get { + return this.cryptField; + } + set { + this.cryptField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string total { + get { + return this.totalField; + } + set { + this.totalField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string fragments { + get { + return this.fragmentsField; + } + set { + this.fragmentsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string retries { + get { + return this.retriesField; + } + set { + this.retriesField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)] + [System.Xml.Serialization.XmlRootAttribute("snr-info", Namespace="", IsNullable=false)] + public partial class snrinfo { + + private string last_signal_dbmField; + + private string last_noise_dbmField; + + private string last_signal_rssiField; + + private string last_noise_rssiField; + + private string min_signal_dbmField; + + private string min_noise_dbmField; + + private string min_signal_rssiField; + + private string min_noise_rssiField; + + private string max_signal_dbmField; + + private string max_noise_dbmField; + + private string max_signal_rssiField; + + private string max_noise_rssiField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string last_signal_dbm { + get { + return this.last_signal_dbmField; + } + set { + this.last_signal_dbmField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string last_noise_dbm { + get { + return this.last_noise_dbmField; + } + set { + this.last_noise_dbmField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string last_signal_rssi { + get { + return this.last_signal_rssiField; + } + set { + this.last_signal_rssiField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string last_noise_rssi { + get { + return this.last_noise_rssiField; + } + set { + this.last_noise_rssiField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string min_signal_dbm { + get { + return this.min_signal_dbmField; + } + set { + this.min_signal_dbmField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string min_noise_dbm { + get { + return this.min_noise_dbmField; + } + set { + this.min_noise_dbmField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string min_signal_rssi { + get { + return this.min_signal_rssiField; + } + set { + this.min_signal_rssiField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string min_noise_rssi { + get { + return this.min_noise_rssiField; + } + set { + this.min_noise_rssiField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string max_signal_dbm { + get { + return this.max_signal_dbmField; + } + set { + this.max_signal_dbmField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string max_noise_dbm { + get { + return this.max_noise_dbmField; + } + set { + this.max_noise_dbmField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string max_signal_rssi { + get { + return this.max_signal_rssiField; + } + set { + this.max_signal_rssiField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string max_noise_rssi { + get { + return this.max_noise_rssiField; + } + set { + this.max_noise_rssiField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)] + [System.Xml.Serialization.XmlRootAttribute("gps-info", Namespace="", IsNullable=false)] + public partial class gpsinfo { + + private string minlatField; + + private string minlonField; + + private string minaltField; + + private string minspdField; + + private string maxlatField; + + private string maxlonField; + + private string maxaltField; + + private string maxspdField; + + private string peaklatField; + + private string peaklonField; + + private string peakaltField; + + private string avglatField; + + private string avglonField; + + private string avgaltField; + + /// + [System.Xml.Serialization.XmlElementAttribute("min-lat", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string minlat { + get { + return this.minlatField; + } + set { + this.minlatField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("min-lon", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string minlon { + get { + return this.minlonField; + } + set { + this.minlonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("min-alt", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string minalt { + get { + return this.minaltField; + } + set { + this.minaltField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("min-spd", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string minspd { + get { + return this.minspdField; + } + set { + this.minspdField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("max-lat", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string maxlat { + get { + return this.maxlatField; + } + set { + this.maxlatField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("max-lon", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string maxlon { + get { + return this.maxlonField; + } + set { + this.maxlonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("max-alt", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string maxalt { + get { + return this.maxaltField; + } + set { + this.maxaltField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("max-spd", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string maxspd { + get { + return this.maxspdField; + } + set { + this.maxspdField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("peak-lat", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string peaklat { + get { + return this.peaklatField; + } + set { + this.peaklatField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("peak-lon", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string peaklon { + get { + return this.peaklonField; + } + set { + this.peaklonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("peak-alt", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string peakalt { + get { + return this.peakaltField; + } + set { + this.peakaltField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("avg-lat", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string avglat { + get { + return this.avglatField; + } + set { + this.avglatField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("avg-lon", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string avglon { + get { + return this.avglonField; + } + set { + this.avglonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("avg-alt", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string avgalt { + get { + return this.avgaltField; + } + set { + this.avgaltField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)] + [System.Xml.Serialization.XmlRootAttribute("detection-run", Namespace="", IsNullable=false)] + public partial class detectionrun { + + private detectionrunWirelessnetwork[] wirelessnetworkField; + + private string kismetversionField; + + private string starttimeField; + + /// + [System.Xml.Serialization.XmlElementAttribute("wireless-network", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public detectionrunWirelessnetwork[] wirelessnetwork { + get { + return this.wirelessnetworkField; + } + set { + this.wirelessnetworkField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute("kismet-version")] + public string kismetversion { + get { + return this.kismetversionField; + } + set { + this.kismetversionField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute("start-time")] + public string starttime { + get { + return this.starttimeField; + } + set { + this.starttimeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)] + public partial class detectionrunWirelessnetwork { + + private string bSSIDField; + + private string manufField; + + private string channelField; + + private string freqmhzField; + + private string maxseenrateField; + + private string carrierField; + + private string encodingField; + + private string datasizeField; + + private string bsstimestampField; + + private string cdpdeviceField; + + private string cdpportidField; + + private detectionrunWirelessnetworkSSID[] sSIDField; + + private packets[] packetsField; + + private detectionrunWirelessnetworkWirelessclient[] wirelessclientField; + + private snrinfo[] snrinfoField; + + private gpsinfo[] gpsinfoField; + + private string numberField; + + private string typeField; + + private string firsttimeField; + + private string lasttimeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string BSSID { + get { + return this.bSSIDField; + } + set { + this.bSSIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string manuf { + get { + return this.manufField; + } + set { + this.manufField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string channel { + get { + return this.channelField; + } + set { + this.channelField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string freqmhz { + get { + return this.freqmhzField; + } + set { + this.freqmhzField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string maxseenrate { + get { + return this.maxseenrateField; + } + set { + this.maxseenrateField = 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 encoding { + get { + return this.encodingField; + } + set { + this.encodingField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string datasize { + get { + return this.datasizeField; + } + set { + this.datasizeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string bsstimestamp { + get { + return this.bsstimestampField; + } + set { + this.bsstimestampField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("cdp-device", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string cdpdevice { + get { + return this.cdpdeviceField; + } + set { + this.cdpdeviceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("cdp-portid", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string cdpportid { + get { + return this.cdpportidField; + } + set { + this.cdpportidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("SSID", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public detectionrunWirelessnetworkSSID[] SSID { + get { + return this.sSIDField; + } + set { + this.sSIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("packets")] + public packets[] packets { + get { + return this.packetsField; + } + set { + this.packetsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("wireless-client", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public detectionrunWirelessnetworkWirelessclient[] wirelessclient { + get { + return this.wirelessclientField; + } + set { + this.wirelessclientField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("snr-info")] + public snrinfo[] snrinfo { + get { + return this.snrinfoField; + } + set { + this.snrinfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("gps-info")] + public gpsinfo[] gpsinfo { + get { + return this.gpsinfoField; + } + set { + this.gpsinfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string number { + get { + return this.numberField; + } + set { + this.numberField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string type { + get { + return this.typeField; + } + set { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute("first-time")] + public string firsttime { + get { + return this.firsttimeField; + } + set { + this.firsttimeField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute("last-time")] + public string lasttime { + get { + return this.lasttimeField; + } + set { + this.lasttimeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)] + public partial class detectionrunWirelessnetworkSSID { + + private string typeField; + + private string maxrateField; + + private string packetsField; + + private string beaconrateField; + + private detectionrunWirelessnetworkSSIDEncryption[] encryptionField; + + private detectionrunWirelessnetworkSSIDEssid[] essidField; + + private string firsttimeField; + + private string lasttimeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string type { + get { + return this.typeField; + } + set { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("max-rate", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string maxrate { + get { + return this.maxrateField; + } + set { + this.maxrateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string packets { + get { + return this.packetsField; + } + set { + this.packetsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string beaconrate { + get { + return this.beaconrateField; + } + set { + this.beaconrateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("encryption", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true)] + public detectionrunWirelessnetworkSSIDEncryption[] encryption { + get { + return this.encryptionField; + } + set { + this.encryptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("essid", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true)] + public detectionrunWirelessnetworkSSIDEssid[] essid { + get { + return this.essidField; + } + set { + this.essidField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute("first-time")] + public string firsttime { + get { + return this.firsttimeField; + } + set { + this.firsttimeField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute("last-time")] + public string lasttime { + get { + return this.lasttimeField; + } + set { + this.lasttimeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)] + public partial class detectionrunWirelessnetworkSSIDEncryption { + + private string valueField; + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string Value { + get { + return this.valueField; + } + set { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)] + public partial class detectionrunWirelessnetworkSSIDEssid { + + private string cloakedField; + + private string valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string cloaked { + get { + return this.cloakedField; + } + set { + this.cloakedField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string Value { + get { + return this.valueField; + } + set { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)] + public partial class detectionrunWirelessnetworkWirelessclient { + + private string clientmacField; + + private string clientmanufField; + + private string channelField; + + private string maxseenrateField; + + private string carrierField; + + private string encodingField; + + private packets[] packetsField; + + private snrinfo[] snrinfoField; + + private gpsinfo[] gpsinfoField; + + private string numberField; + + private string typeField; + + private string firsttimeField; + + private string lasttimeField; + + /// + [System.Xml.Serialization.XmlElementAttribute("client-mac", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string clientmac { + get { + return this.clientmacField; + } + set { + this.clientmacField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("client-manuf", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string clientmanuf { + get { + return this.clientmanufField; + } + set { + this.clientmanufField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string channel { + get { + return this.channelField; + } + set { + this.channelField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] + public string maxseenrate { + get { + return this.maxseenrateField; + } + set { + this.maxseenrateField = 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 encoding { + get { + return this.encodingField; + } + set { + this.encodingField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("packets")] + public packets[] packets { + get { + return this.packetsField; + } + set { + this.packetsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("snr-info")] + public snrinfo[] snrinfo { + get { + return this.snrinfoField; + } + set { + this.snrinfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("gps-info")] + public gpsinfo[] gpsinfo { + get { + return this.gpsinfoField; + } + set { + this.gpsinfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string number { + get { + return this.numberField; + } + set { + this.numberField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string type { + get { + return this.typeField; + } + set { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute("first-time")] + public string firsttime { + get { + return this.firsttimeField; + } + set { + this.firsttimeField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute("last-time")] + public string lasttime { + get { + return this.lasttimeField; + } + set { + this.lasttimeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")] + [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 object[] itemsField; + + /// + [System.Xml.Serialization.XmlElementAttribute("detection-run", typeof(detectionrun))] + [System.Xml.Serialization.XmlElementAttribute("gps-info", typeof(gpsinfo))] + [System.Xml.Serialization.XmlElementAttribute("packets", typeof(packets))] + [System.Xml.Serialization.XmlElementAttribute("snr-info", typeof(snrinfo))] + public object[] Items { + get { + return this.itemsField; + } + set { + this.itemsField = value; + } + } + } +} \ No newline at end of file