|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.common.ecb.schema.EstadoDeCuentaBancario.Movimientos.MovimientoECBFiscal
public static class EstadoDeCuentaBancario.Movimientos.MovimientoECBFiscal
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>
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
EstadoDeCuentaBancario.Movimientos.MovimientoECBFiscal()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected XMLGregorianCalendar fecha
protected String referencia
protected String descripcion
protected String rfCenajenante
protected BigDecimal importe
protected String moneda
protected BigDecimal saldoInicial
protected BigDecimal saldoAlCorte
| Constructor Detail |
|---|
public EstadoDeCuentaBancario.Movimientos.MovimientoECBFiscal()
| Method Detail |
|---|
public XMLGregorianCalendar getFecha()
XMLGregorianCalendarpublic void setFecha(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getReferencia()
Stringpublic void setReferencia(String value)
value - allowed object is
Stringpublic String getDescripcion()
Stringpublic void setDescripcion(String value)
value - allowed object is
Stringpublic String getRFCenajenante()
Stringpublic void setRFCenajenante(String value)
value - allowed object is
Stringpublic BigDecimal getImporte()
BigDecimalpublic void setImporte(BigDecimal value)
value - allowed object is
BigDecimalpublic String getMoneda()
Stringpublic void setMoneda(String value)
value - allowed object is
Stringpublic BigDecimal getSaldoInicial()
BigDecimalpublic void setSaldoInicial(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getSaldoAlCorte()
BigDecimalpublic void setSaldoAlCorte(BigDecimal value)
value - allowed object is
BigDecimal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||