public static class Nomina.Receptor.SubContratacion 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"> <attribute name="RfcLabora" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_RFC" /> <attribute name="PorcentajeTiempo" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <minInclusive value="0.001"/> <maxInclusive value="100.000"/> <whiteSpace value="collapse"/> <pattern value="[0-9]{1,3}(.([0-9]{1,3}))?"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
porcentajeTiempo |
protected String |
rfcLabora |
Constructor and Description |
---|
SubContratacion() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getPorcentajeTiempo()
Gets the value of the porcentajeTiempo property.
|
String |
getRfcLabora()
Gets the value of the rfcLabora property.
|
void |
setPorcentajeTiempo(BigDecimal value)
Sets the value of the porcentajeTiempo property.
|
void |
setRfcLabora(String value)
Sets the value of the rfcLabora property.
|
protected String rfcLabora
protected BigDecimal porcentajeTiempo
public String getRfcLabora()
String
public void setRfcLabora(String value)
value
- allowed object is
String
public BigDecimal getPorcentajeTiempo()
BigDecimal
public void setPorcentajeTiempo(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.