public class ComplementoSPEI 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"> <sequence> <element name="SPEI_Tercero" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="Ordenante"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="BancoEmisor" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="40"/> </restriction> </simpleType> </attribute> <attribute name="Nombre" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="40"/> </restriction> </simpleType> </attribute> <attribute name="TipoCuenta" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <totalDigits value="2"/> </restriction> </simpleType> </attribute> <attribute name="Cuenta" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <totalDigits value="20"/> </restriction> </simpleType> </attribute> <attribute name="RFC" use="required" type="{http://www.sat.gob.mx/spei}tRFC" /> </restriction> </complexContent> </complexType> </element> <element name="Beneficiario"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="BancoReceptor" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="40"/> </restriction> </simpleType> </attribute> <attribute name="Nombre" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="40"/> </restriction> </simpleType> </attribute> <attribute name="TipoCuenta" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <totalDigits value="2"/> </restriction> </simpleType> </attribute> <attribute name="Cuenta" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <totalDigits value="20"/> </restriction> </simpleType> </attribute> <attribute name="RFC" use="required" type="{http://www.sat.gob.mx/spei}tRFC" /> <attribute name="Concepto" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="40"/> </restriction> </simpleType> </attribute> <attribute name="IVA"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <fractionDigits value="2"/> <totalDigits value="19"/> </restriction> </simpleType> </attribute> <attribute name="MontoPago" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <minInclusive value="1"/> <totalDigits value="19"/> <fractionDigits value="2"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType> </element> </all> <attribute name="FechaOperacion" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}date"> <maxInclusive value="9999-12-31"/> <minInclusive value="0001-01-01"/> <pattern value="((000[1-9])|(00[1-9][0-9])|(0[1-9][0-9]{2})|([1-9][0-9]{3}))-((0[1-9])|(1[012]))-((0[1-9])|([12][0-9])|(3[01]))"/> </restriction> </simpleType> </attribute> <attribute name="Hora" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}time"> <pattern value="(([01][0-9])|(2[0-3]))(:[0-5][0-9]){2}(\.[0-9]+)?"/> </restriction> </simpleType> </attribute> <attribute name="ClaveSPEI" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <totalDigits value="5"/> </restriction> </simpleType> </attribute> <attribute name="sello" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="numeroCertificado" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="20"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="cadenaCDA" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="841"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ComplementoSPEI.SPEITercero
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<ComplementoSPEI.SPEITercero> |
speiTercero |
Constructor and Description |
---|
ComplementoSPEI() |
Modifier and Type | Method and Description |
---|---|
List<ComplementoSPEI.SPEITercero> |
getSPEITercero()
Gets the value of the speiTercero property.
|
protected List<ComplementoSPEI.SPEITercero> speiTercero
public List<ComplementoSPEI.SPEITercero> getSPEITercero()
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 speiTercero property.
For example, to add a new item, do as follows:
getSPEITercero().add(newItem);
Objects of the following type(s) are allowed in the list
ComplementoSPEI.SPEITercero
Copyright © 2010–2018. All rights reserved.