Advertisement
Guest User

Code

a guest
May 20th, 2012
965
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 38.38 KB | None | 0 0
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. //     This code was generated by a tool.
  4. //     Runtime Version:2.0.50727.5448
  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. using System.Xml.Serialization;
  12.  
  13. //
  14. // This source code was auto-generated by xsd, Version=2.0.50727.3038.
  15. //
  16.  
  17.  
  18. /// <remarks/>
  19. [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
  20. [System.SerializableAttribute()]
  21. [System.Diagnostics.DebuggerStepThroughAttribute()]
  22. [System.ComponentModel.DesignerCategoryAttribute("code")]
  23. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "http://www.sat.gob.mx/cfd/3")]
  24. [System.Xml.Serialization.XmlRootAttribute(Namespace = "http://www.sat.gob.mx/cfd/3", IsNullable = false)]
  25. public partial class Comprobante
  26. {
  27.  
  28.     private ComprobanteEmisor emisorField;
  29.  
  30.     private ComprobanteReceptor receptorField;
  31.  
  32.     private ComprobanteConcepto[] conceptosField;
  33.  
  34.     private ComprobanteImpuestos impuestosField;
  35.  
  36.     private ComprobanteComplemento complementoField;
  37.  
  38.     private ComprobanteAddenda addendaField;
  39.  
  40.     private string versionField;
  41.  
  42.     private string serieField;
  43.  
  44.     private string folioField;
  45.  
  46.     private System.DateTime fechaField;
  47.  
  48.     private string selloField;
  49.  
  50.     private string formaDePagoField;
  51.  
  52.     private string noCertificadoField;
  53.  
  54.     private string certificadoField;
  55.  
  56.     private string condicionesDePagoField;
  57.  
  58.     private decimal subTotalField;
  59.  
  60.     private decimal descuentoField;
  61.  
  62.     private bool descuentoFieldSpecified;
  63.  
  64.     private string motivoDescuentoField;
  65.  
  66.     private string tipoCambioField;
  67.  
  68.     private string monedaField;
  69.  
  70.     private decimal totalField;
  71.  
  72.     private ComprobanteTipoDeComprobante tipoDeComprobanteField;
  73.  
  74.     private string metodoDePagoField;
  75.  
  76.     private string lugarExpedicionField;
  77.  
  78.     private string numCtaPagoField;
  79.  
  80.     private string folioFiscalOrigField;
  81.  
  82.     private string serieFolioFiscalOrigField;
  83.  
  84.     private System.DateTime fechaFolioFiscalOrigField;
  85.  
  86.     private bool fechaFolioFiscalOrigFieldSpecified;
  87.  
  88.     private decimal montoFolioFiscalOrigField;
  89.  
  90.     private bool montoFolioFiscalOrigFieldSpecified;
  91.  
  92.     public Comprobante()
  93.     {
  94.         this.versionField = "3.2";
  95.     }
  96.  
  97.     /// <remarks/>
  98.     [System.Xml.Serialization.XmlElementAttribute(Namespace = "http://www.sat.gob.mx/cfd/3", IsNullable = false)]
  99.     public ComprobanteEmisor Emisor
  100.     {
  101.         get
  102.         {
  103.             return this.emisorField;
  104.         }
  105.         set
  106.         {
  107.             this.emisorField = value;
  108.         }
  109.     }
  110.  
  111.     /// <remarks/>
  112.     public ComprobanteReceptor Receptor
  113.     {
  114.         get
  115.         {
  116.             return this.receptorField;
  117.         }
  118.         set
  119.         {
  120.             this.receptorField = value;
  121.         }
  122.     }
  123.  
  124.     /// <remarks/>
  125.     [System.Xml.Serialization.XmlArrayItemAttribute("Concepto", IsNullable = false)]
  126.     public ComprobanteConcepto[] Conceptos
  127.     {
  128.         get
  129.         {
  130.             return this.conceptosField;
  131.         }
  132.         set
  133.         {
  134.             this.conceptosField = value;
  135.         }
  136.     }
  137.  
  138.     /// <remarks/>
  139.     public ComprobanteImpuestos Impuestos
  140.     {
  141.         get
  142.         {
  143.             return this.impuestosField;
  144.         }
  145.         set
  146.         {
  147.             this.impuestosField = value;
  148.         }
  149.     }
  150.  
  151.     /// <remarks/>
  152.     public ComprobanteComplemento Complemento
  153.     {
  154.         get
  155.         {
  156.             return this.complementoField;
  157.         }
  158.         set
  159.         {
  160.             this.complementoField = value;
  161.         }
  162.     }
  163.  
  164.     /// <remarks/>
  165.     public ComprobanteAddenda Addenda
  166.     {
  167.         get
  168.         {
  169.             return this.addendaField;
  170.         }
  171.         set
  172.         {
  173.             this.addendaField = value;
  174.         }
  175.     }
  176.  
  177.     /// <remarks/>
  178.     [System.Xml.Serialization.XmlAttributeAttribute()]
  179.     public string version
  180.     {
  181.         get
  182.         {
  183.             return this.versionField;
  184.         }
  185.         set
  186.         {
  187.             this.versionField = value;
  188.         }
  189.     }
  190.  
  191.     /// <remarks/>
  192.     [System.Xml.Serialization.XmlAttributeAttribute()]
  193.     public string serie
  194.     {
  195.         get
  196.         {
  197.             return this.serieField;
  198.         }
  199.         set
  200.         {
  201.             this.serieField = value;
  202.         }
  203.     }
  204.  
  205.     /// <remarks/>
  206.     [System.Xml.Serialization.XmlAttributeAttribute()]
  207.     public string folio
  208.     {
  209.         get
  210.         {
  211.             return this.folioField;
  212.         }
  213.         set
  214.         {
  215.             this.folioField = value;
  216.         }
  217.     }
  218.  
  219.     /// <remarks/>
  220.     [System.Xml.Serialization.XmlAttributeAttribute()]
  221.     public System.DateTime fecha
  222.     {
  223.         get
  224.         {
  225.             return this.fechaField;
  226.         }
  227.         set
  228.         {
  229.             this.fechaField = value;
  230.         }
  231.     }
  232.  
  233.     /// <remarks/>
  234.     [System.Xml.Serialization.XmlAttributeAttribute()]
  235.     public string sello
  236.     {
  237.         get
  238.         {
  239.             return this.selloField;
  240.         }
  241.         set
  242.         {
  243.             this.selloField = value;
  244.         }
  245.     }
  246.  
  247.     /// <remarks/>
  248.     [System.Xml.Serialization.XmlAttributeAttribute()]
  249.     public string formaDePago
  250.     {
  251.         get
  252.         {
  253.             return this.formaDePagoField;
  254.         }
  255.         set
  256.         {
  257.             this.formaDePagoField = value;
  258.         }
  259.     }
  260.  
  261.     /// <remarks/>
  262.     [System.Xml.Serialization.XmlAttributeAttribute()]
  263.     public string noCertificado
  264.     {
  265.         get
  266.         {
  267.             return this.noCertificadoField;
  268.         }
  269.         set
  270.         {
  271.             this.noCertificadoField = value;
  272.         }
  273.     }
  274.  
  275.     /// <remarks/>
  276.     [System.Xml.Serialization.XmlAttributeAttribute()]
  277.     public string certificado
  278.     {
  279.         get
  280.         {
  281.             return this.certificadoField;
  282.         }
  283.         set
  284.         {
  285.             this.certificadoField = value;
  286.         }
  287.     }
  288.  
  289.     /// <remarks/>
  290.     [System.Xml.Serialization.XmlAttributeAttribute()]
  291.     public string condicionesDePago
  292.     {
  293.         get
  294.         {
  295.             return this.condicionesDePagoField;
  296.         }
  297.         set
  298.         {
  299.             this.condicionesDePagoField = value;
  300.         }
  301.     }
  302.  
  303.     /// <remarks/>
  304.     [System.Xml.Serialization.XmlAttributeAttribute()]
  305.     public decimal subTotal
  306.     {
  307.         get
  308.         {
  309.             return this.subTotalField;
  310.         }
  311.         set
  312.         {
  313.             this.subTotalField = value;
  314.         }
  315.     }
  316.  
  317.     /// <remarks/>
  318.     [System.Xml.Serialization.XmlAttributeAttribute()]
  319.     public decimal descuento
  320.     {
  321.         get
  322.         {
  323.             return this.descuentoField;
  324.         }
  325.         set
  326.         {
  327.             this.descuentoField = value;
  328.         }
  329.     }
  330.  
  331.     /// <remarks/>
  332.     [System.Xml.Serialization.XmlIgnoreAttribute()]
  333.     public bool descuentoSpecified
  334.     {
  335.         get
  336.         {
  337.             return this.descuentoFieldSpecified;
  338.         }
  339.         set
  340.         {
  341.             this.descuentoFieldSpecified = value;
  342.         }
  343.     }
  344.  
  345.     /// <remarks/>
  346.     [System.Xml.Serialization.XmlAttributeAttribute()]
  347.     public string motivoDescuento
  348.     {
  349.         get
  350.         {
  351.             return this.motivoDescuentoField;
  352.         }
  353.         set
  354.         {
  355.             this.motivoDescuentoField = value;
  356.         }
  357.     }
  358.  
  359.     /// <remarks/>
  360.     [System.Xml.Serialization.XmlAttributeAttribute()]
  361.     public string TipoCambio
  362.     {
  363.         get
  364.         {
  365.             return this.tipoCambioField;
  366.         }
  367.         set
  368.         {
  369.             this.tipoCambioField = value;
  370.         }
  371.     }
  372.  
  373.     /// <remarks/>
  374.     [System.Xml.Serialization.XmlAttributeAttribute()]
  375.     public string Moneda
  376.     {
  377.         get
  378.         {
  379.             return this.monedaField;
  380.         }
  381.         set
  382.         {
  383.             this.monedaField = value;
  384.         }
  385.     }
  386.  
  387.     /// <remarks/>
  388.     [System.Xml.Serialization.XmlAttributeAttribute()]
  389.     public decimal total
  390.     {
  391.         get
  392.         {
  393.             return this.totalField;
  394.         }
  395.         set
  396.         {
  397.             this.totalField = value;
  398.         }
  399.     }
  400.  
  401.     /// <remarks/>
  402.     [System.Xml.Serialization.XmlAttributeAttribute()]
  403.     public ComprobanteTipoDeComprobante tipoDeComprobante
  404.     {
  405.         get
  406.         {
  407.             return this.tipoDeComprobanteField;
  408.         }
  409.         set
  410.         {
  411.             this.tipoDeComprobanteField = value;
  412.         }
  413.     }
  414.  
  415.     /// <remarks/>
  416.     [System.Xml.Serialization.XmlAttributeAttribute()]
  417.     public string metodoDePago
  418.     {
  419.         get
  420.         {
  421.             return this.metodoDePagoField;
  422.         }
  423.         set
  424.         {
  425.             this.metodoDePagoField = value;
  426.         }
  427.     }
  428.  
  429.     /// <remarks/>
  430.     [System.Xml.Serialization.XmlAttributeAttribute()]
  431.     public string LugarExpedicion
  432.     {
  433.         get
  434.         {
  435.             return this.lugarExpedicionField;
  436.         }
  437.         set
  438.         {
  439.             this.lugarExpedicionField = value;
  440.         }
  441.     }
  442.  
  443.     /// <remarks/>
  444.     [System.Xml.Serialization.XmlAttributeAttribute()]
  445.     public string NumCtaPago
  446.     {
  447.         get
  448.         {
  449.             return this.numCtaPagoField;
  450.         }
  451.         set
  452.         {
  453.             this.numCtaPagoField = value;
  454.         }
  455.     }
  456.  
  457.     /// <remarks/>
  458.     [System.Xml.Serialization.XmlAttributeAttribute()]
  459.     public string FolioFiscalOrig
  460.     {
  461.         get
  462.         {
  463.             return this.folioFiscalOrigField;
  464.         }
  465.         set
  466.         {
  467.             this.folioFiscalOrigField = value;
  468.         }
  469.     }
  470.  
  471.     /// <remarks/>
  472.     [System.Xml.Serialization.XmlAttributeAttribute()]
  473.     public string SerieFolioFiscalOrig
  474.     {
  475.         get
  476.         {
  477.             return this.serieFolioFiscalOrigField;
  478.         }
  479.         set
  480.         {
  481.             this.serieFolioFiscalOrigField = value;
  482.         }
  483.     }
  484.  
  485.     /// <remarks/>
  486.     [System.Xml.Serialization.XmlAttributeAttribute()]
  487.     public System.DateTime FechaFolioFiscalOrig
  488.     {
  489.         get
  490.         {
  491.             return this.fechaFolioFiscalOrigField;
  492.         }
  493.         set
  494.         {
  495.             this.fechaFolioFiscalOrigField = value;
  496.         }
  497.     }
  498.  
  499.     /// <remarks/>
  500.     [System.Xml.Serialization.XmlIgnoreAttribute()]
  501.     public bool FechaFolioFiscalOrigSpecified
  502.     {
  503.         get
  504.         {
  505.             return this.fechaFolioFiscalOrigFieldSpecified;
  506.         }
  507.         set
  508.         {
  509.             this.fechaFolioFiscalOrigFieldSpecified = value;
  510.         }
  511.     }
  512.  
  513.     /// <remarks/>
  514.     [System.Xml.Serialization.XmlAttributeAttribute()]
  515.     public decimal MontoFolioFiscalOrig
  516.     {
  517.         get
  518.         {
  519.             return this.montoFolioFiscalOrigField;
  520.         }
  521.         set
  522.         {
  523.             this.montoFolioFiscalOrigField = value;
  524.         }
  525.     }
  526.  
  527.     /// <remarks/>
  528.     [System.Xml.Serialization.XmlIgnoreAttribute()]
  529.     public bool MontoFolioFiscalOrigSpecified
  530.     {
  531.         get
  532.         {
  533.             return this.montoFolioFiscalOrigFieldSpecified;
  534.         }
  535.         set
  536.         {
  537.             this.montoFolioFiscalOrigFieldSpecified = value;
  538.         }
  539.     }
  540. }
  541.  
  542. /// <remarks/>
  543. //[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
  544. //[System.SerializableAttribute()]
  545. //[System.Diagnostics.DebuggerStepThroughAttribute()]
  546. //[System.ComponentModel.DesignerCategoryAttribute("code")]
  547. //[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "http://www.sat.gob.mx/cfd/3")]
  548. public partial class ComprobanteEmisor
  549. {
  550.  
  551.     private t_UbicacionFiscal domicilioFiscalField;
  552.  
  553.     private t_Ubicacion expedidoEnField;
  554.  
  555.     private ComprobanteEmisorRegimenFiscal[] regimenFiscalField;
  556.  
  557.     private string rfcField;
  558.  
  559.     private string nombreField;
  560.  
  561.     /// <remarks/>
  562.     public t_UbicacionFiscal DomicilioFiscal
  563.     {
  564.         get
  565.         {
  566.             return this.domicilioFiscalField;
  567.         }
  568.         set
  569.         {
  570.             this.domicilioFiscalField = value;
  571.         }
  572.     }
  573.  
  574.     /// <remarks/>
  575.     public t_Ubicacion ExpedidoEn
  576.     {
  577.         get
  578.         {
  579.             return this.expedidoEnField;
  580.         }
  581.         set
  582.         {
  583.             this.expedidoEnField = value;
  584.         }
  585.     }
  586.  
  587.     /// <remarks/>
  588.     [System.Xml.Serialization.XmlElementAttribute("RegimenFiscal")]
  589.     public ComprobanteEmisorRegimenFiscal[] RegimenFiscal
  590.     {
  591.         get
  592.         {
  593.             return this.regimenFiscalField;
  594.         }
  595.         set
  596.         {
  597.             this.regimenFiscalField = value;
  598.         }
  599.     }
  600.  
  601.     /// <remarks/>
  602.     [System.Xml.Serialization.XmlAttributeAttribute()]
  603.     public string rfc
  604.     {
  605.         get
  606.         {
  607.             return this.rfcField;
  608.         }
  609.         set
  610.         {
  611.             this.rfcField = value;
  612.         }
  613.     }
  614.  
  615.     /// <remarks/>
  616.     [System.Xml.Serialization.XmlAttributeAttribute()]
  617.     public string nombre
  618.     {
  619.         get
  620.         {
  621.             return this.nombreField;
  622.         }
  623.         set
  624.         {
  625.             this.nombreField = value;
  626.         }
  627.     }
  628. }
  629.  
  630. /// <remarks/>
  631. [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
  632. [System.SerializableAttribute()]
  633. [System.Diagnostics.DebuggerStepThroughAttribute()]
  634. [System.ComponentModel.DesignerCategoryAttribute("code")]
  635. [System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://www.sat.gob.mx/cfd/3")]
  636. public partial class t_UbicacionFiscal
  637. {
  638.  
  639.     private string calleField;
  640.  
  641.     private string noExteriorField;
  642.  
  643.     private string noInteriorField;
  644.  
  645.     private string coloniaField;
  646.  
  647.     private string localidadField;
  648.  
  649.     private string referenciaField;
  650.  
  651.     private string municipioField;
  652.  
  653.     private string estadoField;
  654.  
  655.     private string paisField;
  656.  
  657.     private string codigoPostalField;
  658.  
  659.     /// <remarks/>
  660.     [System.Xml.Serialization.XmlAttributeAttribute()]
  661.     public string calle
  662.     {
  663.         get
  664.         {
  665.             return this.calleField;
  666.         }
  667.         set
  668.         {
  669.             this.calleField = value;
  670.         }
  671.     }
  672.  
  673.     /// <remarks/>
  674.     [System.Xml.Serialization.XmlAttributeAttribute()]
  675.     public string noExterior
  676.     {
  677.         get
  678.         {
  679.             return this.noExteriorField;
  680.         }
  681.         set
  682.         {
  683.             this.noExteriorField = value;
  684.         }
  685.     }
  686.  
  687.     /// <remarks/>
  688.     [System.Xml.Serialization.XmlAttributeAttribute()]
  689.     public string noInterior
  690.     {
  691.         get
  692.         {
  693.             return this.noInteriorField;
  694.         }
  695.         set
  696.         {
  697.             this.noInteriorField = value;
  698.         }
  699.     }
  700.  
  701.     /// <remarks/>
  702.     [System.Xml.Serialization.XmlAttributeAttribute()]
  703.     public string colonia
  704.     {
  705.         get
  706.         {
  707.             return this.coloniaField;
  708.         }
  709.         set
  710.         {
  711.             this.coloniaField = value;
  712.         }
  713.     }
  714.  
  715.     /// <remarks/>
  716.     [System.Xml.Serialization.XmlAttributeAttribute()]
  717.     public string localidad
  718.     {
  719.         get
  720.         {
  721.             return this.localidadField;
  722.         }
  723.         set
  724.         {
  725.             this.localidadField = value;
  726.         }
  727.     }
  728.  
  729.     /// <remarks/>
  730.     [System.Xml.Serialization.XmlAttributeAttribute()]
  731.     public string referencia
  732.     {
  733.         get
  734.         {
  735.             return this.referenciaField;
  736.         }
  737.         set
  738.         {
  739.             this.referenciaField = value;
  740.         }
  741.     }
  742.  
  743.     /// <remarks/>
  744.     [System.Xml.Serialization.XmlAttributeAttribute()]
  745.     public string municipio
  746.     {
  747.         get
  748.         {
  749.             return this.municipioField;
  750.         }
  751.         set
  752.         {
  753.             this.municipioField = value;
  754.         }
  755.     }
  756.  
  757.     /// <remarks/>
  758.     [System.Xml.Serialization.XmlAttributeAttribute()]
  759.     public string estado
  760.     {
  761.         get
  762.         {
  763.             return this.estadoField;
  764.         }
  765.         set
  766.         {
  767.             this.estadoField = value;
  768.         }
  769.     }
  770.  
  771.     /// <remarks/>
  772.     [System.Xml.Serialization.XmlAttributeAttribute()]
  773.     public string pais
  774.     {
  775.         get
  776.         {
  777.             return this.paisField;
  778.         }
  779.         set
  780.         {
  781.             this.paisField = value;
  782.         }
  783.     }
  784.  
  785.     /// <remarks/>
  786.     [System.Xml.Serialization.XmlAttributeAttribute()]
  787.     public string codigoPostal
  788.     {
  789.         get
  790.         {
  791.             return this.codigoPostalField;
  792.         }
  793.         set
  794.         {
  795.             this.codigoPostalField = value;
  796.         }
  797.     }
  798. }
  799.  
  800. /// <remarks/>
  801. [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
  802. [System.SerializableAttribute()]
  803. [System.Diagnostics.DebuggerStepThroughAttribute()]
  804. [System.ComponentModel.DesignerCategoryAttribute("code")]
  805. [System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://www.sat.gob.mx/cfd/3")]
  806. public partial class t_InformacionAduanera
  807. {
  808.  
  809.     private string numeroField;
  810.  
  811.     private System.DateTime fechaField;
  812.  
  813.     private string aduanaField;
  814.  
  815.     /// <remarks/>
  816.     [System.Xml.Serialization.XmlAttributeAttribute()]
  817.     public string numero
  818.     {
  819.         get
  820.         {
  821.             return this.numeroField;
  822.         }
  823.         set
  824.         {
  825.             this.numeroField = value;
  826.         }
  827.     }
  828.  
  829.     /// <remarks/>
  830.     [System.Xml.Serialization.XmlAttributeAttribute(DataType = "date")]
  831.     public System.DateTime fecha
  832.     {
  833.         get
  834.         {
  835.             return this.fechaField;
  836.         }
  837.         set
  838.         {
  839.             this.fechaField = value;
  840.         }
  841.     }
  842.  
  843.     /// <remarks/>
  844.     [System.Xml.Serialization.XmlAttributeAttribute()]
  845.     public string aduana
  846.     {
  847.         get
  848.         {
  849.             return this.aduanaField;
  850.         }
  851.         set
  852.         {
  853.             this.aduanaField = value;
  854.         }
  855.     }
  856. }
  857.  
  858. /// <remarks/>
  859. [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
  860. [System.SerializableAttribute()]
  861. [System.Diagnostics.DebuggerStepThroughAttribute()]
  862. [System.ComponentModel.DesignerCategoryAttribute("code")]
  863. [System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://www.sat.gob.mx/cfd/3")]
  864. public partial class t_Ubicacion
  865. {
  866.  
  867.     private string calleField;
  868.  
  869.     private string noExteriorField;
  870.  
  871.     private string noInteriorField;
  872.  
  873.     private string coloniaField;
  874.  
  875.     private string localidadField;
  876.  
  877.     private string referenciaField;
  878.  
  879.     private string municipioField;
  880.  
  881.     private string estadoField;
  882.  
  883.     private string paisField;
  884.  
  885.     private string codigoPostalField;
  886.  
  887.     /// <remarks/>
  888.     [System.Xml.Serialization.XmlAttributeAttribute()]
  889.     public string calle
  890.     {
  891.         get
  892.         {
  893.             return this.calleField;
  894.         }
  895.         set
  896.         {
  897.             this.calleField = value;
  898.         }
  899.     }
  900.  
  901.     /// <remarks/>
  902.     [System.Xml.Serialization.XmlAttributeAttribute()]
  903.     public string noExterior
  904.     {
  905.         get
  906.         {
  907.             return this.noExteriorField;
  908.         }
  909.         set
  910.         {
  911.             this.noExteriorField = value;
  912.         }
  913.     }
  914.  
  915.     /// <remarks/>
  916.     [System.Xml.Serialization.XmlAttributeAttribute()]
  917.     public string noInterior
  918.     {
  919.         get
  920.         {
  921.             return this.noInteriorField;
  922.         }
  923.         set
  924.         {
  925.             this.noInteriorField = value;
  926.         }
  927.     }
  928.  
  929.     /// <remarks/>
  930.     [System.Xml.Serialization.XmlAttributeAttribute()]
  931.     public string colonia
  932.     {
  933.         get
  934.         {
  935.             return this.coloniaField;
  936.         }
  937.         set
  938.         {
  939.             this.coloniaField = value;
  940.         }
  941.     }
  942.  
  943.     /// <remarks/>
  944.     [System.Xml.Serialization.XmlAttributeAttribute()]
  945.     public string localidad
  946.     {
  947.         get
  948.         {
  949.             return this.localidadField;
  950.         }
  951.         set
  952.         {
  953.             this.localidadField = value;
  954.         }
  955.     }
  956.  
  957.     /// <remarks/>
  958.     [System.Xml.Serialization.XmlAttributeAttribute()]
  959.     public string referencia
  960.     {
  961.         get
  962.         {
  963.             return this.referenciaField;
  964.         }
  965.         set
  966.         {
  967.             this.referenciaField = value;
  968.         }
  969.     }
  970.  
  971.     /// <remarks/>
  972.     [System.Xml.Serialization.XmlAttributeAttribute()]
  973.     public string municipio
  974.     {
  975.         get
  976.         {
  977.             return this.municipioField;
  978.         }
  979.         set
  980.         {
  981.             this.municipioField = value;
  982.         }
  983.     }
  984.  
  985.     /// <remarks/>
  986.     [System.Xml.Serialization.XmlAttributeAttribute()]
  987.     public string estado
  988.     {
  989.         get
  990.         {
  991.             return this.estadoField;
  992.         }
  993.         set
  994.         {
  995.             this.estadoField = value;
  996.         }
  997.     }
  998.  
  999.     /// <remarks/>
  1000.     [System.Xml.Serialization.XmlAttributeAttribute()]
  1001.     public string pais
  1002.     {
  1003.         get
  1004.         {
  1005.             return this.paisField;
  1006.         }
  1007.         set
  1008.         {
  1009.             this.paisField = value;
  1010.         }
  1011.     }
  1012.  
  1013.     /// <remarks/>
  1014.     [System.Xml.Serialization.XmlAttributeAttribute()]
  1015.     public string codigoPostal
  1016.     {
  1017.         get
  1018.         {
  1019.             return this.codigoPostalField;
  1020.         }
  1021.         set
  1022.         {
  1023.             this.codigoPostalField = value;
  1024.         }
  1025.     }
  1026. }
  1027.  
  1028. /// <remarks/>
  1029. [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
  1030. [System.SerializableAttribute()]
  1031. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1032. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1033. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "http://www.sat.gob.mx/cfd/3")]
  1034. public partial class ComprobanteEmisorRegimenFiscal
  1035. {
  1036.  
  1037.     private string regimenField;
  1038.  
  1039.     /// <remarks/>
  1040.     [System.Xml.Serialization.XmlAttributeAttribute()]
  1041.     public string Regimen
  1042.     {
  1043.         get
  1044.         {
  1045.             return this.regimenField;
  1046.         }
  1047.         set
  1048.         {
  1049.             this.regimenField = value;
  1050.         }
  1051.     }
  1052. }
  1053.  
  1054. /// <remarks/>
  1055. [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
  1056. [System.SerializableAttribute()]
  1057. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1058. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1059. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "http://www.sat.gob.mx/cfd/3")]
  1060. public partial class ComprobanteReceptor
  1061. {
  1062.  
  1063.     private t_Ubicacion domicilioField;
  1064.  
  1065.     private string rfcField;
  1066.  
  1067.     private string nombreField;
  1068.  
  1069.     /// <remarks/>
  1070.     public t_Ubicacion Domicilio
  1071.     {
  1072.         get
  1073.         {
  1074.             return this.domicilioField;
  1075.         }
  1076.         set
  1077.         {
  1078.             this.domicilioField = value;
  1079.         }
  1080.     }
  1081.  
  1082.     /// <remarks/>
  1083.     [System.Xml.Serialization.XmlAttributeAttribute()]
  1084.     public string rfc
  1085.     {
  1086.         get
  1087.         {
  1088.             return this.rfcField;
  1089.         }
  1090.         set
  1091.         {
  1092.             this.rfcField = value;
  1093.         }
  1094.     }
  1095.  
  1096.     /// <remarks/>
  1097.     [System.Xml.Serialization.XmlAttributeAttribute()]
  1098.     public string nombre
  1099.     {
  1100.         get
  1101.         {
  1102.             return this.nombreField;
  1103.         }
  1104.         set
  1105.         {
  1106.             this.nombreField = value;
  1107.         }
  1108.     }
  1109. }
  1110.  
  1111. /// <remarks/>
  1112. [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
  1113. [System.SerializableAttribute()]
  1114. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1115. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1116. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "http://www.sat.gob.mx/cfd/3")]
  1117. public partial class ComprobanteConcepto
  1118. {
  1119.  
  1120.     private object[] itemsField;
  1121.  
  1122.     private decimal cantidadField;
  1123.  
  1124.     private string unidadField;
  1125.  
  1126.     private string noIdentificacionField;
  1127.  
  1128.     private string descripcionField;
  1129.  
  1130.     private decimal valorUnitarioField;
  1131.  
  1132.     private decimal importeField;
  1133.  
  1134.     /// <remarks/>
  1135.     [System.Xml.Serialization.XmlElementAttribute("ComplementoConcepto", typeof(ComprobanteConceptoComplementoConcepto))]
  1136.     [System.Xml.Serialization.XmlElementAttribute("CuentaPredial", typeof(ComprobanteConceptoCuentaPredial))]
  1137.     [System.Xml.Serialization.XmlElementAttribute("InformacionAduanera", typeof(t_InformacionAduanera))]
  1138.     [System.Xml.Serialization.XmlElementAttribute("Parte", typeof(ComprobanteConceptoParte))]
  1139.     public object[] Items
  1140.     {
  1141.         get
  1142.         {
  1143.             return this.itemsField;
  1144.         }
  1145.         set
  1146.         {
  1147.             this.itemsField = value;
  1148.         }
  1149.     }
  1150.  
  1151.     /// <remarks/>
  1152.     [System.Xml.Serialization.XmlAttributeAttribute()]
  1153.     public decimal cantidad
  1154.     {
  1155.         get
  1156.         {
  1157.             return this.cantidadField;
  1158.         }
  1159.         set
  1160.         {
  1161.             this.cantidadField = value;
  1162.         }
  1163.     }
  1164.  
  1165.     /// <remarks/>
  1166.     [System.Xml.Serialization.XmlAttributeAttribute()]
  1167.     public string unidad
  1168.     {
  1169.         get
  1170.         {
  1171.             return this.unidadField;
  1172.         }
  1173.         set
  1174.         {
  1175.             this.unidadField = value;
  1176.         }
  1177.     }
  1178.  
  1179.     /// <remarks/>
  1180.     [System.Xml.Serialization.XmlAttributeAttribute()]
  1181.     public string noIdentificacion
  1182.     {
  1183.         get
  1184.         {
  1185.             return this.noIdentificacionField;
  1186.         }
  1187.         set
  1188.         {
  1189.             this.noIdentificacionField = value;
  1190.         }
  1191.     }
  1192.  
  1193.     /// <remarks/>
  1194.     [System.Xml.Serialization.XmlAttributeAttribute()]
  1195.     public string descripcion
  1196.     {
  1197.         get
  1198.         {
  1199.             return this.descripcionField;
  1200.         }
  1201.         set
  1202.         {
  1203.             this.descripcionField = value;
  1204.         }
  1205.     }
  1206.  
  1207.     /// <remarks/>
  1208.     [System.Xml.Serialization.XmlAttributeAttribute()]
  1209.     public decimal valorUnitario
  1210.     {
  1211.         get
  1212.         {
  1213.             return this.valorUnitarioField;
  1214.         }
  1215.         set
  1216.         {
  1217.             this.valorUnitarioField = value;
  1218.         }
  1219.     }
  1220.  
  1221.     /// <remarks/>
  1222.     [System.Xml.Serialization.XmlAttributeAttribute()]
  1223.     public decimal importe
  1224.     {
  1225.         get
  1226.         {
  1227.             return this.importeField;
  1228.         }
  1229.         set
  1230.         {
  1231.             this.importeField = value;
  1232.         }
  1233.     }
  1234. }
  1235.  
  1236. /// <remarks/>
  1237. [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
  1238. [System.SerializableAttribute()]
  1239. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1240. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1241. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "http://www.sat.gob.mx/cfd/3")]
  1242. public partial class ComprobanteConceptoComplementoConcepto
  1243. {
  1244.  
  1245.     private System.Xml.XmlElement[] anyField;
  1246.  
  1247.     /// <remarks/>
  1248.     [System.Xml.Serialization.XmlAnyElementAttribute()]
  1249.     public System.Xml.XmlElement[] Any
  1250.     {
  1251.         get
  1252.         {
  1253.             return this.anyField;
  1254.         }
  1255.         set
  1256.         {
  1257.             this.anyField = value;
  1258.         }
  1259.     }
  1260. }
  1261.  
  1262. /// <remarks/>
  1263. [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
  1264. [System.SerializableAttribute()]
  1265. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1266. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1267. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "http://www.sat.gob.mx/cfd/3")]
  1268. public partial class ComprobanteConceptoCuentaPredial
  1269. {
  1270.  
  1271.     private string numeroField;
  1272.  
  1273.     /// <remarks/>
  1274.     [System.Xml.Serialization.XmlAttributeAttribute()]
  1275.     public string numero
  1276.     {
  1277.         get
  1278.         {
  1279.             return this.numeroField;
  1280.         }
  1281.         set
  1282.         {
  1283.             this.numeroField = value;
  1284.         }
  1285.     }
  1286. }
  1287.  
  1288. /// <remarks/>
  1289. [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
  1290. [System.SerializableAttribute()]
  1291. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1292. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1293. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "http://www.sat.gob.mx/cfd/3")]
  1294. public partial class ComprobanteConceptoParte
  1295. {
  1296.  
  1297.     private t_InformacionAduanera[] informacionAduaneraField;
  1298.  
  1299.     private decimal cantidadField;
  1300.  
  1301.     private string unidadField;
  1302.  
  1303.     private string noIdentificacionField;
  1304.  
  1305.     private string descripcionField;
  1306.  
  1307.     private decimal valorUnitarioField;
  1308.  
  1309.     private bool valorUnitarioFieldSpecified;
  1310.  
  1311.     private decimal importeField;
  1312.  
  1313.     private bool importeFieldSpecified;
  1314.  
  1315.     /// <remarks/>
  1316.     [System.Xml.Serialization.XmlElementAttribute("InformacionAduanera")]
  1317.     public t_InformacionAduanera[] InformacionAduanera
  1318.     {
  1319.         get
  1320.         {
  1321.             return this.informacionAduaneraField;
  1322.         }
  1323.         set
  1324.         {
  1325.             this.informacionAduaneraField = value;
  1326.         }
  1327.     }
  1328.  
  1329.     /// <remarks/>
  1330.     [System.Xml.Serialization.XmlAttributeAttribute()]
  1331.     public decimal cantidad
  1332.     {
  1333.         get
  1334.         {
  1335.             return this.cantidadField;
  1336.         }
  1337.         set
  1338.         {
  1339.             this.cantidadField = value;
  1340.         }
  1341.     }
  1342.  
  1343.     /// <remarks/>
  1344.     [System.Xml.Serialization.XmlAttributeAttribute()]
  1345.     public string unidad
  1346.     {
  1347.         get
  1348.         {
  1349.             return this.unidadField;
  1350.         }
  1351.         set
  1352.         {
  1353.             this.unidadField = value;
  1354.         }
  1355.     }
  1356.  
  1357.     /// <remarks/>
  1358.     [System.Xml.Serialization.XmlAttributeAttribute()]
  1359.     public string noIdentificacion
  1360.     {
  1361.         get
  1362.         {
  1363.             return this.noIdentificacionField;
  1364.         }
  1365.         set
  1366.         {
  1367.             this.noIdentificacionField = value;
  1368.         }
  1369.     }
  1370.  
  1371.     /// <remarks/>
  1372.     [System.Xml.Serialization.XmlAttributeAttribute()]
  1373.     public string descripcion
  1374.     {
  1375.         get
  1376.         {
  1377.             return this.descripcionField;
  1378.         }
  1379.         set
  1380.         {
  1381.             this.descripcionField = value;
  1382.         }
  1383.     }
  1384.  
  1385.     /// <remarks/>
  1386.     [System.Xml.Serialization.XmlAttributeAttribute()]
  1387.     public decimal valorUnitario
  1388.     {
  1389.         get
  1390.         {
  1391.             return this.valorUnitarioField;
  1392.         }
  1393.         set
  1394.         {
  1395.             this.valorUnitarioField = value;
  1396.         }
  1397.     }
  1398.  
  1399.     /// <remarks/>
  1400.     [System.Xml.Serialization.XmlIgnoreAttribute()]
  1401.     public bool valorUnitarioSpecified
  1402.     {
  1403.         get
  1404.         {
  1405.             return this.valorUnitarioFieldSpecified;
  1406.         }
  1407.         set
  1408.         {
  1409.             this.valorUnitarioFieldSpecified = value;
  1410.         }
  1411.     }
  1412.  
  1413.     /// <remarks/>
  1414.     [System.Xml.Serialization.XmlAttributeAttribute()]
  1415.     public decimal importe
  1416.     {
  1417.         get
  1418.         {
  1419.             return this.importeField;
  1420.         }
  1421.         set
  1422.         {
  1423.             this.importeField = value;
  1424.         }
  1425.     }
  1426.  
  1427.     /// <remarks/>
  1428.     [System.Xml.Serialization.XmlIgnoreAttribute()]
  1429.     public bool importeSpecified
  1430.     {
  1431.         get
  1432.         {
  1433.             return this.importeFieldSpecified;
  1434.         }
  1435.         set
  1436.         {
  1437.             this.importeFieldSpecified = value;
  1438.         }
  1439.     }
  1440. }
  1441.  
  1442. /// <remarks/>
  1443. [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
  1444. [System.SerializableAttribute()]
  1445. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1446. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1447. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "http://www.sat.gob.mx/cfd/3")]
  1448. public partial class ComprobanteImpuestos
  1449. {
  1450.  
  1451.     private ComprobanteImpuestosRetencion[] retencionesField;
  1452.  
  1453.     private ComprobanteImpuestosTraslado[] trasladosField;
  1454.  
  1455.     private decimal totalImpuestosRetenidosField;
  1456.  
  1457.     private bool totalImpuestosRetenidosFieldSpecified;
  1458.  
  1459.     private decimal totalImpuestosTrasladadosField;
  1460.  
  1461.     private bool totalImpuestosTrasladadosFieldSpecified;
  1462.  
  1463.     /// <remarks/>
  1464.     [System.Xml.Serialization.XmlArrayItemAttribute("Retencion", IsNullable = false)]
  1465.     public ComprobanteImpuestosRetencion[] Retenciones
  1466.     {
  1467.         get
  1468.         {
  1469.             return this.retencionesField;
  1470.         }
  1471.         set
  1472.         {
  1473.             this.retencionesField = value;
  1474.         }
  1475.     }
  1476.  
  1477.     /// <remarks/>
  1478.     [System.Xml.Serialization.XmlArrayItemAttribute("Traslado", IsNullable = false)]
  1479.     public ComprobanteImpuestosTraslado[] Traslados
  1480.     {
  1481.         get
  1482.         {
  1483.             return this.trasladosField;
  1484.         }
  1485.         set
  1486.         {
  1487.             this.trasladosField = value;
  1488.         }
  1489.     }
  1490.  
  1491.     /// <remarks/>
  1492.     [System.Xml.Serialization.XmlAttributeAttribute()]
  1493.     public decimal totalImpuestosRetenidos
  1494.     {
  1495.         get
  1496.         {
  1497.             return this.totalImpuestosRetenidosField;
  1498.         }
  1499.         set
  1500.         {
  1501.             this.totalImpuestosRetenidosField = value;
  1502.         }
  1503.     }
  1504.  
  1505.     /// <remarks/>
  1506.     [System.Xml.Serialization.XmlIgnoreAttribute()]
  1507.     public bool totalImpuestosRetenidosSpecified
  1508.     {
  1509.         get
  1510.         {
  1511.             return this.totalImpuestosRetenidosFieldSpecified;
  1512.         }
  1513.         set
  1514.         {
  1515.             this.totalImpuestosRetenidosFieldSpecified = value;
  1516.         }
  1517.     }
  1518.  
  1519.     /// <remarks/>
  1520.     [System.Xml.Serialization.XmlAttributeAttribute()]
  1521.     public decimal totalImpuestosTrasladados
  1522.     {
  1523.         get
  1524.         {
  1525.             return this.totalImpuestosTrasladadosField;
  1526.         }
  1527.         set
  1528.         {
  1529.             this.totalImpuestosTrasladadosField = value;
  1530.         }
  1531.     }
  1532.  
  1533.     /// <remarks/>
  1534.     [System.Xml.Serialization.XmlIgnoreAttribute()]
  1535.     public bool totalImpuestosTrasladadosSpecified
  1536.     {
  1537.         get
  1538.         {
  1539.             return this.totalImpuestosTrasladadosFieldSpecified;
  1540.         }
  1541.         set
  1542.         {
  1543.             this.totalImpuestosTrasladadosFieldSpecified = value;
  1544.         }
  1545.     }
  1546. }
  1547.  
  1548. /// <remarks/>
  1549. [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
  1550. [System.SerializableAttribute()]
  1551. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1552. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1553. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "http://www.sat.gob.mx/cfd/3")]
  1554. public partial class ComprobanteImpuestosRetencion
  1555. {
  1556.  
  1557.     private ComprobanteImpuestosRetencionImpuesto impuestoField;
  1558.  
  1559.     private decimal importeField;
  1560.  
  1561.     /// <remarks/>
  1562.     [System.Xml.Serialization.XmlAttributeAttribute()]
  1563.     public ComprobanteImpuestosRetencionImpuesto impuesto
  1564.     {
  1565.         get
  1566.         {
  1567.             return this.impuestoField;
  1568.         }
  1569.         set
  1570.         {
  1571.             this.impuestoField = value;
  1572.         }
  1573.     }
  1574.  
  1575.     /// <remarks/>
  1576.     [System.Xml.Serialization.XmlAttributeAttribute()]
  1577.     public decimal importe
  1578.     {
  1579.         get
  1580.         {
  1581.             return this.importeField;
  1582.         }
  1583.         set
  1584.         {
  1585.             this.importeField = value;
  1586.         }
  1587.     }
  1588. }
  1589.  
  1590. /// <remarks/>
  1591. [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
  1592. [System.SerializableAttribute()]
  1593. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "http://www.sat.gob.mx/cfd/3")]
  1594. public enum ComprobanteImpuestosRetencionImpuesto
  1595. {
  1596.  
  1597.     /// <remarks/>
  1598.     ISR,
  1599.  
  1600.     /// <remarks/>
  1601.     IVA,
  1602. }
  1603.  
  1604. /// <remarks/>
  1605. [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
  1606. [System.SerializableAttribute()]
  1607. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1608. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1609. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "http://www.sat.gob.mx/cfd/3")]
  1610. public partial class ComprobanteImpuestosTraslado
  1611. {
  1612.  
  1613.     private ComprobanteImpuestosTrasladoImpuesto impuestoField;
  1614.  
  1615.     private decimal tasaField;
  1616.  
  1617.     private decimal importeField;
  1618.  
  1619.     /// <remarks/>
  1620.     [System.Xml.Serialization.XmlAttributeAttribute()]
  1621.     public ComprobanteImpuestosTrasladoImpuesto impuesto
  1622.     {
  1623.         get
  1624.         {
  1625.             return this.impuestoField;
  1626.         }
  1627.         set
  1628.         {
  1629.             this.impuestoField = value;
  1630.         }
  1631.     }
  1632.  
  1633.     /// <remarks/>
  1634.     [System.Xml.Serialization.XmlAttributeAttribute()]
  1635.     public decimal tasa
  1636.     {
  1637.         get
  1638.         {
  1639.             return this.tasaField;
  1640.         }
  1641.         set
  1642.         {
  1643.             this.tasaField = value;
  1644.         }
  1645.     }
  1646.  
  1647.     /// <remarks/>
  1648.     [System.Xml.Serialization.XmlAttributeAttribute()]
  1649.     public decimal importe
  1650.     {
  1651.         get
  1652.         {
  1653.             return this.importeField;
  1654.         }
  1655.         set
  1656.         {
  1657.             this.importeField = value;
  1658.         }
  1659.     }
  1660. }
  1661.  
  1662. /// <remarks/>
  1663. [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
  1664. [System.SerializableAttribute()]
  1665. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "http://www.sat.gob.mx/cfd/3")]
  1666. public enum ComprobanteImpuestosTrasladoImpuesto
  1667. {
  1668.  
  1669.     /// <remarks/>
  1670.     IVA,
  1671.  
  1672.     /// <remarks/>
  1673.     IEPS,
  1674. }
  1675.  
  1676. /// <remarks/>
  1677. [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
  1678. [System.SerializableAttribute()]
  1679. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1680. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1681. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "http://www.sat.gob.mx/cfd/3")]
  1682. public partial class ComprobanteComplemento
  1683. {
  1684.  
  1685.     private System.Xml.XmlElement[] anyField;
  1686.  
  1687.     /// <remarks/>
  1688.     [System.Xml.Serialization.XmlAnyElementAttribute()]
  1689.     public System.Xml.XmlElement[] Any
  1690.     {
  1691.         get
  1692.         {
  1693.             return this.anyField;
  1694.         }
  1695.         set
  1696.         {
  1697.             this.anyField = value;
  1698.         }
  1699.     }
  1700. }
  1701.  
  1702. /// <remarks/>
  1703. [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
  1704. [System.SerializableAttribute()]
  1705. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1706. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1707. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "http://www.sat.gob.mx/cfd/3")]
  1708. public partial class ComprobanteAddenda
  1709. {
  1710.  
  1711.     private System.Xml.XmlElement[] anyField;
  1712.  
  1713.     /// <remarks/>
  1714.     [System.Xml.Serialization.XmlAnyElementAttribute()]
  1715.     public System.Xml.XmlElement[] Any
  1716.     {
  1717.         get
  1718.         {
  1719.             return this.anyField;
  1720.         }
  1721.         set
  1722.         {
  1723.             this.anyField = value;
  1724.         }
  1725.     }
  1726. }
  1727.  
  1728. /// <remarks/>
  1729. [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]
  1730. [System.SerializableAttribute()]
  1731. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "http://www.sat.gob.mx/cfd/3")]
  1732. public enum ComprobanteTipoDeComprobante
  1733. {
  1734.  
  1735.     /// <remarks/>
  1736.     ingreso,
  1737.  
  1738.     /// <remarks/>
  1739.     egreso,
  1740.  
  1741.     /// <remarks/>
  1742.     traslado,
  1743. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement