public static class Polizas.Poliza.Transaccion.OtrMetodoPago 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="MetPagoPol" use="required" type="{www.sat.gob.mx/esquemas/ContabilidadE/1_1/CatalogosParaEsqContE}c_MetPagos" /> <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 |
benef |
protected XMLGregorianCalendar |
fecha |
protected String |
metPagoPol |
protected CMoneda |
moneda |
protected BigDecimal |
monto |
protected String |
rfc |
protected BigDecimal |
tipCamb |
Constructor and Description |
---|
OtrMetodoPago() |
Modifier and Type | Method and Description |
---|---|
String |
getBenef()
Gets the value of the benef property.
|
XMLGregorianCalendar |
getFecha()
Gets the value of the fecha property.
|
String |
getMetPagoPol()
Gets the value of the metPagoPol 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 |
setBenef(String value)
Sets the value of the benef property.
|
void |
setFecha(XMLGregorianCalendar value)
Sets the value of the fecha property.
|
void |
setMetPagoPol(String value)
Sets the value of the metPagoPol 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 metPagoPol
protected XMLGregorianCalendar fecha
protected String benef
protected String rfc
protected BigDecimal monto
protected CMoneda moneda
protected BigDecimal tipCamb
public String getMetPagoPol()
String
public void setMetPagoPol(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.