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}int"> <minInclusive value="1"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="TipoIncapacidad" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/catalogos/Nomina}c_TipoIncapacidad" /> <attribute name="ImporteMonetario" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_ImporteMXN" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Nomina.Incapacidades.Incapacidad
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<Nomina.Incapacidades.Incapacidad> |
incapacidad |
Constructor and Description |
---|
Incapacidades() |
Modifier and Type | Method and Description |
---|---|
List<Nomina.Incapacidades.Incapacidad> |
getIncapacidad()
Gets the value of the incapacidad property.
|
protected List<Nomina.Incapacidades.Incapacidad> incapacidad
public List<Nomina.Incapacidades.Incapacidad> getIncapacidad()
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–2018. All rights reserved.