mx.bigdata.sat.cfdi.schema
Class Comprobante

java.lang.Object
  extended by mx.bigdata.sat.cfdi.schema.Comprobante
All Implemented Interfaces:
Serializable

public class Comprobante
extends Object
implements Serializable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Emisor">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="DomicilioFiscal" type="{http://www.sat.gob.mx/cfd/3}t_UbicacionFiscal"/>
                   <element name="ExpedidoEn" type="{http://www.sat.gob.mx/cfd/3}t_Ubicacion" minOccurs="0"/>
                 </sequence>
                 <attribute name="rfc" use="required" type="{http://www.sat.gob.mx/cfd/3}t_RFC" />
                 <attribute name="nombre" use="required">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <minLength value="1"/>
                       <whiteSpace value="collapse"/>
                     </restriction>
                   </simpleType>
                 </attribute>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="Receptor">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Domicilio" type="{http://www.sat.gob.mx/cfd/3}t_Ubicacion" minOccurs="0"/>
                 </sequence>
                 <attribute name="rfc" use="required" type="{http://www.sat.gob.mx/cfd/3}t_RFC" />
                 <attribute name="nombre">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <minLength value="1"/>
                       <whiteSpace value="collapse"/>
                     </restriction>
                   </simpleType>
                 </attribute>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="Conceptos">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Concepto" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <choice minOccurs="0">
                             <element name="InformacionAduanera" type="{http://www.sat.gob.mx/cfd/3}t_InformacionAduanera" maxOccurs="unbounded" minOccurs="0"/>
                             <element name="CuentaPredial" minOccurs="0">
                               <complexType>
                                 <complexContent>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                     <attribute name="numero" use="required">
                                       <simpleType>
                                         <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                           <whiteSpace value="collapse"/>
                                           <minLength value="1"/>
                                         </restriction>
                                       </simpleType>
                                     </attribute>
                                   </restriction>
                                 </complexContent>
                               </complexType>
                             </element>
                             <element name="ComplementoConcepto" minOccurs="0">
                               <complexType>
                                 <complexContent>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                     <sequence>
                                       <any maxOccurs="unbounded" minOccurs="0"/>
                                     </sequence>
                                   </restriction>
                                 </complexContent>
                               </complexType>
                             </element>
                             <element name="Parte" maxOccurs="unbounded" minOccurs="0">
                               <complexType>
                                 <complexContent>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                     <sequence>
                                       <element name="InformacionAduanera" type="{http://www.sat.gob.mx/cfd/3}t_InformacionAduanera" maxOccurs="unbounded" minOccurs="0"/>
                                     </sequence>
                                     <attribute name="cantidad" use="required">
                                       <simpleType>
                                         <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
                                           <whiteSpace value="collapse"/>
                                         </restriction>
                                       </simpleType>
                                     </attribute>
                                     <attribute name="unidad">
                                       <simpleType>
                                         <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                           <whiteSpace value="collapse"/>
                                           <minLength value="1"/>
                                         </restriction>
                                       </simpleType>
                                     </attribute>
                                     <attribute name="noIdentificacion">
                                       <simpleType>
                                         <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                           <minLength value="1"/>
                                           <whiteSpace value="collapse"/>
                                         </restriction>
                                       </simpleType>
                                     </attribute>
                                     <attribute name="descripcion" use="required">
                                       <simpleType>
                                         <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                           <minLength value="1"/>
                                           <whiteSpace value="collapse"/>
                                         </restriction>
                                       </simpleType>
                                     </attribute>
                                     <attribute name="valorUnitario" type="{http://www.sat.gob.mx/cfd/3}t_Importe" />
                                     <attribute name="importe" type="{http://www.sat.gob.mx/cfd/3}t_Importe" />
                                   </restriction>
                                 </complexContent>
                               </complexType>
                             </element>
                           </choice>
                           <attribute name="cantidad" use="required">
                             <simpleType>
                               <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
                                 <whiteSpace value="collapse"/>
                               </restriction>
                             </simpleType>
                           </attribute>
                           <attribute name="unidad">
                             <simpleType>
                               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                 <whiteSpace value="collapse"/>
                                 <minLength value="1"/>
                               </restriction>
                             </simpleType>
                           </attribute>
                           <attribute name="noIdentificacion">
                             <simpleType>
                               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                 <minLength value="1"/>
                                 <whiteSpace value="collapse"/>
                               </restriction>
                             </simpleType>
                           </attribute>
                           <attribute name="descripcion" use="required">
                             <simpleType>
                               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                 <minLength value="1"/>
                                 <whiteSpace value="collapse"/>
                               </restriction>
                             </simpleType>
                           </attribute>
                           <attribute name="valorUnitario" use="required" type="{http://www.sat.gob.mx/cfd/3}t_Importe" />
                           <attribute name="importe" use="required" type="{http://www.sat.gob.mx/cfd/3}t_Importe" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="Impuestos">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Retenciones" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="Retencion" maxOccurs="unbounded">
                               <complexType>
                                 <complexContent>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                     <attribute name="impuesto" use="required">
                                       <simpleType>
                                         <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                           <whiteSpace value="collapse"/>
                                           <enumeration value="ISR"/>
                                           <enumeration value="IVA"/>
                                         </restriction>
                                       </simpleType>
                                     </attribute>
                                     <attribute name="importe" use="required" type="{http://www.sat.gob.mx/cfd/3}t_Importe" />
                                   </restriction>
                                 </complexContent>
                               </complexType>
                             </element>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="Traslados" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="Traslado" maxOccurs="unbounded">
                               <complexType>
                                 <complexContent>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                     <attribute name="impuesto" use="required">
                                       <simpleType>
                                         <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                           <whiteSpace value="collapse"/>
                                           <enumeration value="IVA"/>
                                           <enumeration value="IEPS"/>
                                         </restriction>
                                       </simpleType>
                                     </attribute>
                                     <attribute name="tasa" use="required" type="{http://www.sat.gob.mx/cfd/3}t_Importe" />
                                     <attribute name="importe" use="required" type="{http://www.sat.gob.mx/cfd/3}t_Importe" />
                                   </restriction>
                                 </complexContent>
                               </complexType>
                             </element>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
                 <attribute name="totalImpuestosRetenidos" type="{http://www.sat.gob.mx/cfd/3}t_Importe" />
                 <attribute name="totalImpuestosTrasladados" type="{http://www.sat.gob.mx/cfd/3}t_Importe" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="Complemento" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="Addenda" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="version" use="required" fixed="3.0">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="serie">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <minLength value="1"/>
             <maxLength value="25"/>
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="folio">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <minLength value="1"/>
             <maxLength value="20"/>
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="fecha" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}dateTime">
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="sello" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="formaDePago" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="noCertificado" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <length value="20"/>
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="certificado" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="condicionesDePago">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <whiteSpace value="collapse"/>
             <minLength value="1"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="subTotal" use="required" type="{http://www.sat.gob.mx/cfd/3}t_Importe" />
       <attribute name="descuento" type="{http://www.sat.gob.mx/cfd/3}t_Importe" />
       <attribute name="motivoDescuento">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <minLength value="1"/>
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="TipoCambio" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Moneda" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="total" use="required" type="{http://www.sat.gob.mx/cfd/3}t_Importe" />
       <attribute name="metodoDePago">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <minLength value="1"/>
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="tipoDeComprobante" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="ingreso"/>
             <enumeration value="egreso"/>
             <enumeration value="traslado"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class Comprobante.Addenda
          Java class for anonymous complex type.
static class Comprobante.Complemento
          Java class for anonymous complex type.
static class Comprobante.Conceptos
          Java class for anonymous complex type.
static class Comprobante.Emisor
          Java class for anonymous complex type.
static class Comprobante.Impuestos
          Java class for anonymous complex type.
static class Comprobante.Receptor
          Java class for anonymous complex type.
 
Field Summary
protected  Comprobante.Addenda addenda
           
protected  String certificado
           
protected  Comprobante.Complemento complemento
           
protected  Comprobante.Conceptos conceptos
           
protected  String condicionesDePago
           
protected  BigDecimal descuento
           
protected  Comprobante.Emisor emisor
           
protected  Date fecha
           
protected  String folio
           
protected  String formaDePago
           
protected  Comprobante.Impuestos impuestos
           
protected  String metodoDePago
           
protected  String moneda
           
protected  String motivoDescuento
           
protected  String noCertificado
           
protected  Comprobante.Receptor receptor
           
protected  String sello
           
protected  String serie
           
protected  BigDecimal subTotal
           
protected  String tipoCambio
           
protected  String tipoDeComprobante
           
protected  BigDecimal total
           
protected  String version
           
 
Constructor Summary
Comprobante()
           
 
Method Summary
 Comprobante.Addenda getAddenda()
          Gets the value of the addenda property.
 String getCertificado()
          Gets the value of the certificado property.
 Comprobante.Complemento getComplemento()
          Gets the value of the complemento property.
 Comprobante.Conceptos getConceptos()
          Gets the value of the conceptos property.
 String getCondicionesDePago()
          Gets the value of the condicionesDePago property.
 BigDecimal getDescuento()
          Gets the value of the descuento property.
 Comprobante.Emisor getEmisor()
          Gets the value of the emisor property.
 Date getFecha()
          Gets the value of the fecha property.
 String getFolio()
          Gets the value of the folio property.
 String getFormaDePago()
          Gets the value of the formaDePago property.
 Comprobante.Impuestos getImpuestos()
          Gets the value of the impuestos property.
 String getMetodoDePago()
          Gets the value of the metodoDePago property.
 String getMoneda()
          Gets the value of the moneda property.
 String getMotivoDescuento()
          Gets the value of the motivoDescuento property.
 String getNoCertificado()
          Gets the value of the noCertificado property.
 Comprobante.Receptor getReceptor()
          Gets the value of the receptor property.
 String getSello()
          Gets the value of the sello property.
 String getSerie()
          Gets the value of the serie property.
 BigDecimal getSubTotal()
          Gets the value of the subTotal property.
 String getTipoCambio()
          Gets the value of the tipoCambio property.
 String getTipoDeComprobante()
          Gets the value of the tipoDeComprobante property.
 BigDecimal getTotal()
          Gets the value of the total property.
 String getVersion()
          Gets the value of the version property.
 void setAddenda(Comprobante.Addenda value)
          Sets the value of the addenda property.
 void setCertificado(String value)
          Sets the value of the certificado property.
 void setComplemento(Comprobante.Complemento value)
          Sets the value of the complemento property.
 void setConceptos(Comprobante.Conceptos value)
          Sets the value of the conceptos property.
 void setCondicionesDePago(String value)
          Sets the value of the condicionesDePago property.
 void setDescuento(BigDecimal value)
          Sets the value of the descuento property.
 void setEmisor(Comprobante.Emisor value)
          Sets the value of the emisor property.
 void setFecha(Date value)
          Sets the value of the fecha property.
 void setFolio(String value)
          Sets the value of the folio property.
 void setFormaDePago(String value)
          Sets the value of the formaDePago property.
 void setImpuestos(Comprobante.Impuestos value)
          Sets the value of the impuestos property.
 void setMetodoDePago(String value)
          Sets the value of the metodoDePago property.
 void setMoneda(String value)
          Sets the value of the moneda property.
 void setMotivoDescuento(String value)
          Sets the value of the motivoDescuento property.
 void setNoCertificado(String value)
          Sets the value of the noCertificado property.
 void setReceptor(Comprobante.Receptor value)
          Sets the value of the receptor property.
 void setSello(String value)
          Sets the value of the sello property.
 void setSerie(String value)
          Sets the value of the serie property.
 void setSubTotal(BigDecimal value)
          Sets the value of the subTotal property.
 void setTipoCambio(String value)
          Sets the value of the tipoCambio property.
 void setTipoDeComprobante(String value)
          Sets the value of the tipoDeComprobante property.
 void setTotal(BigDecimal value)
          Sets the value of the total property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

emisor

protected Comprobante.Emisor emisor

receptor

protected Comprobante.Receptor receptor

conceptos

protected Comprobante.Conceptos conceptos

impuestos

protected Comprobante.Impuestos impuestos

complemento

protected Comprobante.Complemento complemento

addenda

protected Comprobante.Addenda addenda

version

protected String version

serie

protected String serie

folio

protected String folio

fecha

protected Date fecha

sello

protected String sello

formaDePago

protected String formaDePago

noCertificado

protected String noCertificado

certificado

protected String certificado

condicionesDePago

protected String condicionesDePago

subTotal

protected BigDecimal subTotal

descuento

protected BigDecimal descuento

motivoDescuento

protected String motivoDescuento

tipoCambio

protected String tipoCambio

moneda

protected String moneda

total

protected BigDecimal total

metodoDePago

protected String metodoDePago

tipoDeComprobante

protected String tipoDeComprobante
Constructor Detail

Comprobante

public Comprobante()
Method Detail

getEmisor

public Comprobante.Emisor getEmisor()
Gets the value of the emisor property.

Returns:
possible object is Comprobante.Emisor

setEmisor

public void setEmisor(Comprobante.Emisor value)
Sets the value of the emisor property.

Parameters:
value - allowed object is Comprobante.Emisor

getReceptor

public Comprobante.Receptor getReceptor()
Gets the value of the receptor property.

Returns:
possible object is Comprobante.Receptor

setReceptor

public void setReceptor(Comprobante.Receptor value)
Sets the value of the receptor property.

Parameters:
value - allowed object is Comprobante.Receptor

getConceptos

public Comprobante.Conceptos getConceptos()
Gets the value of the conceptos property.

Returns:
possible object is Comprobante.Conceptos

setConceptos

public void setConceptos(Comprobante.Conceptos value)
Sets the value of the conceptos property.

Parameters:
value - allowed object is Comprobante.Conceptos

getImpuestos

public Comprobante.Impuestos getImpuestos()
Gets the value of the impuestos property.

Returns:
possible object is Comprobante.Impuestos

setImpuestos

public void setImpuestos(Comprobante.Impuestos value)
Sets the value of the impuestos property.

Parameters:
value - allowed object is Comprobante.Impuestos

getComplemento

public Comprobante.Complemento getComplemento()
Gets the value of the complemento property.

Returns:
possible object is Comprobante.Complemento

setComplemento

public void setComplemento(Comprobante.Complemento value)
Sets the value of the complemento property.

Parameters:
value - allowed object is Comprobante.Complemento

getAddenda

public Comprobante.Addenda getAddenda()
Gets the value of the addenda property.

Returns:
possible object is Comprobante.Addenda

setAddenda

public void setAddenda(Comprobante.Addenda value)
Sets the value of the addenda property.

Parameters:
value - allowed object is Comprobante.Addenda

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getSerie

public String getSerie()
Gets the value of the serie property.

Returns:
possible object is String

setSerie

public void setSerie(String value)
Sets the value of the serie property.

Parameters:
value - allowed object is String

getFolio

public String getFolio()
Gets the value of the folio property.

Returns:
possible object is String

setFolio

public void setFolio(String value)
Sets the value of the folio property.

Parameters:
value - allowed object is String

getFecha

public Date getFecha()
Gets the value of the fecha property.

Returns:
possible object is String

setFecha

public void setFecha(Date value)
Sets the value of the fecha property.

Parameters:
value - allowed object is String

getSello

public String getSello()
Gets the value of the sello property.

Returns:
possible object is String

setSello

public void setSello(String value)
Sets the value of the sello property.

Parameters:
value - allowed object is String

getFormaDePago

public String getFormaDePago()
Gets the value of the formaDePago property.

Returns:
possible object is String

setFormaDePago

public void setFormaDePago(String value)
Sets the value of the formaDePago property.

Parameters:
value - allowed object is String

getNoCertificado

public String getNoCertificado()
Gets the value of the noCertificado property.

Returns:
possible object is String

setNoCertificado

public void setNoCertificado(String value)
Sets the value of the noCertificado property.

Parameters:
value - allowed object is String

getCertificado

public String getCertificado()
Gets the value of the certificado property.

Returns:
possible object is String

setCertificado

public void setCertificado(String value)
Sets the value of the certificado property.

Parameters:
value - allowed object is String

getCondicionesDePago

public String getCondicionesDePago()
Gets the value of the condicionesDePago property.

Returns:
possible object is String

setCondicionesDePago

public void setCondicionesDePago(String value)
Sets the value of the condicionesDePago property.

Parameters:
value - allowed object is String

getSubTotal

public BigDecimal getSubTotal()
Gets the value of the subTotal property.

Returns:
possible object is BigDecimal

setSubTotal

public void setSubTotal(BigDecimal value)
Sets the value of the subTotal property.

Parameters:
value - allowed object is BigDecimal

getDescuento

public BigDecimal getDescuento()
Gets the value of the descuento property.

Returns:
possible object is BigDecimal

setDescuento

public void setDescuento(BigDecimal value)
Sets the value of the descuento property.

Parameters:
value - allowed object is BigDecimal

getMotivoDescuento

public String getMotivoDescuento()
Gets the value of the motivoDescuento property.

Returns:
possible object is String

setMotivoDescuento

public void setMotivoDescuento(String value)
Sets the value of the motivoDescuento property.

Parameters:
value - allowed object is String

getTipoCambio

public String getTipoCambio()
Gets the value of the tipoCambio property.

Returns:
possible object is String

setTipoCambio

public void setTipoCambio(String value)
Sets the value of the tipoCambio property.

Parameters:
value - allowed object is String

getMoneda

public String getMoneda()
Gets the value of the moneda property.

Returns:
possible object is String

setMoneda

public void setMoneda(String value)
Sets the value of the moneda property.

Parameters:
value - allowed object is String

getTotal

public BigDecimal getTotal()
Gets the value of the total property.

Returns:
possible object is BigDecimal

setTotal

public void setTotal(BigDecimal value)
Sets the value of the total property.

Parameters:
value - allowed object is BigDecimal

getMetodoDePago

public String getMetodoDePago()
Gets the value of the metodoDePago property.

Returns:
possible object is String

setMetodoDePago

public void setMetodoDePago(String value)
Sets the value of the metodoDePago property.

Parameters:
value - allowed object is String

getTipoDeComprobante

public String getTipoDeComprobante()
Gets the value of the tipoDeComprobante property.

Returns:
possible object is String

setTipoDeComprobante

public void setTipoDeComprobante(String value)
Sets the value of the tipoDeComprobante property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.