mx.bigdata.sat.common.ecc.schema
Class EstadoDeCuentaCombustible.Conceptos
java.lang.Object
mx.bigdata.sat.common.ecc.schema.EstadoDeCuentaCombustible.Conceptos
- Enclosing class:
- EstadoDeCuentaCombustible
public static class EstadoDeCuentaCombustible.Conceptos
- extends Object
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="ConceptoEstadoDeCuentaCombustible" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Traslados">
<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">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<fractionDigits value="2"/>
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</attribute>
<attribute name="importe" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<fractionDigits value="2"/>
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="identificador" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<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="rfc" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="12"/>
<maxLength value="13"/>
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</attribute>
<attribute name="claveEstacion" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
<minLength value="1"/>
<maxLength value="10"/>
</restriction>
</simpleType>
</attribute>
<attribute name="cantidad" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</attribute>
<attribute name="nombreCombustible" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
<minLength value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="folioOperacion" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
<minLength value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="valorUnitario" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<whiteSpace value="collapse"/>
<fractionDigits value="2"/>
</restriction>
</simpleType>
</attribute>
<attribute name="importe" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<fractionDigits value="2"/>
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
conceptoEstadoDeCuentaCombustible
protected List<EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible> conceptoEstadoDeCuentaCombustible
EstadoDeCuentaCombustible.Conceptos
public EstadoDeCuentaCombustible.Conceptos()
getConceptoEstadoDeCuentaCombustible
public List<EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible> getConceptoEstadoDeCuentaCombustible()
- Gets the value of the conceptoEstadoDeCuentaCombustible 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 conceptoEstadoDeCuentaCombustible property.
For example, to add a new item, do as follows:
getConceptoEstadoDeCuentaCombustible().add(newItem);
Objects of the following type(s) are allowed in the list
EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible
Copyright © 2010-2013. All Rights Reserved.