mx.bigdata.sat.common.nomina.schema
Class Nomina.Incapacidades
java.lang.Object
mx.bigdata.sat.common.nomina.schema.Nomina.Incapacidades
- Enclosing class:
- Nomina
public static class Nomina.Incapacidades
- 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="Incapacidad" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="DiasIncapacidad" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<fractionDigits value="6"/>
<minInclusive value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="TipoIncapacidad" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Descuento" use="required" type="{http://www.sat.gob.mx/nomina}t_Importe" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
incapacidad
protected List<Nomina.Incapacidades.Incapacidad> incapacidad
Nomina.Incapacidades
public Nomina.Incapacidades()
getIncapacidad
public List<Nomina.Incapacidades.Incapacidad> getIncapacidad()
- Gets the value of the incapacidad property.
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 incapacidad property.
For example, to add a new item, do as follows:
getIncapacidad().add(newItem);
Objects of the following type(s) are allowed in the list
Nomina.Incapacidades.Incapacidad
Copyright © 2010-2013. All Rights Reserved.