Xin Zhang / azure-iot-c-sdk-f767zi

Dependents:   samplemqtt

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers amqp_definitions.cs Source File

amqp_definitions.cs

00001 //------------------------------------------------------------------------------
00002 // <auto-generated>
00003 //     This code was generated by a tool.
00004 //     Runtime Version:4.0.30319.42000
00005 //
00006 //     Changes to this file may cause incorrect behavior and will be lost if
00007 //     the code is regenerated.
00008 // </auto-generated>
00009 //------------------------------------------------------------------------------
00010 
00011 using System.Xml.Serialization;
00012 
00013 // 
00014 // This source code was auto-generated by xsd, Version=4.0.30319.33440.
00015 // 
00016 
00017 
00018 /// <remarks/>
00019 [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
00020 [System.SerializableAttribute()]
00021 [System.Diagnostics.DebuggerStepThroughAttribute()]
00022 [System.ComponentModel.DesignerCategoryAttribute("code")]
00023 [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://tempuri.org/amqp_definitions")]
00024 [System.Xml.Serialization.XmlRootAttribute(Namespace="http://tempuri.org/amqp_definitions", IsNullable=false)]
00025 public partial class amqp  {
00026     
00027     private object[] itemsField;
00028     
00029     private string nameField;
00030     
00031     private string labelField;
00032     
00033     /// <remarks/>
00034     [System.Xml.Serialization.XmlElementAttribute("doc", typeof(doc ))]
00035     [System.Xml.Serialization.XmlElementAttribute("section", typeof(section ))]
00036     public object[] Items {
00037         get {
00038             return this.itemsField;
00039         }
00040         set {
00041             this.itemsField = value;
00042         }
00043     }
00044     
00045     /// <remarks/>
00046     [System.Xml.Serialization.XmlAttributeAttribute()]
00047     public string name {
00048         get {
00049             return this.nameField;
00050         }
00051         set {
00052             this.nameField = value;
00053         }
00054     }
00055     
00056     /// <remarks/>
00057     [System.Xml.Serialization.XmlAttributeAttribute()]
00058     public string label {
00059         get {
00060             return this.labelField;
00061         }
00062         set {
00063             this.labelField = value;
00064         }
00065     }
00066 }
00067 
00068 /// <remarks/>
00069 [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
00070 [System.SerializableAttribute()]
00071 [System.Diagnostics.DebuggerStepThroughAttribute()]
00072 [System.ComponentModel.DesignerCategoryAttribute("code")]
00073 [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://tempuri.org/amqp_definitions")]
00074 [System.Xml.Serialization.XmlRootAttribute(Namespace="http://tempuri.org/amqp_definitions", IsNullable=false)]
00075 public partial class doc  {
00076     
00077     private string nameField;
00078     
00079     private string titleField;
00080     
00081     /// <remarks/>
00082     [System.Xml.Serialization.XmlAttributeAttribute()]
00083     public string name  {
00084         get {
00085             return this.nameField;
00086         }
00087         set {
00088             this.nameField = value;
00089         }
00090     }
00091     
00092     /// <remarks/>
00093     [System.Xml.Serialization.XmlAttributeAttribute()]
00094     public string title  {
00095         get {
00096             return this.titleField;
00097         }
00098         set {
00099             this.titleField = value;
00100         }
00101     }
00102 }
00103 
00104 /// <remarks/>
00105 [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
00106 [System.SerializableAttribute()]
00107 [System.Diagnostics.DebuggerStepThroughAttribute()]
00108 [System.ComponentModel.DesignerCategoryAttribute("code")]
00109 [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://tempuri.org/amqp_definitions")]
00110 [System.Xml.Serialization.XmlRootAttribute(Namespace="http://tempuri.org/amqp_definitions", IsNullable=false)]
00111 public partial class section  {
00112     
00113     private object[] itemsField;
00114     
00115     private string nameField;
00116     
00117     private string titleField;
00118     
00119     private string labelField;
00120     
00121     /// <remarks/>
00122     [System.Xml.Serialization.XmlElementAttribute("definition", typeof(definition ))]
00123     [System.Xml.Serialization.XmlElementAttribute("doc", typeof(doc ))]
00124     [System.Xml.Serialization.XmlElementAttribute("type", typeof(type ))]
00125     public object[] Items  {
00126         get {
00127             return this.itemsField;
00128         }
00129         set {
00130             this.itemsField = value;
00131         }
00132     }
00133     
00134     /// <remarks/>
00135     [System.Xml.Serialization.XmlAttributeAttribute()]
00136     public string name  {
00137         get {
00138             return this.nameField;
00139         }
00140         set {
00141             this.nameField = value;
00142         }
00143     }
00144     
00145     /// <remarks/>
00146     [System.Xml.Serialization.XmlAttributeAttribute()]
00147     public string title  {
00148         get {
00149             return this.titleField;
00150         }
00151         set {
00152             this.titleField = value;
00153         }
00154     }
00155     
00156     /// <remarks/>
00157     [System.Xml.Serialization.XmlAttributeAttribute()]
00158     public string label  {
00159         get {
00160             return this.labelField;
00161         }
00162         set {
00163             this.labelField = value;
00164         }
00165     }
00166 }
00167 
00168 /// <remarks/>
00169 [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
00170 [System.SerializableAttribute()]
00171 [System.Diagnostics.DebuggerStepThroughAttribute()]
00172 [System.ComponentModel.DesignerCategoryAttribute("code")]
00173 [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://tempuri.org/amqp_definitions")]
00174 [System.Xml.Serialization.XmlRootAttribute(Namespace="http://tempuri.org/amqp_definitions", IsNullable=false)]
00175 public partial class definition  {
00176     
00177     private doc [] docField;
00178     
00179     private string nameField;
00180     
00181     private string valueField;
00182     
00183     private string labelField;
00184     
00185     /// <remarks/>
00186     [System.Xml.Serialization.XmlElementAttribute("doc")]
00187     public doc [] doc  {
00188         get {
00189             return this.docField;
00190         }
00191         set {
00192             this.docField = value ;
00193         }
00194     }
00195     
00196     /// <remarks/>
00197     [System.Xml.Serialization.XmlAttributeAttribute()]
00198     public string name  {
00199         get {
00200             return this.nameField;
00201         }
00202         set {
00203             this.nameField = value ;
00204         }
00205     }
00206     
00207     /// <remarks/>
00208     [System.Xml.Serialization.XmlAttributeAttribute()]
00209     public string value  {
00210         get {
00211             return this.valueField;
00212         }
00213         set {
00214             this.valueField = value ;
00215         }
00216     }
00217     
00218     /// <remarks/>
00219     [System.Xml.Serialization.XmlAttributeAttribute()]
00220     public string label  {
00221         get {
00222             return this.labelField;
00223         }
00224         set {
00225             this.labelField = value ;
00226         }
00227     }
00228 }
00229 
00230 /// <remarks/>
00231 [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
00232 [System.SerializableAttribute()]
00233 [System.Diagnostics.DebuggerStepThroughAttribute()]
00234 [System.ComponentModel.DesignerCategoryAttribute("code")]
00235 [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://tempuri.org/amqp_definitions")]
00236 [System.Xml.Serialization.XmlRootAttribute(Namespace="http://tempuri.org/amqp_definitions", IsNullable=false)]
00237 public partial class type  {
00238     
00239     private object[] itemsField;
00240     
00241     private string nameField;
00242     
00243     private typeClass classField;
00244     
00245     private string sourceField;
00246     
00247     private string providesField;
00248     
00249     private string labelField;
00250     
00251     /// <remarks/>
00252     [System.Xml.Serialization.XmlElementAttribute("choice", typeof(choice ))]
00253     [System.Xml.Serialization.XmlElementAttribute("descriptor", typeof(descriptor ))]
00254     [System.Xml.Serialization.XmlElementAttribute("doc", typeof(doc ))]
00255     [System.Xml.Serialization.XmlElementAttribute("encoding", typeof(encoding ))]
00256     [System.Xml.Serialization.XmlElementAttribute("field", typeof(field ))]
00257     public object[] Items  {
00258         get {
00259             return this.itemsField;
00260         }
00261         set {
00262             this.itemsField = value;
00263         }
00264     }
00265     
00266     /// <remarks/>
00267     [System.Xml.Serialization.XmlAttributeAttribute()]
00268     public string name  {
00269         get {
00270             return this.nameField;
00271         }
00272         set {
00273             this.nameField = value;
00274         }
00275     }
00276     
00277     /// <remarks/>
00278     [System.Xml.Serialization.XmlAttributeAttribute()]
00279     public typeClass @class {
00280         get {
00281             return this.classField;
00282         }
00283         set {
00284             this.classField = value;
00285         }
00286     }
00287     
00288     /// <remarks/>
00289     [System.Xml.Serialization.XmlAttributeAttribute()]
00290     public string source  {
00291         get {
00292             return this.sourceField;
00293         }
00294         set {
00295             this.sourceField = value;
00296         }
00297     }
00298     
00299     /// <remarks/>
00300     [System.Xml.Serialization.XmlAttributeAttribute()]
00301     public string provides  {
00302         get {
00303             return this.providesField;
00304         }
00305         set {
00306             this.providesField = value;
00307         }
00308     }
00309     
00310     /// <remarks/>
00311     [System.Xml.Serialization.XmlAttributeAttribute()]
00312     public string label  {
00313         get {
00314             return this.labelField;
00315         }
00316         set {
00317             this.labelField = value;
00318         }
00319     }
00320 }
00321 
00322 /// <remarks/>
00323 [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
00324 [System.SerializableAttribute()]
00325 [System.Diagnostics.DebuggerStepThroughAttribute()]
00326 [System.ComponentModel.DesignerCategoryAttribute("code")]
00327 [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://tempuri.org/amqp_definitions")]
00328 [System.Xml.Serialization.XmlRootAttribute(Namespace="http://tempuri.org/amqp_definitions", IsNullable=false)]
00329 public partial class choice  {
00330     
00331     private doc [] docField;
00332     
00333     private string nameField;
00334     
00335     private string valueField;
00336     
00337     /// <remarks/>
00338     [System.Xml.Serialization.XmlElementAttribute("doc")]
00339     public doc [] doc  {
00340         get {
00341             return this.docField;
00342         }
00343         set {
00344             this.docField = value ;
00345         }
00346     }
00347     
00348     /// <remarks/>
00349     [System.Xml.Serialization.XmlAttributeAttribute()]
00350     public string name  {
00351         get {
00352             return this.nameField;
00353         }
00354         set {
00355             this.nameField = value ;
00356         }
00357     }
00358     
00359     /// <remarks/>
00360     [System.Xml.Serialization.XmlAttributeAttribute()]
00361     public string value  {
00362         get {
00363             return this.valueField;
00364         }
00365         set {
00366             this.valueField = value ;
00367         }
00368     }
00369 }
00370 
00371 /// <remarks/>
00372 [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
00373 [System.SerializableAttribute()]
00374 [System.Diagnostics.DebuggerStepThroughAttribute()]
00375 [System.ComponentModel.DesignerCategoryAttribute("code")]
00376 [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://tempuri.org/amqp_definitions")]
00377 [System.Xml.Serialization.XmlRootAttribute(Namespace="http://tempuri.org/amqp_definitions", IsNullable=false)]
00378 public partial class descriptor  {
00379     
00380     private doc [] docField;
00381     
00382     private string nameField;
00383     
00384     private string codeField;
00385     
00386     /// <remarks/>
00387     [System.Xml.Serialization.XmlElementAttribute("doc")]
00388     public doc [] doc  {
00389         get {
00390             return this.docField;
00391         }
00392         set {
00393             this.docField = value;
00394         }
00395     }
00396     
00397     /// <remarks/>
00398     [System.Xml.Serialization.XmlAttributeAttribute()]
00399     public string name  {
00400         get {
00401             return this.nameField;
00402         }
00403         set {
00404             this.nameField = value;
00405         }
00406     }
00407     
00408     /// <remarks/>
00409     [System.Xml.Serialization.XmlAttributeAttribute()]
00410     public string code  {
00411         get {
00412             return this.codeField;
00413         }
00414         set {
00415             this.codeField = value;
00416         }
00417     }
00418 }
00419 
00420 /// <remarks/>
00421 [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
00422 [System.SerializableAttribute()]
00423 [System.Diagnostics.DebuggerStepThroughAttribute()]
00424 [System.ComponentModel.DesignerCategoryAttribute("code")]
00425 [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://tempuri.org/amqp_definitions")]
00426 [System.Xml.Serialization.XmlRootAttribute(Namespace="http://tempuri.org/amqp_definitions", IsNullable=false)]
00427 public partial class encoding  {
00428     
00429     private doc [] docField;
00430     
00431     private string nameField;
00432     
00433     private string labelField;
00434     
00435     private string codeField;
00436     
00437     private encodingCategory categoryField;
00438     
00439     private string widthField;
00440     
00441     /// <remarks/>
00442     [System.Xml.Serialization.XmlElementAttribute("doc")]
00443     public doc [] doc  {
00444         get {
00445             return this.docField;
00446         }
00447         set {
00448             this.docField = value;
00449         }
00450     }
00451     
00452     /// <remarks/>
00453     [System.Xml.Serialization.XmlAttributeAttribute()]
00454     public string name  {
00455         get {
00456             return this.nameField;
00457         }
00458         set {
00459             this.nameField = value;
00460         }
00461     }
00462     
00463     /// <remarks/>
00464     [System.Xml.Serialization.XmlAttributeAttribute()]
00465     public string label  {
00466         get {
00467             return this.labelField;
00468         }
00469         set {
00470             this.labelField = value;
00471         }
00472     }
00473     
00474     /// <remarks/>
00475     [System.Xml.Serialization.XmlAttributeAttribute()]
00476     public string code  {
00477         get {
00478             return this.codeField;
00479         }
00480         set {
00481             this.codeField = value;
00482         }
00483     }
00484     
00485     /// <remarks/>
00486     [System.Xml.Serialization.XmlAttributeAttribute()]
00487     public encodingCategory category  {
00488         get {
00489             return this.categoryField;
00490         }
00491         set {
00492             this.categoryField = value;
00493         }
00494     }
00495     
00496     /// <remarks/>
00497     [System.Xml.Serialization.XmlAttributeAttribute()]
00498     public string width  {
00499         get {
00500             return this.widthField;
00501         }
00502         set {
00503             this.widthField = value;
00504         }
00505     }
00506 }
00507 
00508 /// <remarks/>
00509 [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
00510 [System.SerializableAttribute()]
00511 [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://tempuri.org/amqp_definitions")]
00512 public enum encodingCategory {
00513     
00514     /// <remarks/>
00515     @fixed,
00516     
00517     /// <remarks/>
00518     variable,
00519     
00520     /// <remarks/>
00521     compound,
00522     
00523     /// <remarks/>
00524     array,
00525 }
00526 
00527 /// <remarks/>
00528 [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
00529 [System.SerializableAttribute()]
00530 [System.Diagnostics.DebuggerStepThroughAttribute()]
00531 [System.ComponentModel.DesignerCategoryAttribute("code")]
00532 [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://tempuri.org/amqp_definitions")]
00533 [System.Xml.Serialization.XmlRootAttribute(Namespace="http://tempuri.org/amqp_definitions", IsNullable=false)]
00534 public partial class field  {
00535     
00536     private doc [] docField;
00537     
00538     private string nameField;
00539     
00540     private string typeField;
00541     
00542     private string requiresField;
00543     
00544     private string defaultField;
00545     
00546     private string labelField;
00547     
00548     private string mandatoryField;
00549     
00550     private string multipleField;
00551     
00552     /// <remarks/>
00553     [System.Xml.Serialization.XmlElementAttribute("doc")]
00554     public doc [] doc  {
00555         get {
00556             return this.docField;
00557         }
00558         set {
00559             this.docField = value;
00560         }
00561     }
00562     
00563     /// <remarks/>
00564     [System.Xml.Serialization.XmlAttributeAttribute()]
00565     public string name  {
00566         get {
00567             return this.nameField;
00568         }
00569         set {
00570             this.nameField = value;
00571         }
00572     }
00573     
00574     /// <remarks/>
00575     [System.Xml.Serialization.XmlAttributeAttribute()]
00576     public string type  {
00577         get {
00578             return this.typeField;
00579         }
00580         set {
00581             this.typeField = value;
00582         }
00583     }
00584     
00585     /// <remarks/>
00586     [System.Xml.Serialization.XmlAttributeAttribute()]
00587     public string requires  {
00588         get {
00589             return this.requiresField;
00590         }
00591         set {
00592             this.requiresField = value;
00593         }
00594     }
00595     
00596     /// <remarks/>
00597     [System.Xml.Serialization.XmlAttributeAttribute()]
00598     public string @default {
00599         get {
00600             return this.defaultField;
00601         }
00602         set {
00603             this.defaultField = value;
00604         }
00605     }
00606     
00607     /// <remarks/>
00608     [System.Xml.Serialization.XmlAttributeAttribute()]
00609     public string label  {
00610         get {
00611             return this.labelField;
00612         }
00613         set {
00614             this.labelField = value;
00615         }
00616     }
00617     
00618     /// <remarks/>
00619     [System.Xml.Serialization.XmlAttributeAttribute()]
00620     public string mandatory  {
00621         get {
00622             return this.mandatoryField;
00623         }
00624         set {
00625             this.mandatoryField = value;
00626         }
00627     }
00628     
00629     /// <remarks/>
00630     [System.Xml.Serialization.XmlAttributeAttribute()]
00631     public string multiple  {
00632         get {
00633             return this.multipleField;
00634         }
00635         set {
00636             this.multipleField = value;
00637         }
00638     }
00639 }
00640 
00641 /// <remarks/>
00642 [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
00643 [System.SerializableAttribute()]
00644 [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://tempuri.org/amqp_definitions")]
00645 public enum typeClass {
00646     
00647     /// <remarks/>
00648     primitive,
00649     
00650     /// <remarks/>
00651     composite,
00652     
00653     /// <remarks/>
00654     restricted,
00655     
00656     /// <remarks/>
00657     union,
00658 }