mx.bigdata.sat.cfd.v22.schema
Class Comprobante.Conceptos
java.lang.Object
mx.bigdata.sat.cfd.v22.schema.Comprobante.Conceptos
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Comprobante
public static class Comprobante.Conceptos
- 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="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/2}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/2}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/2}t_Importe" />
<attribute name="importe" type="{http://www.sat.gob.mx/cfd/2}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/2}t_Importe" />
<attribute name="importe" use="required" type="{http://www.sat.gob.mx/cfd/2}t_Importe" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
concepto
protected List<Comprobante.Conceptos.Concepto> concepto
Comprobante.Conceptos
public Comprobante.Conceptos()
getConcepto
public List<Comprobante.Conceptos.Concepto> getConcepto()
- Gets the value of the concepto 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 concepto property.
For example, to add a new item, do as follows:
getConcepto().add(newItem);
Objects of the following type(s) are allowed in the list
Comprobante.Conceptos.Concepto
Copyright © 2010-2013. All Rights Reserved.