mx.bigdata.sat.cfdi.v32.schema
Class Comprobante.Conceptos.Concepto

java.lang.Object
  extended by mx.bigdata.sat.cfdi.v32.schema.Comprobante.Conceptos.Concepto
All Implemented Interfaces:
Serializable
Enclosing class:
Comprobante.Conceptos

public static class Comprobante.Conceptos.Concepto
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">
       <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" use="required">
         <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>
 

See Also:
Serialized Form

Nested Class Summary
static class Comprobante.Conceptos.Concepto.ComplementoConcepto
          Java class for anonymous complex type.
static class Comprobante.Conceptos.Concepto.CuentaPredial
          Java class for anonymous complex type.
static class Comprobante.Conceptos.Concepto.Parte
          Java class for anonymous complex type.
 
Field Summary
protected  BigDecimal cantidad
           
protected  Comprobante.Conceptos.Concepto.ComplementoConcepto complementoConcepto
           
protected  Comprobante.Conceptos.Concepto.CuentaPredial cuentaPredial
           
protected  String descripcion
           
protected  BigDecimal importe
           
protected  List<TInformacionAduanera> informacionAduanera
           
protected  String noIdentificacion
           
protected  List<Comprobante.Conceptos.Concepto.Parte> parte
           
protected  String unidad
           
protected  BigDecimal valorUnitario
           
 
Constructor Summary
Comprobante.Conceptos.Concepto()
           
 
Method Summary
 BigDecimal getCantidad()
          Gets the value of the cantidad property.
 Comprobante.Conceptos.Concepto.ComplementoConcepto getComplementoConcepto()
          Gets the value of the complementoConcepto property.
 Comprobante.Conceptos.Concepto.CuentaPredial getCuentaPredial()
          Gets the value of the cuentaPredial property.
 String getDescripcion()
          Gets the value of the descripcion property.
 BigDecimal getImporte()
          Gets the value of the importe property.
 List<TInformacionAduanera> getInformacionAduanera()
          Gets the value of the informacionAduanera property.
 String getNoIdentificacion()
          Gets the value of the noIdentificacion property.
 List<Comprobante.Conceptos.Concepto.Parte> getParte()
          Gets the value of the parte property.
 String getUnidad()
          Gets the value of the unidad property.
 BigDecimal getValorUnitario()
          Gets the value of the valorUnitario property.
 void setCantidad(BigDecimal value)
          Sets the value of the cantidad property.
 void setComplementoConcepto(Comprobante.Conceptos.Concepto.ComplementoConcepto value)
          Sets the value of the complementoConcepto property.
 void setCuentaPredial(Comprobante.Conceptos.Concepto.CuentaPredial value)
          Sets the value of the cuentaPredial property.
 void setDescripcion(String value)
          Sets the value of the descripcion property.
 void setImporte(BigDecimal value)
          Sets the value of the importe property.
 void setNoIdentificacion(String value)
          Sets the value of the noIdentificacion property.
 void setUnidad(String value)
          Sets the value of the unidad property.
 void setValorUnitario(BigDecimal value)
          Sets the value of the valorUnitario property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

informacionAduanera

protected List<TInformacionAduanera> informacionAduanera

cuentaPredial

protected Comprobante.Conceptos.Concepto.CuentaPredial cuentaPredial

complementoConcepto

protected Comprobante.Conceptos.Concepto.ComplementoConcepto complementoConcepto

parte

protected List<Comprobante.Conceptos.Concepto.Parte> parte

cantidad

protected BigDecimal cantidad

unidad

protected String unidad

noIdentificacion

protected String noIdentificacion

descripcion

protected String descripcion

valorUnitario

protected BigDecimal valorUnitario

importe

protected BigDecimal importe
Constructor Detail

Comprobante.Conceptos.Concepto

public Comprobante.Conceptos.Concepto()
Method Detail

getInformacionAduanera

public List<TInformacionAduanera> getInformacionAduanera()
Gets the value of the informacionAduanera property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the informacionAduanera property.

For example, to add a new item, do as follows:

    getInformacionAduanera().add(newItem);
 

Objects of the following type(s) are allowed in the list TInformacionAduanera


getCuentaPredial

public Comprobante.Conceptos.Concepto.CuentaPredial getCuentaPredial()
Gets the value of the cuentaPredial property.

Returns:
possible object is Comprobante.Conceptos.Concepto.CuentaPredial

setCuentaPredial

public void setCuentaPredial(Comprobante.Conceptos.Concepto.CuentaPredial value)
Sets the value of the cuentaPredial property.

Parameters:
value - allowed object is Comprobante.Conceptos.Concepto.CuentaPredial

getComplementoConcepto

public Comprobante.Conceptos.Concepto.ComplementoConcepto getComplementoConcepto()
Gets the value of the complementoConcepto property.

Returns:
possible object is Comprobante.Conceptos.Concepto.ComplementoConcepto

setComplementoConcepto

public void setComplementoConcepto(Comprobante.Conceptos.Concepto.ComplementoConcepto value)
Sets the value of the complementoConcepto property.

Parameters:
value - allowed object is Comprobante.Conceptos.Concepto.ComplementoConcepto

getParte

public List<Comprobante.Conceptos.Concepto.Parte> getParte()
Gets the value of the parte property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the parte property.

For example, to add a new item, do as follows:

    getParte().add(newItem);
 

Objects of the following type(s) are allowed in the list Comprobante.Conceptos.Concepto.Parte


getCantidad

public BigDecimal getCantidad()
Gets the value of the cantidad property.

Returns:
possible object is BigDecimal

setCantidad

public void setCantidad(BigDecimal value)
Sets the value of the cantidad property.

Parameters:
value - allowed object is BigDecimal

getUnidad

public String getUnidad()
Gets the value of the unidad property.

Returns:
possible object is String

setUnidad

public void setUnidad(String value)
Sets the value of the unidad property.

Parameters:
value - allowed object is String

getNoIdentificacion

public String getNoIdentificacion()
Gets the value of the noIdentificacion property.

Returns:
possible object is String

setNoIdentificacion

public void setNoIdentificacion(String value)
Sets the value of the noIdentificacion property.

Parameters:
value - allowed object is String

getDescripcion

public String getDescripcion()
Gets the value of the descripcion property.

Returns:
possible object is String

setDescripcion

public void setDescripcion(String value)
Sets the value of the descripcion property.

Parameters:
value - allowed object is String

getValorUnitario

public BigDecimal getValorUnitario()
Gets the value of the valorUnitario property.

Returns:
possible object is BigDecimal

setValorUnitario

public void setValorUnitario(BigDecimal value)
Sets the value of the valorUnitario property.

Parameters:
value - allowed object is BigDecimal

getImporte

public BigDecimal getImporte()
Gets the value of the importe property.

Returns:
possible object is BigDecimal

setImporte

public void setImporte(BigDecimal value)
Sets the value of the importe property.

Parameters:
value - allowed object is BigDecimal


Copyright © 2010-2013. All Rights Reserved.