public static class ConsumoDeCombustibles.Conceptos.ConceptoConsumoDeCombustibles.Determinados 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="Determinado" 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>
Modifier and Type | Class and Description |
---|---|
static class |
ConsumoDeCombustibles.Conceptos.ConceptoConsumoDeCombustibles.Determinados.Determinado
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<ConsumoDeCombustibles.Conceptos.ConceptoConsumoDeCombustibles.Determinados.Determinado> |
determinado |
Constructor and Description |
---|
Determinados() |
Modifier and Type | Method and Description |
---|---|
List<ConsumoDeCombustibles.Conceptos.ConceptoConsumoDeCombustibles.Determinados.Determinado> |
getDeterminado()
Gets the value of the determinado property.
|
protected List<ConsumoDeCombustibles.Conceptos.ConceptoConsumoDeCombustibles.Determinados.Determinado> determinado
public List<ConsumoDeCombustibles.Conceptos.ConceptoConsumoDeCombustibles.Determinados.Determinado> getDeterminado()
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 determinado property.
For example, to add a new item, do as follows:
getDeterminado().add(newItem);
Objects of the following type(s) are allowed in the list
ConsumoDeCombustibles.Conceptos.ConceptoConsumoDeCombustibles.Determinados.Determinado
Copyright © 2010–2018. All rights reserved.