|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.common.implocal.schema.ImpuestosLocales
public class ImpuestosLocales
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>
| Nested Class Summary | |
|---|---|
static class |
ImpuestosLocales.RetencionesLocales
Java class for anonymous complex type. |
static class |
ImpuestosLocales.TrasladosLocales
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected List<Object> |
retencionesLocalesAndTrasladosLocales
|
protected BigDecimal |
totaldeRetenciones
|
protected BigDecimal |
totaldeTraslados
|
protected String |
version
|
| Constructor Summary | |
|---|---|
ImpuestosLocales()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Object> retencionesLocalesAndTrasladosLocales
protected String version
protected BigDecimal totaldeRetenciones
protected BigDecimal totaldeTraslados
| Constructor Detail |
|---|
public ImpuestosLocales()
| Method Detail |
|---|
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()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic BigDecimal getTotaldeRetenciones()
BigDecimalpublic void setTotaldeRetenciones(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getTotaldeTraslados()
BigDecimalpublic void setTotaldeTraslados(BigDecimal value)
value - allowed object is
BigDecimal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||