|
||||||||||
| 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
public static class EstadoDeCuentaBancario.Movimientos
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">
<choice maxOccurs="unbounded">
<element name="MovimientoECB">
<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="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>
</element>
<element name="MovimientoECBFiscal">
<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>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
EstadoDeCuentaBancario.Movimientos.MovimientoECB
Java class for anonymous complex type. |
static class |
EstadoDeCuentaBancario.Movimientos.MovimientoECBFiscal
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected List<Object> |
movimientoECBOrMovimientoECBFiscal
|
| Constructor Summary | |
|---|---|
EstadoDeCuentaBancario.Movimientos()
|
|
| Method Summary | |
|---|---|
List<Object> |
getMovimientoECBOrMovimientoECBFiscal()
Gets the value of the movimientoECBOrMovimientoECBFiscal property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Object> movimientoECBOrMovimientoECBFiscal
| Constructor Detail |
|---|
public EstadoDeCuentaBancario.Movimientos()
| Method Detail |
|---|
public List<Object> getMovimientoECBOrMovimientoECBFiscal()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the movimientoECBOrMovimientoECBFiscal property.
For example, to add a new item, do as follows:
getMovimientoECBOrMovimientoECBFiscal().add(newItem);
Objects of the following type(s) are allowed in the list
EstadoDeCuentaBancario.Movimientos.MovimientoECBFiscal
EstadoDeCuentaBancario.Movimientos.MovimientoECB
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||