public static class EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible 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="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>
Modifier and Type | Class and Description |
---|---|
static class |
EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
cantidad |
protected String |
claveEstacion |
protected XMLGregorianCalendar |
fecha |
protected String |
folioOperacion |
protected String |
identificador |
protected BigDecimal |
importe |
protected String |
noIdentificacion |
protected String |
nombreCombustible |
protected String |
rfc |
protected String |
tar |
protected EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados |
traslados |
protected String |
unidad |
protected BigDecimal |
valorUnitario |
Constructor and Description |
---|
ConceptoEstadoDeCuentaCombustible() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getCantidad()
Gets the value of the cantidad property.
|
String |
getClaveEstacion()
Gets the value of the claveEstacion property.
|
XMLGregorianCalendar |
getFecha()
Gets the value of the fecha property.
|
String |
getFolioOperacion()
Gets the value of the folioOperacion property.
|
String |
getIdentificador()
Gets the value of the identificador property.
|
BigDecimal |
getImporte()
Gets the value of the importe property.
|
String |
getNoIdentificacion()
Gets the value of the noIdentificacion property.
|
String |
getNombreCombustible()
Gets the value of the nombreCombustible property.
|
String |
getRfc()
Gets the value of the rfc property.
|
String |
getTAR()
Gets the value of the tar property.
|
EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados |
getTraslados()
Gets the value of the traslados 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 |
setClaveEstacion(String value)
Sets the value of the claveEstacion property.
|
void |
setFecha(XMLGregorianCalendar value)
Sets the value of the fecha property.
|
void |
setFolioOperacion(String value)
Sets the value of the folioOperacion property.
|
void |
setIdentificador(String value)
Sets the value of the identificador property.
|
void |
setImporte(BigDecimal value)
Sets the value of the importe property.
|
void |
setNoIdentificacion(String value)
Sets the value of the noIdentificacion property.
|
void |
setNombreCombustible(String value)
Sets the value of the nombreCombustible property.
|
void |
setRfc(String value)
Sets the value of the rfc property.
|
void |
setTAR(String value)
Sets the value of the tar property.
|
void |
setTraslados(EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados value)
Sets the value of the traslados property.
|
void |
setUnidad(String value)
Sets the value of the unidad property.
|
void |
setValorUnitario(BigDecimal value)
Sets the value of the valorUnitario property.
|
protected EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados traslados
protected String identificador
protected XMLGregorianCalendar fecha
protected String rfc
protected String claveEstacion
protected String tar
protected BigDecimal cantidad
protected String noIdentificacion
protected String unidad
protected String nombreCombustible
protected String folioOperacion
protected BigDecimal valorUnitario
protected BigDecimal importe
public EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados getTraslados()
EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados
public void setTraslados(EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados value)
value
- allowed object is
EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados
public String getIdentificador()
String
public void setIdentificador(String value)
value
- allowed object is
String
public XMLGregorianCalendar getFecha()
XMLGregorianCalendar
public void setFecha(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public String getRfc()
String
public void setRfc(String value)
value
- allowed object is
String
public String getClaveEstacion()
String
public void setClaveEstacion(String value)
value
- allowed object is
String
public String getTAR()
String
public void setTAR(String value)
value
- allowed object is
String
public BigDecimal getCantidad()
BigDecimal
public void setCantidad(BigDecimal value)
value
- allowed object is
BigDecimal
public String getNoIdentificacion()
String
public void setNoIdentificacion(String value)
value
- allowed object is
String
public String getUnidad()
String
public void setUnidad(String value)
value
- allowed object is
String
public String getNombreCombustible()
String
public void setNombreCombustible(String value)
value
- allowed object is
String
public String getFolioOperacion()
String
public void setFolioOperacion(String value)
value
- allowed object is
String
public BigDecimal getValorUnitario()
BigDecimal
public void setValorUnitario(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getImporte()
BigDecimal
public void setImporte(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.