Advertisement
Guest User

Post for StackOverflow

a guest
Sep 24th, 2013
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 25.05 KB | None | 0 0
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. //     This code was generated by a tool.
  4. //     Runtime Version:4.0.30319.18052
  5. //
  6. //     Changes to this file may cause incorrect behavior and will be lost if
  7. //     the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10.  
  11. //
  12. // This source code was auto-generated by xsd, Version=4.0.30319.17929.
  13. //
  14. namespace Peachtree {
  15.     using System.Xml.Serialization;
  16.    
  17.    
  18.     /// <remarks/>
  19.     [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
  20.     [System.SerializableAttribute()]
  21.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  22.     [System.ComponentModel.DesignerCategoryAttribute("code")]
  23.     [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
  24.     [System.Xml.Serialization.XmlRootAttribute(Namespace="", IsNullable=false)]
  25.     public partial class PAW_Items {
  26.        
  27.         private PAW_ItemsPAW_Item[] itemsField;
  28.        
  29.         /// <remarks/>
  30.         [System.Xml.Serialization.XmlElementAttribute("PAW_Item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  31.         public PAW_ItemsPAW_Item[] Items {
  32.             get {
  33.                 return this.itemsField;
  34.             }
  35.             set {
  36.                 this.itemsField = value;
  37.             }
  38.         }
  39.     }
  40.    
  41.     /// <remarks/>
  42.     [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
  43.     [System.SerializableAttribute()]
  44.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  45.     [System.ComponentModel.DesignerCategoryAttribute("code")]
  46.     [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
  47.     public partial class PAW_ItemsPAW_Item {
  48.        
  49.         private string descriptionField;
  50.        
  51.         private string classField;
  52.        
  53.         private string isInactiveField;
  54.        
  55.         private string subject_to_CommissionField;
  56.        
  57.         private string description_for_SalesField;
  58.        
  59.         private string tax_TypeField;
  60.        
  61.         private string last_Unit_CostField;
  62.        
  63.         private string costing_MethodField;
  64.        
  65.         private string typeField;
  66.        
  67.         private string stocking_UMField;
  68.        
  69.         private string weightField;
  70.        
  71.         private string minimum_StockField;
  72.        
  73.         private string reorder_QuantityField;
  74.        
  75.         private string substock_Primary_AttributesField;
  76.        
  77.         private string substock_Secondary_AttributesField;
  78.        
  79.         private string quantityOnSOField;
  80.        
  81.         private string quantityOnPOField;
  82.        
  83.         private string quantityOnHandField;
  84.        
  85.         private string isTaxableField;
  86.        
  87.         private string print_ComponentsField;
  88.        
  89.         private string number_of_ComponentsField;
  90.        
  91.         private PAW_ItemsPAW_ItemID[] idField;
  92.        
  93.         private PAW_ItemsPAW_ItemSales_PricesSales_Price_Info[] sales_PricesField;
  94.        
  95.         private PAW_ItemsPAW_ItemGL_Sales_Account[] gL_Sales_AccountField;
  96.        
  97.         private PAW_ItemsPAW_ItemGL_Inventory_Account[] gL_Inventory_AccountField;
  98.        
  99.         private PAW_ItemsPAW_ItemGL_COGSSalary_Acct[] gL_COGSSalary_AcctField;
  100.        
  101.         private PAW_ItemsPAW_ItemVendor_ID[] vendor_IDField;
  102.        
  103.         private PAW_ItemsPAW_ItemComponentsComponent[] componentsField;
  104.        
  105.         private string typeField1;
  106.        
  107.         /// <remarks/>
  108.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  109.         public string Description {
  110.             get {
  111.                 return this.descriptionField;
  112.             }
  113.             set {
  114.                 this.descriptionField = value;
  115.             }
  116.         }
  117.        
  118.         /// <remarks/>
  119.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  120.         public string Class {
  121.             get {
  122.                 return this.classField;
  123.             }
  124.             set {
  125.                 this.classField = value;
  126.             }
  127.         }
  128.        
  129.         /// <remarks/>
  130.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  131.         public string isInactive {
  132.             get {
  133.                 return this.isInactiveField;
  134.             }
  135.             set {
  136.                 this.isInactiveField = value;
  137.             }
  138.         }
  139.        
  140.         /// <remarks/>
  141.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  142.         public string Subject_to_Commission {
  143.             get {
  144.                 return this.subject_to_CommissionField;
  145.             }
  146.             set {
  147.                 this.subject_to_CommissionField = value;
  148.             }
  149.         }
  150.        
  151.         /// <remarks/>
  152.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  153.         public string Description_for_Sales {
  154.             get {
  155.                 return this.description_for_SalesField;
  156.             }
  157.             set {
  158.                 this.description_for_SalesField = value;
  159.             }
  160.         }
  161.        
  162.         /// <remarks/>
  163.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  164.         public string Tax_Type {
  165.             get {
  166.                 return this.tax_TypeField;
  167.             }
  168.             set {
  169.                 this.tax_TypeField = value;
  170.             }
  171.         }
  172.        
  173.         /// <remarks/>
  174.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  175.         public string Last_Unit_Cost {
  176.             get {
  177.                 return this.last_Unit_CostField;
  178.             }
  179.             set {
  180.                 this.last_Unit_CostField = value;
  181.             }
  182.         }
  183.        
  184.         /// <remarks/>
  185.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  186.         public string Costing_Method {
  187.             get {
  188.                 return this.costing_MethodField;
  189.             }
  190.             set {
  191.                 this.costing_MethodField = value;
  192.             }
  193.         }
  194.        
  195.         /// <remarks/>
  196.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  197.         public string Type {
  198.             get {
  199.                 return this.typeField;
  200.             }
  201.             set {
  202.                 this.typeField = value;
  203.             }
  204.         }
  205.        
  206.         /// <remarks/>
  207.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  208.         public string Stocking_UM {
  209.             get {
  210.                 return this.stocking_UMField;
  211.             }
  212.             set {
  213.                 this.stocking_UMField = value;
  214.             }
  215.         }
  216.        
  217.         /// <remarks/>
  218.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  219.         public string Weight {
  220.             get {
  221.                 return this.weightField;
  222.             }
  223.             set {
  224.                 this.weightField = value;
  225.             }
  226.         }
  227.        
  228.         /// <remarks/>
  229.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  230.         public string Minimum_Stock {
  231.             get {
  232.                 return this.minimum_StockField;
  233.             }
  234.             set {
  235.                 this.minimum_StockField = value;
  236.             }
  237.         }
  238.        
  239.         /// <remarks/>
  240.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  241.         public string Reorder_Quantity {
  242.             get {
  243.                 return this.reorder_QuantityField;
  244.             }
  245.             set {
  246.                 this.reorder_QuantityField = value;
  247.             }
  248.         }
  249.        
  250.         /// <remarks/>
  251.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  252.         public string Substock_Primary_Attributes {
  253.             get {
  254.                 return this.substock_Primary_AttributesField;
  255.             }
  256.             set {
  257.                 this.substock_Primary_AttributesField = value;
  258.             }
  259.         }
  260.        
  261.         /// <remarks/>
  262.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  263.         public string Substock_Secondary_Attributes {
  264.             get {
  265.                 return this.substock_Secondary_AttributesField;
  266.             }
  267.             set {
  268.                 this.substock_Secondary_AttributesField = value;
  269.             }
  270.         }
  271.        
  272.         /// <remarks/>
  273.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  274.         public string QuantityOnSO {
  275.             get {
  276.                 return this.quantityOnSOField;
  277.             }
  278.             set {
  279.                 this.quantityOnSOField = value;
  280.             }
  281.         }
  282.        
  283.         /// <remarks/>
  284.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  285.         public string QuantityOnPO {
  286.             get {
  287.                 return this.quantityOnPOField;
  288.             }
  289.             set {
  290.                 this.quantityOnPOField = value;
  291.             }
  292.         }
  293.        
  294.         /// <remarks/>
  295.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  296.         public string QuantityOnHand {
  297.             get {
  298.                 return this.quantityOnHandField;
  299.             }
  300.             set {
  301.                 this.quantityOnHandField = value;
  302.             }
  303.         }
  304.        
  305.         /// <remarks/>
  306.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  307.         public string IsTaxable {
  308.             get {
  309.                 return this.isTaxableField;
  310.             }
  311.             set {
  312.                 this.isTaxableField = value;
  313.             }
  314.         }
  315.        
  316.         /// <remarks/>
  317.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  318.         public string Print_Components {
  319.             get {
  320.                 return this.print_ComponentsField;
  321.             }
  322.             set {
  323.                 this.print_ComponentsField = value;
  324.             }
  325.         }
  326.        
  327.         /// <remarks/>
  328.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  329.         public string Number_of_Components {
  330.             get {
  331.                 return this.number_of_ComponentsField;
  332.             }
  333.             set {
  334.                 this.number_of_ComponentsField = value;
  335.             }
  336.         }
  337.        
  338.         /// <remarks/>
  339.         [System.Xml.Serialization.XmlElementAttribute("ID", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true)]
  340.         public PAW_ItemsPAW_ItemID[] ID {
  341.             get {
  342.                 return this.idField;
  343.             }
  344.             set {
  345.                 this.idField = value;
  346.             }
  347.         }
  348.        
  349.         /// <remarks/>
  350.         [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  351.         [System.Xml.Serialization.XmlArrayItemAttribute("Sales_Price_Info", typeof(PAW_ItemsPAW_ItemSales_PricesSales_Price_Info), Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
  352.         public PAW_ItemsPAW_ItemSales_PricesSales_Price_Info[] Sales_Prices {
  353.             get {
  354.                 return this.sales_PricesField;
  355.             }
  356.             set {
  357.                 this.sales_PricesField = value;
  358.             }
  359.         }
  360.        
  361.         /// <remarks/>
  362.         [System.Xml.Serialization.XmlElementAttribute("GL_Sales_Account", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true)]
  363.         public PAW_ItemsPAW_ItemGL_Sales_Account[] GL_Sales_Account {
  364.             get {
  365.                 return this.gL_Sales_AccountField;
  366.             }
  367.             set {
  368.                 this.gL_Sales_AccountField = value;
  369.             }
  370.         }
  371.        
  372.         /// <remarks/>
  373.         [System.Xml.Serialization.XmlElementAttribute("GL_Inventory_Account", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true)]
  374.         public PAW_ItemsPAW_ItemGL_Inventory_Account[] GL_Inventory_Account {
  375.             get {
  376.                 return this.gL_Inventory_AccountField;
  377.             }
  378.             set {
  379.                 this.gL_Inventory_AccountField = value;
  380.             }
  381.         }
  382.        
  383.         /// <remarks/>
  384.         [System.Xml.Serialization.XmlElementAttribute("GL_COGSSalary_Acct", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true)]
  385.         public PAW_ItemsPAW_ItemGL_COGSSalary_Acct[] GL_COGSSalary_Acct {
  386.             get {
  387.                 return this.gL_COGSSalary_AcctField;
  388.             }
  389.             set {
  390.                 this.gL_COGSSalary_AcctField = value;
  391.             }
  392.         }
  393.        
  394.         /// <remarks/>
  395.         [System.Xml.Serialization.XmlElementAttribute("Vendor_ID", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true)]
  396.         public PAW_ItemsPAW_ItemVendor_ID[] Vendor_ID {
  397.             get {
  398.                 return this.vendor_IDField;
  399.             }
  400.             set {
  401.                 this.vendor_IDField = value;
  402.             }
  403.         }
  404.        
  405.         /// <remarks/>
  406.         [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  407.         [System.Xml.Serialization.XmlArrayItemAttribute("Component", typeof(PAW_ItemsPAW_ItemComponentsComponent), Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
  408.         public PAW_ItemsPAW_ItemComponentsComponent[] Components {
  409.             get {
  410.                 return this.componentsField;
  411.             }
  412.             set {
  413.                 this.componentsField = value;
  414.             }
  415.         }
  416.        
  417.         /// <remarks/>
  418.         [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://www.w3.org/2000/10/XMLSchema-instance")]
  419.         public string type {
  420.             get {
  421.                 return this.typeField1;
  422.             }
  423.             set {
  424.                 this.typeField1 = value;
  425.             }
  426.         }
  427.     }
  428.    
  429.     /// <remarks/>
  430.     [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
  431.     [System.SerializableAttribute()]
  432.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  433.     [System.ComponentModel.DesignerCategoryAttribute("code")]
  434.     [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
  435.     public partial class PAW_ItemsPAW_ItemID {
  436.        
  437.         private string typeField;
  438.        
  439.         private string valueField;
  440.        
  441.         /// <remarks/>
  442.         [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://www.w3.org/2000/10/XMLSchema-instance")]
  443.         public string type {
  444.             get {
  445.                 return this.typeField;
  446.             }
  447.             set {
  448.                 this.typeField = value;
  449.             }
  450.         }
  451.        
  452.         /// <remarks/>
  453.         [System.Xml.Serialization.XmlTextAttribute()]
  454.         public string Value {
  455.             get {
  456.                 return this.valueField;
  457.             }
  458.             set {
  459.                 this.valueField = value;
  460.             }
  461.         }
  462.     }
  463.    
  464.     /// <remarks/>
  465.     [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
  466.     [System.SerializableAttribute()]
  467.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  468.     [System.ComponentModel.DesignerCategoryAttribute("code")]
  469.     [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
  470.     public partial class PAW_ItemsPAW_ItemSales_PricesSales_Price_Info {
  471.        
  472.         private string sales_PriceField;
  473.        
  474.         private string sales_Price_CalcField;
  475.        
  476.         private string sales_Price_RoundingField;
  477.        
  478.         private string sales_Price_Rounding_CentField;
  479.        
  480.         private string keyField;
  481.        
  482.         /// <remarks/>
  483.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  484.         public string Sales_Price {
  485.             get {
  486.                 return this.sales_PriceField;
  487.             }
  488.             set {
  489.                 this.sales_PriceField = value;
  490.             }
  491.         }
  492.        
  493.         /// <remarks/>
  494.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  495.         public string Sales_Price_Calc {
  496.             get {
  497.                 return this.sales_Price_CalcField;
  498.             }
  499.             set {
  500.                 this.sales_Price_CalcField = value;
  501.             }
  502.         }
  503.        
  504.         /// <remarks/>
  505.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  506.         public string Sales_Price_Rounding {
  507.             get {
  508.                 return this.sales_Price_RoundingField;
  509.             }
  510.             set {
  511.                 this.sales_Price_RoundingField = value;
  512.             }
  513.         }
  514.        
  515.         /// <remarks/>
  516.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  517.         public string Sales_Price_Rounding_Cent {
  518.             get {
  519.                 return this.sales_Price_Rounding_CentField;
  520.             }
  521.             set {
  522.                 this.sales_Price_Rounding_CentField = value;
  523.             }
  524.         }
  525.        
  526.         /// <remarks/>
  527.         [System.Xml.Serialization.XmlAttributeAttribute()]
  528.         public string Key {
  529.             get {
  530.                 return this.keyField;
  531.             }
  532.             set {
  533.                 this.keyField = value;
  534.             }
  535.         }
  536.     }
  537.    
  538.     /// <remarks/>
  539.     [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
  540.     [System.SerializableAttribute()]
  541.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  542.     [System.ComponentModel.DesignerCategoryAttribute("code")]
  543.     [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
  544.     public partial class PAW_ItemsPAW_ItemGL_Sales_Account {
  545.        
  546.         private string typeField;
  547.        
  548.         private string valueField;
  549.        
  550.         /// <remarks/>
  551.         [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://www.w3.org/2000/10/XMLSchema-instance")]
  552.         public string type {
  553.             get {
  554.                 return this.typeField;
  555.             }
  556.             set {
  557.                 this.typeField = value;
  558.             }
  559.         }
  560.        
  561.         /// <remarks/>
  562.         [System.Xml.Serialization.XmlTextAttribute()]
  563.         public string Value {
  564.             get {
  565.                 return this.valueField;
  566.             }
  567.             set {
  568.                 this.valueField = value;
  569.             }
  570.         }
  571.     }
  572.    
  573.     /// <remarks/>
  574.     [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
  575.     [System.SerializableAttribute()]
  576.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  577.     [System.ComponentModel.DesignerCategoryAttribute("code")]
  578.     [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
  579.     public partial class PAW_ItemsPAW_ItemGL_Inventory_Account {
  580.        
  581.         private string typeField;
  582.        
  583.         private string valueField;
  584.        
  585.         /// <remarks/>
  586.         [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://www.w3.org/2000/10/XMLSchema-instance")]
  587.         public string type {
  588.             get {
  589.                 return this.typeField;
  590.             }
  591.             set {
  592.                 this.typeField = value;
  593.             }
  594.         }
  595.        
  596.         /// <remarks/>
  597.         [System.Xml.Serialization.XmlTextAttribute()]
  598.         public string Value {
  599.             get {
  600.                 return this.valueField;
  601.             }
  602.             set {
  603.                 this.valueField = value;
  604.             }
  605.         }
  606.     }
  607.    
  608.     /// <remarks/>
  609.     [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
  610.     [System.SerializableAttribute()]
  611.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  612.     [System.ComponentModel.DesignerCategoryAttribute("code")]
  613.     [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
  614.     public partial class PAW_ItemsPAW_ItemGL_COGSSalary_Acct {
  615.        
  616.         private string typeField;
  617.        
  618.         private string valueField;
  619.        
  620.         /// <remarks/>
  621.         [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://www.w3.org/2000/10/XMLSchema-instance")]
  622.         public string type {
  623.             get {
  624.                 return this.typeField;
  625.             }
  626.             set {
  627.                 this.typeField = value;
  628.             }
  629.         }
  630.        
  631.         /// <remarks/>
  632.         [System.Xml.Serialization.XmlTextAttribute()]
  633.         public string Value {
  634.             get {
  635.                 return this.valueField;
  636.             }
  637.             set {
  638.                 this.valueField = value;
  639.             }
  640.         }
  641.     }
  642.    
  643.     /// <remarks/>
  644.     [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
  645.     [System.SerializableAttribute()]
  646.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  647.     [System.ComponentModel.DesignerCategoryAttribute("code")]
  648.     [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
  649.     public partial class PAW_ItemsPAW_ItemVendor_ID {
  650.        
  651.         private string typeField;
  652.        
  653.         private string valueField;
  654.        
  655.         /// <remarks/>
  656.         [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://www.w3.org/2000/10/XMLSchema-instance")]
  657.         public string type {
  658.             get {
  659.                 return this.typeField;
  660.             }
  661.             set {
  662.                 this.typeField = value;
  663.             }
  664.         }
  665.        
  666.         /// <remarks/>
  667.         [System.Xml.Serialization.XmlTextAttribute()]
  668.         public string Value {
  669.             get {
  670.                 return this.valueField;
  671.             }
  672.             set {
  673.                 this.valueField = value;
  674.             }
  675.         }
  676.     }
  677.    
  678.     /// <remarks/>
  679.     [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
  680.     [System.SerializableAttribute()]
  681.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  682.     [System.ComponentModel.DesignerCategoryAttribute("code")]
  683.     [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
  684.     public partial class PAW_ItemsPAW_ItemComponentsComponent {
  685.        
  686.         private string component_NumberField;
  687.        
  688.         private string qty_NeededField;
  689.        
  690.         private PAW_ItemsPAW_ItemComponentsComponentEffective_Date[] effective_DateField;
  691.        
  692.         /// <remarks/>
  693.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  694.         public string Component_Number {
  695.             get {
  696.                 return this.component_NumberField;
  697.             }
  698.             set {
  699.                 this.component_NumberField = value;
  700.             }
  701.         }
  702.        
  703.         /// <remarks/>
  704.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  705.         public string Qty_Needed {
  706.             get {
  707.                 return this.qty_NeededField;
  708.             }
  709.             set {
  710.                 this.qty_NeededField = value;
  711.             }
  712.         }
  713.        
  714.         /// <remarks/>
  715.         [System.Xml.Serialization.XmlElementAttribute("Effective_Date", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  716.         public PAW_ItemsPAW_ItemComponentsComponentEffective_Date[] Effective_Date {
  717.             get {
  718.                 return this.effective_DateField;
  719.             }
  720.             set {
  721.                 this.effective_DateField = value;
  722.             }
  723.         }
  724.     }
  725.    
  726.     /// <remarks/>
  727.     [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
  728.     [System.SerializableAttribute()]
  729.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  730.     [System.ComponentModel.DesignerCategoryAttribute("code")]
  731.     [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
  732.     public partial class PAW_ItemsPAW_ItemComponentsComponentEffective_Date {
  733.        
  734.         private string typeField;
  735.        
  736.         /// <remarks/>
  737.         [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://www.w3.org/2000/10/XMLSchema-instance")]
  738.         public string type {
  739.             get {
  740.                 return this.typeField;
  741.             }
  742.             set {
  743.                 this.typeField = value;
  744.             }
  745.         }
  746.     }
  747. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement