public class ImpuestosLocales 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 maxOccurs="unbounded"> <element name="RetencionesLocales" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="ImpLocRetenido" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="TasadeRetencion" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <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> <element name="TrasladosLocales" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="ImpLocTrasladado" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="TasadeTraslado" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <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> <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="1.0" /> <attribute name="TotaldeRetenciones" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <fractionDigits value="2"/> </restriction> </simpleType> </attribute> <attribute name="TotaldeTraslados" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <fractionDigits value="2"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ImpuestosLocales.RetencionesLocales
Java class for anonymous complex type.
|
static class |
ImpuestosLocales.TrasladosLocales
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<Object> |
retencionesLocalesAndTrasladosLocales |
protected BigDecimal |
totaldeRetenciones |
protected BigDecimal |
totaldeTraslados |
protected String |
version |
Constructor and Description |
---|
ImpuestosLocales() |
Modifier and Type | Method and Description |
---|---|
List<Object> |
getRetencionesLocalesAndTrasladosLocales()
Gets the value of the retencionesLocalesAndTrasladosLocales property.
|
BigDecimal |
getTotaldeRetenciones()
Gets the value of the totaldeRetenciones property.
|
BigDecimal |
getTotaldeTraslados()
Gets the value of the totaldeTraslados property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setTotaldeRetenciones(BigDecimal value)
Sets the value of the totaldeRetenciones property.
|
void |
setTotaldeTraslados(BigDecimal value)
Sets the value of the totaldeTraslados property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String version
protected BigDecimal totaldeRetenciones
protected BigDecimal totaldeTraslados
public List<Object> getRetencionesLocalesAndTrasladosLocales()
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 retencionesLocalesAndTrasladosLocales property.
For example, to add a new item, do as follows:
getRetencionesLocalesAndTrasladosLocales().add(newItem);
Objects of the following type(s) are allowed in the list
ImpuestosLocales.TrasladosLocales
ImpuestosLocales.RetencionesLocales
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public BigDecimal getTotaldeRetenciones()
BigDecimal
public void setTotaldeRetenciones(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getTotaldeTraslados()
BigDecimal
public void setTotaldeTraslados(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.