public static class ComplementoSPEI.SPEITercero.Beneficiario 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="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>
Modifier and Type | Field and Description |
---|---|
protected String |
bancoReceptor |
protected String |
concepto |
protected BigDecimal |
cuenta |
protected BigDecimal |
iva |
protected BigDecimal |
montoPago |
protected String |
nombre |
protected String |
rfc |
protected BigDecimal |
tipoCuenta |
Constructor and Description |
---|
Beneficiario() |
Modifier and Type | Method and Description |
---|---|
String |
getBancoReceptor()
Gets the value of the bancoReceptor property.
|
String |
getConcepto()
Gets the value of the concepto property.
|
BigDecimal |
getCuenta()
Gets the value of the cuenta property.
|
BigDecimal |
getIVA()
Gets the value of the iva property.
|
BigDecimal |
getMontoPago()
Gets the value of the montoPago property.
|
String |
getNombre()
Gets the value of the nombre property.
|
String |
getRFC()
Gets the value of the rfc property.
|
BigDecimal |
getTipoCuenta()
Gets the value of the tipoCuenta property.
|
void |
setBancoReceptor(String value)
Sets the value of the bancoReceptor property.
|
void |
setConcepto(String value)
Sets the value of the concepto property.
|
void |
setCuenta(BigDecimal value)
Sets the value of the cuenta property.
|
void |
setIVA(BigDecimal value)
Sets the value of the iva property.
|
void |
setMontoPago(BigDecimal value)
Sets the value of the montoPago property.
|
void |
setNombre(String value)
Sets the value of the nombre property.
|
void |
setRFC(String value)
Sets the value of the rfc property.
|
void |
setTipoCuenta(BigDecimal value)
Sets the value of the tipoCuenta property.
|
protected String bancoReceptor
protected String nombre
protected BigDecimal tipoCuenta
protected BigDecimal cuenta
protected String rfc
protected String concepto
protected BigDecimal iva
protected BigDecimal montoPago
public String getBancoReceptor()
String
public void setBancoReceptor(String value)
value
- allowed object is
String
public String getNombre()
String
public void setNombre(String value)
value
- allowed object is
String
public BigDecimal getTipoCuenta()
BigDecimal
public void setTipoCuenta(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getCuenta()
BigDecimal
public void setCuenta(BigDecimal value)
value
- allowed object is
BigDecimal
public String getRFC()
String
public void setRFC(String value)
value
- allowed object is
String
public String getConcepto()
String
public void setConcepto(String value)
value
- allowed object is
String
public BigDecimal getIVA()
BigDecimal
public void setIVA(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getMontoPago()
BigDecimal
public void setMontoPago(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.