public static class ComplementoSPEI.SPEITercero.Ordenante 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="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>
Modifier and Type | Field and Description |
---|---|
protected String |
bancoEmisor |
protected BigDecimal |
cuenta |
protected String |
nombre |
protected String |
rfc |
protected BigDecimal |
tipoCuenta |
Constructor and Description |
---|
Ordenante() |
Modifier and Type | Method and Description |
---|---|
String |
getBancoEmisor()
Gets the value of the bancoEmisor property.
|
BigDecimal |
getCuenta()
Gets the value of the cuenta 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 |
setBancoEmisor(String value)
Sets the value of the bancoEmisor property.
|
void |
setCuenta(BigDecimal value)
Sets the value of the cuenta 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 bancoEmisor
protected String nombre
protected BigDecimal tipoCuenta
protected BigDecimal cuenta
protected String rfc
public String getBancoEmisor()
String
public void setBancoEmisor(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
Copyright © 2010–2018. All rights reserved.