public static class ComplementoSPEI.SPEITercero 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"> <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>
Modifier and Type | Class and Description |
---|---|
static class |
ComplementoSPEI.SPEITercero.Beneficiario
Java class for anonymous complex type.
|
static class |
ComplementoSPEI.SPEITercero.Ordenante
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected ComplementoSPEI.SPEITercero.Beneficiario |
beneficiario |
protected String |
cadenaCDA |
protected BigInteger |
claveSPEI |
protected XMLGregorianCalendar |
fechaOperacion |
protected XMLGregorianCalendar |
hora |
protected String |
numeroCertificado |
protected ComplementoSPEI.SPEITercero.Ordenante |
ordenante |
protected String |
sello |
Constructor and Description |
---|
SPEITercero() |
Modifier and Type | Method and Description |
---|---|
ComplementoSPEI.SPEITercero.Beneficiario |
getBeneficiario()
Gets the value of the beneficiario property.
|
String |
getCadenaCDA()
Gets the value of the cadenaCDA property.
|
BigInteger |
getClaveSPEI()
Gets the value of the claveSPEI property.
|
XMLGregorianCalendar |
getFechaOperacion()
Gets the value of the fechaOperacion property.
|
XMLGregorianCalendar |
getHora()
Gets the value of the hora property.
|
String |
getNumeroCertificado()
Gets the value of the numeroCertificado property.
|
ComplementoSPEI.SPEITercero.Ordenante |
getOrdenante()
Gets the value of the ordenante property.
|
String |
getSello()
Gets the value of the sello property.
|
void |
setBeneficiario(ComplementoSPEI.SPEITercero.Beneficiario value)
Sets the value of the beneficiario property.
|
void |
setCadenaCDA(String value)
Sets the value of the cadenaCDA property.
|
void |
setClaveSPEI(BigInteger value)
Sets the value of the claveSPEI property.
|
void |
setFechaOperacion(XMLGregorianCalendar value)
Sets the value of the fechaOperacion property.
|
void |
setHora(XMLGregorianCalendar value)
Sets the value of the hora property.
|
void |
setNumeroCertificado(String value)
Sets the value of the numeroCertificado property.
|
void |
setOrdenante(ComplementoSPEI.SPEITercero.Ordenante value)
Sets the value of the ordenante property.
|
void |
setSello(String value)
Sets the value of the sello property.
|
protected ComplementoSPEI.SPEITercero.Ordenante ordenante
protected ComplementoSPEI.SPEITercero.Beneficiario beneficiario
protected XMLGregorianCalendar fechaOperacion
protected XMLGregorianCalendar hora
protected BigInteger claveSPEI
protected String sello
protected String numeroCertificado
protected String cadenaCDA
public ComplementoSPEI.SPEITercero.Ordenante getOrdenante()
ComplementoSPEI.SPEITercero.Ordenante
public void setOrdenante(ComplementoSPEI.SPEITercero.Ordenante value)
value
- allowed object is
ComplementoSPEI.SPEITercero.Ordenante
public ComplementoSPEI.SPEITercero.Beneficiario getBeneficiario()
ComplementoSPEI.SPEITercero.Beneficiario
public void setBeneficiario(ComplementoSPEI.SPEITercero.Beneficiario value)
value
- allowed object is
ComplementoSPEI.SPEITercero.Beneficiario
public XMLGregorianCalendar getFechaOperacion()
XMLGregorianCalendar
public void setFechaOperacion(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getHora()
XMLGregorianCalendar
public void setHora(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public BigInteger getClaveSPEI()
BigInteger
public void setClaveSPEI(BigInteger value)
value
- allowed object is
BigInteger
public String getSello()
String
public void setSello(String value)
value
- allowed object is
String
public String getNumeroCertificado()
String
public void setNumeroCertificado(String value)
value
- allowed object is
String
public String getCadenaCDA()
String
Copyright © 2010–2018. All rights reserved.