mx.bigdata.sat.common.nomina.schema
Class Nomina.HorasExtras

java.lang.Object
  extended by mx.bigdata.sat.common.nomina.schema.Nomina.HorasExtras
Enclosing class:
Nomina

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>
 


Nested Class Summary
static class Nomina.HorasExtras.HorasExtra
          Java class for anonymous complex type.
 
Field Summary
protected  List<Nomina.HorasExtras.HorasExtra> horasExtra
           
 
Constructor Summary
Nomina.HorasExtras()
           
 
Method Summary
 List<Nomina.HorasExtras.HorasExtra> getHorasExtra()
          Gets the value of the horasExtra property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

horasExtra

protected List<Nomina.HorasExtras.HorasExtra> horasExtra
Constructor Detail

Nomina.HorasExtras

public Nomina.HorasExtras()
Method Detail

getHorasExtra

public List<Nomina.HorasExtras.HorasExtra> getHorasExtra()
Gets the value of the horasExtra 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 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-2013. All Rights Reserved.