public static class Balanza.Ctas 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="NumCta" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="100"/> </restriction> </simpleType> </attribute> <attribute name="SaldoIni" use="required" type="{www.sat.gob.mx/esquemas/ContabilidadE/1_1/BalanzaComprobacion}t_Importe" /> <attribute name="Debe" use="required"> <simpleType> <restriction base="{www.sat.gob.mx/esquemas/ContabilidadE/1_1/BalanzaComprobacion}t_Importe"> </restriction> </simpleType> </attribute> <attribute name="Haber" use="required" type="{www.sat.gob.mx/esquemas/ContabilidadE/1_1/BalanzaComprobacion}t_Importe" /> <attribute name="SaldoFin" use="required" type="{www.sat.gob.mx/esquemas/ContabilidadE/1_1/BalanzaComprobacion}t_Importe" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
debe |
protected BigDecimal |
haber |
protected String |
numCta |
protected BigDecimal |
saldoFin |
protected BigDecimal |
saldoIni |
Constructor and Description |
---|
Ctas() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getDebe()
Gets the value of the debe property.
|
BigDecimal |
getHaber()
Gets the value of the haber property.
|
String |
getNumCta()
Gets the value of the numCta property.
|
BigDecimal |
getSaldoFin()
Gets the value of the saldoFin property.
|
BigDecimal |
getSaldoIni()
Gets the value of the saldoIni property.
|
void |
setDebe(BigDecimal value)
Sets the value of the debe property.
|
void |
setHaber(BigDecimal value)
Sets the value of the haber property.
|
void |
setNumCta(String value)
Sets the value of the numCta property.
|
void |
setSaldoFin(BigDecimal value)
Sets the value of the saldoFin property.
|
void |
setSaldoIni(BigDecimal value)
Sets the value of the saldoIni property.
|
protected String numCta
protected BigDecimal saldoIni
protected BigDecimal debe
protected BigDecimal haber
protected BigDecimal saldoFin
public String getNumCta()
String
public void setNumCta(String value)
value
- allowed object is
String
public BigDecimal getSaldoIni()
BigDecimal
public void setSaldoIni(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getDebe()
BigDecimal
public void setDebe(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getHaber()
BigDecimal
public void setHaber(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getSaldoFin()
BigDecimal
public void setSaldoFin(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.