public static class Nomina.Emisor.EntidadSNCF 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="OrigenRecurso" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/catalogos/Nomina}c_OrigenRecurso" /> <attribute name="MontoRecursoPropio" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_ImporteMXN" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
montoRecursoPropio |
protected COrigenRecurso |
origenRecurso |
Constructor and Description |
---|
EntidadSNCF() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getMontoRecursoPropio()
Gets the value of the montoRecursoPropio property.
|
COrigenRecurso |
getOrigenRecurso()
Gets the value of the origenRecurso property.
|
void |
setMontoRecursoPropio(BigDecimal value)
Sets the value of the montoRecursoPropio property.
|
void |
setOrigenRecurso(COrigenRecurso value)
Sets the value of the origenRecurso property.
|
protected COrigenRecurso origenRecurso
protected BigDecimal montoRecursoPropio
public COrigenRecurso getOrigenRecurso()
COrigenRecurso
public void setOrigenRecurso(COrigenRecurso value)
value
- allowed object is
COrigenRecurso
public BigDecimal getMontoRecursoPropio()
BigDecimal
public void setMontoRecursoPropio(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.