public static class Nomina.Percepciones.Percepcion 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="AccionesOTitulos" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="ValorMercado" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <fractionDigits value="6"/> <minInclusive value="0.000001"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="PrecioAlOtorgarse" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <fractionDigits value="6"/> <minInclusive value="0.000001"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType> </element> <element name="HorasExtra" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Dias" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="TipoHoras" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/catalogos/Nomina}c_TipoHoras" /> <attribute name="HorasExtra" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="ImportePagado" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_ImporteMXN" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="TipoPercepcion" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/catalogos/Nomina}c_TipoPercepcion" /> <attribute name="Clave" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="3"/> <maxLength value="15"/> <whiteSpace value="collapse"/> <pattern value="[^|]{3,15}"/> </restriction> </simpleType> </attribute> <attribute name="Concepto" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="100"/> <whiteSpace value="collapse"/> <pattern value="[^|]{1,100}"/> </restriction> </simpleType> </attribute> <attribute name="ImporteGravado" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_ImporteMXN" /> <attribute name="ImporteExento" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_ImporteMXN" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Nomina.Percepciones.Percepcion.AccionesOTitulos
Java class for anonymous complex type.
|
static class |
Nomina.Percepciones.Percepcion.HorasExtra
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Nomina.Percepciones.Percepcion.AccionesOTitulos |
accionesOTitulos |
protected String |
clave |
protected String |
concepto |
protected List<Nomina.Percepciones.Percepcion.HorasExtra> |
horasExtra |
protected BigDecimal |
importeExento |
protected BigDecimal |
importeGravado |
protected String |
tipoPercepcion |
Constructor and Description |
---|
Percepcion() |
Modifier and Type | Method and Description |
---|---|
Nomina.Percepciones.Percepcion.AccionesOTitulos |
getAccionesOTitulos()
Gets the value of the accionesOTitulos property.
|
String |
getClave()
Gets the value of the clave property.
|
String |
getConcepto()
Gets the value of the concepto property.
|
List<Nomina.Percepciones.Percepcion.HorasExtra> |
getHorasExtra()
Gets the value of the horasExtra property.
|
BigDecimal |
getImporteExento()
Gets the value of the importeExento property.
|
BigDecimal |
getImporteGravado()
Gets the value of the importeGravado property.
|
String |
getTipoPercepcion()
Gets the value of the tipoPercepcion property.
|
void |
setAccionesOTitulos(Nomina.Percepciones.Percepcion.AccionesOTitulos value)
Sets the value of the accionesOTitulos property.
|
void |
setClave(String value)
Sets the value of the clave property.
|
void |
setConcepto(String value)
Sets the value of the concepto property.
|
void |
setImporteExento(BigDecimal value)
Sets the value of the importeExento property.
|
void |
setImporteGravado(BigDecimal value)
Sets the value of the importeGravado property.
|
void |
setTipoPercepcion(String value)
Sets the value of the tipoPercepcion property.
|
protected Nomina.Percepciones.Percepcion.AccionesOTitulos accionesOTitulos
protected List<Nomina.Percepciones.Percepcion.HorasExtra> horasExtra
protected String tipoPercepcion
protected String clave
protected String concepto
protected BigDecimal importeGravado
protected BigDecimal importeExento
public Nomina.Percepciones.Percepcion.AccionesOTitulos getAccionesOTitulos()
Nomina.Percepciones.Percepcion.AccionesOTitulos
public void setAccionesOTitulos(Nomina.Percepciones.Percepcion.AccionesOTitulos value)
value
- allowed object is
Nomina.Percepciones.Percepcion.AccionesOTitulos
public List<Nomina.Percepciones.Percepcion.HorasExtra> getHorasExtra()
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 horasExtra property.
For example, to add a new item, do as follows:
getHorasExtra().add(newItem);
Objects of the following type(s) are allowed in the list
Nomina.Percepciones.Percepcion.HorasExtra
public String getTipoPercepcion()
String
public void setTipoPercepcion(String value)
value
- allowed object is
String
public String getClave()
String
public void setClave(String value)
value
- allowed object is
String
public String getConcepto()
String
public void setConcepto(String value)
value
- allowed object is
String
public BigDecimal getImporteGravado()
BigDecimal
public void setImporteGravado(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getImporteExento()
BigDecimal
public void setImporteExento(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.