public static class EstadoDeCuentaBancario.Movimientos.MovimientoECBFiscal 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="fecha" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}dateTime"> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="referencia"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <minLength value="1"/> </restriction> </simpleType> </attribute> <attribute name="descripcion" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="RFCenajenante" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <minLength value="12"/> <maxLength value="13"/> <pattern value="[A-Z,Ñ,&]{3,4}[0-9]{2}[0-1][0-9][0-3][0-9][A-Z,0-9]{2}[0-9,A]"/> </restriction> </simpleType> </attribute> <attribute name="Importe" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <whiteSpace value="collapse"/> <fractionDigits value="2"/> </restriction> </simpleType> </attribute> <attribute name="moneda"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <minLength value="1"/> </restriction> </simpleType> </attribute> <attribute name="saldoInicial"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="saldoAlCorte"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
descripcion |
protected XMLGregorianCalendar |
fecha |
protected BigDecimal |
importe |
protected String |
moneda |
protected String |
referencia |
protected String |
rfCenajenante |
protected BigDecimal |
saldoAlCorte |
protected BigDecimal |
saldoInicial |
Constructor and Description |
---|
MovimientoECBFiscal() |
Modifier and Type | Method and Description |
---|---|
String |
getDescripcion()
Gets the value of the descripcion property.
|
XMLGregorianCalendar |
getFecha()
Gets the value of the fecha property.
|
BigDecimal |
getImporte()
Gets the value of the importe property.
|
String |
getMoneda()
Gets the value of the moneda property.
|
String |
getReferencia()
Gets the value of the referencia property.
|
String |
getRFCenajenante()
Gets the value of the rfCenajenante property.
|
BigDecimal |
getSaldoAlCorte()
Gets the value of the saldoAlCorte property.
|
BigDecimal |
getSaldoInicial()
Gets the value of the saldoInicial property.
|
void |
setDescripcion(String value)
Sets the value of the descripcion property.
|
void |
setFecha(XMLGregorianCalendar value)
Sets the value of the fecha property.
|
void |
setImporte(BigDecimal value)
Sets the value of the importe property.
|
void |
setMoneda(String value)
Sets the value of the moneda property.
|
void |
setReferencia(String value)
Sets the value of the referencia property.
|
void |
setRFCenajenante(String value)
Sets the value of the rfCenajenante property.
|
void |
setSaldoAlCorte(BigDecimal value)
Sets the value of the saldoAlCorte property.
|
void |
setSaldoInicial(BigDecimal value)
Sets the value of the saldoInicial property.
|
protected XMLGregorianCalendar fecha
protected String referencia
protected String descripcion
protected String rfCenajenante
protected BigDecimal importe
protected String moneda
protected BigDecimal saldoInicial
protected BigDecimal saldoAlCorte
public XMLGregorianCalendar getFecha()
XMLGregorianCalendar
public void setFecha(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public String getReferencia()
String
public void setReferencia(String value)
value
- allowed object is
String
public String getDescripcion()
String
public void setDescripcion(String value)
value
- allowed object is
String
public String getRFCenajenante()
String
public void setRFCenajenante(String value)
value
- allowed object is
String
public BigDecimal getImporte()
BigDecimal
public void setImporte(BigDecimal value)
value
- allowed object is
BigDecimal
public String getMoneda()
String
public void setMoneda(String value)
value
- allowed object is
String
public BigDecimal getSaldoInicial()
BigDecimal
public void setSaldoInicial(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getSaldoAlCorte()
BigDecimal
public void setSaldoAlCorte(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.