|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.common.ecc.schema.EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible
public static class EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible
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="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>
| Nested Class Summary | |
|---|---|
static class |
EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected BigDecimal |
cantidad
|
protected String |
claveEstacion
|
protected XMLGregorianCalendar |
fecha
|
protected String |
folioOperacion
|
protected String |
identificador
|
protected BigDecimal |
importe
|
protected String |
nombreCombustible
|
protected String |
rfc
|
protected EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados |
traslados
|
protected BigDecimal |
valorUnitario
|
| Constructor Summary | |
|---|---|
EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible()
|
|
| Method Summary | |
|---|---|
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 |
getNombreCombustible()
Gets the value of the nombreCombustible property. |
String |
getRfc()
Gets the value of the rfc property. |
EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados |
getTraslados()
Gets the value of the traslados 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 |
setNombreCombustible(String value)
Sets the value of the nombreCombustible property. |
void |
setRfc(String value)
Sets the value of the rfc property. |
void |
setTraslados(EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados value)
Sets the value of the traslados 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 |
|---|
protected EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados traslados
protected String identificador
protected XMLGregorianCalendar fecha
protected String rfc
protected String claveEstacion
protected BigDecimal cantidad
protected String nombreCombustible
protected String folioOperacion
protected BigDecimal valorUnitario
protected BigDecimal importe
| Constructor Detail |
|---|
public EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible()
| Method Detail |
|---|
public EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados getTraslados()
EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Trasladospublic void setTraslados(EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados value)
value - allowed object is
EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Trasladospublic String getIdentificador()
Stringpublic void setIdentificador(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getFecha()
XMLGregorianCalendarpublic void setFecha(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getRfc()
Stringpublic void setRfc(String value)
value - allowed object is
Stringpublic String getClaveEstacion()
Stringpublic void setClaveEstacion(String value)
value - allowed object is
Stringpublic BigDecimal getCantidad()
BigDecimalpublic void setCantidad(BigDecimal value)
value - allowed object is
BigDecimalpublic String getNombreCombustible()
Stringpublic void setNombreCombustible(String value)
value - allowed object is
Stringpublic String getFolioOperacion()
Stringpublic void setFolioOperacion(String value)
value - allowed object is
Stringpublic BigDecimal getValorUnitario()
BigDecimalpublic void setValorUnitario(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getImporte()
BigDecimalpublic void setImporte(BigDecimal value)
value - allowed object is
BigDecimal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||