public static class Nomina.HorasExtras 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="HorasExtra" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Dias" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="TipoHoras" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <enumeration value="Dobles"/> <enumeration value="Triples"/> </restriction> </simpleType> </attribute> <attribute name="HorasExtra" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="ImportePagado" use="required" type="{http://www.sat.gob.mx/nomina}t_Importe" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Nomina.HorasExtras.HorasExtra
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<Nomina.HorasExtras.HorasExtra> |
horasExtra |
Constructor and Description |
---|
HorasExtras() |
Modifier and Type | Method and Description |
---|---|
List<Nomina.HorasExtras.HorasExtra> |
getHorasExtra()
Gets the value of the horasExtra property.
|
protected List<Nomina.HorasExtras.HorasExtra> horasExtra
public List<Nomina.HorasExtras.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.HorasExtras.HorasExtra
Copyright © 2010–2018. All rights reserved.