public static class Polizas.Poliza.Transaccion.Cheque 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="Num" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="20"/> <minLength value="1"/> </restriction> </simpleType> </attribute> <attribute name="BanEmisNal" use="required" type="{www.sat.gob.mx/esquemas/ContabilidadE/1_1/CatalogosParaEsqContE}c_Banco" /> <attribute name="BanEmisExt"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="150"/> </restriction> </simpleType> </attribute> <attribute name="CtaOri" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="50"/> <minLength value="1"/> </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 |
banEmisExt |
protected String |
banEmisNal |
protected String |
benef |
protected String |
ctaOri |
protected XMLGregorianCalendar |
fecha |
protected CMoneda |
moneda |
protected BigDecimal |
monto |
protected String |
num |
protected String |
rfc |
protected BigDecimal |
tipCamb |
Constructor and Description |
---|
Cheque() |
Modifier and Type | Method and Description |
---|---|
String |
getBanEmisExt()
Gets the value of the banEmisExt property.
|
String |
getBanEmisNal()
Gets the value of the banEmisNal property.
|
String |
getBenef()
Gets the value of the benef 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 |
getNum()
Gets the value of the num property.
|
String |
getRFC()
Gets the value of the rfc property.
|
BigDecimal |
getTipCamb()
Gets the value of the tipCamb property.
|
void |
setBanEmisExt(String value)
Sets the value of the banEmisExt property.
|
void |
setBanEmisNal(String value)
Sets the value of the banEmisNal property.
|
void |
setBenef(String value)
Sets the value of the benef 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 |
setNum(String value)
Sets the value of the num 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 num
protected String banEmisNal
protected String banEmisExt
protected String ctaOri
protected XMLGregorianCalendar fecha
protected String benef
protected String rfc
protected BigDecimal monto
protected CMoneda moneda
protected BigDecimal tipCamb
public String getNum()
String
public void setNum(String value)
value
- allowed object is
String
public String getBanEmisNal()
String
public void setBanEmisNal(String value)
value
- allowed object is
String
public String getBanEmisExt()
String
public void setBanEmisExt(String value)
value
- allowed object is
String
public String getCtaOri()
String
public void setCtaOri(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.