public static class Polizas.Poliza.Transaccion.Transferencia 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="CtaOri"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="50"/> </restriction> </simpleType> </attribute> <attribute name="BancoOriNal" use="required" type="{www.sat.gob.mx/esquemas/ContabilidadE/1_1/CatalogosParaEsqContE}c_Banco" /> <attribute name="BancoOriExt"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="150"/> </restriction> </simpleType> </attribute> <attribute name="CtaDest" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="50"/> </restriction> </simpleType> </attribute> <attribute name="BancoDestNal" use="required" type="{www.sat.gob.mx/esquemas/ContabilidadE/1_1/CatalogosParaEsqContE}c_Banco" /> <attribute name="BancoDestExt"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="150"/> </restriction> </simpleType> </attribute> <attribute name="Fecha" use="required" type="{http://www.w3.org/2001/XMLSchema}date" /> <attribute name="Benef" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="300"/> </restriction> </simpleType> </attribute> <attribute name="RFC" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="12"/> <maxLength value="13"/> <whiteSpace value="collapse"/> <pattern value="[A-ZÑ&]{3,4}[0-9]{2}[0-1][0-9][0-3][0-9][A-Z0-9]?[A-Z0-9]?[0-9A-Z]?"/> </restriction> </simpleType> </attribute> <attribute name="Monto" use="required" type="{www.sat.gob.mx/esquemas/ContabilidadE/1_1/PolizasPeriodo}t_Importe" /> <attribute name="Moneda" type="{www.sat.gob.mx/esquemas/ContabilidadE/1_1/CatalogosParaEsqContE}c_Moneda" /> <attribute name="TipCamb"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <minInclusive value="0"/> <totalDigits value="19"/> <fractionDigits value="5"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
bancoDestExt |
protected String |
bancoDestNal |
protected String |
bancoOriExt |
protected String |
bancoOriNal |
protected String |
benef |
protected String |
ctaDest |
protected String |
ctaOri |
protected XMLGregorianCalendar |
fecha |
protected CMoneda |
moneda |
protected BigDecimal |
monto |
protected String |
rfc |
protected BigDecimal |
tipCamb |
Constructor and Description |
---|
Transferencia() |
Modifier and Type | Method and Description |
---|---|
String |
getBancoDestExt()
Gets the value of the bancoDestExt property.
|
String |
getBancoDestNal()
Gets the value of the bancoDestNal property.
|
String |
getBancoOriExt()
Gets the value of the bancoOriExt property.
|
String |
getBancoOriNal()
Gets the value of the bancoOriNal property.
|
String |
getBenef()
Gets the value of the benef property.
|
String |
getCtaDest()
Gets the value of the ctaDest property.
|
String |
getCtaOri()
Gets the value of the ctaOri property.
|
XMLGregorianCalendar |
getFecha()
Gets the value of the fecha property.
|
CMoneda |
getMoneda()
Gets the value of the moneda property.
|
BigDecimal |
getMonto()
Gets the value of the monto property.
|
String |
getRFC()
Gets the value of the rfc property.
|
BigDecimal |
getTipCamb()
Gets the value of the tipCamb property.
|
void |
setBancoDestExt(String value)
Sets the value of the bancoDestExt property.
|
void |
setBancoDestNal(String value)
Sets the value of the bancoDestNal property.
|
void |
setBancoOriExt(String value)
Sets the value of the bancoOriExt property.
|
void |
setBancoOriNal(String value)
Sets the value of the bancoOriNal property.
|
void |
setBenef(String value)
Sets the value of the benef property.
|
void |
setCtaDest(String value)
Sets the value of the ctaDest property.
|
void |
setCtaOri(String value)
Sets the value of the ctaOri property.
|
void |
setFecha(XMLGregorianCalendar value)
Sets the value of the fecha property.
|
void |
setMoneda(CMoneda value)
Sets the value of the moneda property.
|
void |
setMonto(BigDecimal value)
Sets the value of the monto property.
|
void |
setRFC(String value)
Sets the value of the rfc property.
|
void |
setTipCamb(BigDecimal value)
Sets the value of the tipCamb property.
|
protected String ctaOri
protected String bancoOriNal
protected String bancoOriExt
protected String ctaDest
protected String bancoDestNal
protected String bancoDestExt
protected XMLGregorianCalendar fecha
protected String benef
protected String rfc
protected BigDecimal monto
protected CMoneda moneda
protected BigDecimal tipCamb
public String getCtaOri()
String
public void setCtaOri(String value)
value
- allowed object is
String
public String getBancoOriNal()
String
public void setBancoOriNal(String value)
value
- allowed object is
String
public String getBancoOriExt()
String
public void setBancoOriExt(String value)
value
- allowed object is
String
public String getCtaDest()
String
public void setCtaDest(String value)
value
- allowed object is
String
public String getBancoDestNal()
String
public void setBancoDestNal(String value)
value
- allowed object is
String
public String getBancoDestExt()
String
public void setBancoDestExt(String value)
value
- allowed object is
String
public XMLGregorianCalendar getFecha()
XMLGregorianCalendar
public void setFecha(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public String getBenef()
String
public void setBenef(String value)
value
- allowed object is
String
public String getRFC()
String
public void setRFC(String value)
value
- allowed object is
String
public BigDecimal getMonto()
BigDecimal
public void setMonto(BigDecimal value)
value
- allowed object is
BigDecimal
public CMoneda getMoneda()
CMoneda
public void setMoneda(CMoneda value)
value
- allowed object is
CMoneda
public BigDecimal getTipCamb()
BigDecimal
public void setTipCamb(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.