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="TasaoCuota" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <fractionDigits value="6"/> <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"/> <minInclusive value="0.01"/> <pattern value="[0-9]{1,14}(.([0-9]{1,2}))"/> </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"/> <minInclusive value="2015-01-01T00:00:00"/> <pattern value="([0-9]{4})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9])"/> </restriction> </simpleType> </attribute> <attribute name="Rfc" use="required" type="{http://www.sat.gob.mx/EstadoDeCuentaCombustible}t_RFC" /> <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="TAR" type="{http://www.sat.gob.mx/EstadoDeCuentaCombustible}c_TAR" /> <attribute name="Cantidad" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <minInclusive value="0.001"/> <fractionDigits value="3"/> <whiteSpace value="collapse"/> <pattern value="[0-9]{1,14}(.([0-9]{1,3}))"/> </restriction> </simpleType> </attribute> <attribute name="NoIdentificacion" use="required" type="{http://www.sat.gob.mx/EstadoDeCuentaCombustible}c_claveProducto" /> <attribute name="Unidad"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <minLength value="1"/> <maxLength value="25"/> </restriction> </simpleType> </attribute> <attribute name="NombreCombustible" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <minLength value="1"/> <maxLength value="300"/> </restriction> </simpleType> </attribute> <attribute name="FolioOperacion" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <minLength value="1"/> <maxLength value="50"/> </restriction> </simpleType> </attribute> <attribute name="ValorUnitario" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <minInclusive value="0.001"/> <fractionDigits value="3"/> <whiteSpace value="collapse"/> <pattern value="[0-9]{1,14}(.([0-9]{1,3}))"/> </restriction> </simpleType> </attribute> <attribute name="Importe" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <fractionDigits value="2"/> <whiteSpace value="collapse"/> <pattern value="[0-9]{1,14}(.([0-9]{1,2}))"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible> |
conceptoEstadoDeCuentaCombustible |
Constructor and Description |
---|
Conceptos() |
Modifier and Type | Method and Description |
---|---|
List<EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible> |
getConceptoEstadoDeCuentaCombustible()
Gets the value of the conceptoEstadoDeCuentaCombustible property.
|
protected List<EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible> conceptoEstadoDeCuentaCombustible
public List<EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible> getConceptoEstadoDeCuentaCombustible()
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–2018. All rights reserved.