public static class Pagos.Pago.DoctoRelacionado 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="IdDocumento" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="16"/> <maxLength value="36"/> <whiteSpace value="collapse"/> <pattern value="([a-f0-9A-F]{8}-[a-f0-9A-F]{4}-[a-f0-9A-F]{4}-[a-f0-9A-F]{4}-[a-f0-9A-F]{12})|([0-9]{3}-[0-9]{2}-[0-9]{9})"/> </restriction> </simpleType> </attribute> <attribute name="Serie"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="25"/> <whiteSpace value="collapse"/> <pattern value="[^|]{1,25}"/> </restriction> </simpleType> </attribute> <attribute name="Folio"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="40"/> <whiteSpace value="collapse"/> <pattern value="[^|]{1,40}"/> </restriction> </simpleType> </attribute> <attribute name="MonedaDR" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/catalogos}c_Moneda" /> <attribute name="TipoCambioDR"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <fractionDigits value="6"/> <minInclusive value="0.000001"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="MetodoDePagoDR" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/catalogos}c_MetodoPago" /> <attribute name="NumParcialidad"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <whiteSpace value="collapse"/> <pattern value="[1-9][0-9]{0,2}"/> </restriction> </simpleType> </attribute> <attribute name="ImpSaldoAnt" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_Importe" /> <attribute name="ImpPagado" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_Importe" /> <attribute name="ImpSaldoInsoluto" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_Importe" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
folio |
protected String |
idDocumento |
protected BigDecimal |
impPagado |
protected BigDecimal |
impSaldoAnt |
protected BigDecimal |
impSaldoInsoluto |
protected CMetodoPago |
metodoDePagoDR |
protected CMoneda |
monedaDR |
protected BigInteger |
numParcialidad |
protected String |
serie |
protected BigDecimal |
tipoCambioDR |
Constructor and Description |
---|
DoctoRelacionado() |
Modifier and Type | Method and Description |
---|---|
String |
getFolio()
Gets the value of the folio property.
|
String |
getIdDocumento()
Gets the value of the idDocumento property.
|
BigDecimal |
getImpPagado()
Gets the value of the impPagado property.
|
BigDecimal |
getImpSaldoAnt()
Gets the value of the impSaldoAnt property.
|
BigDecimal |
getImpSaldoInsoluto()
Gets the value of the impSaldoInsoluto property.
|
CMetodoPago |
getMetodoDePagoDR()
Gets the value of the metodoDePagoDR property.
|
CMoneda |
getMonedaDR()
Gets the value of the monedaDR property.
|
BigInteger |
getNumParcialidad()
Gets the value of the numParcialidad property.
|
String |
getSerie()
Gets the value of the serie property.
|
BigDecimal |
getTipoCambioDR()
Gets the value of the tipoCambioDR property.
|
void |
setFolio(String value)
Sets the value of the folio property.
|
void |
setIdDocumento(String value)
Sets the value of the idDocumento property.
|
void |
setImpPagado(BigDecimal value)
Sets the value of the impPagado property.
|
void |
setImpSaldoAnt(BigDecimal value)
Sets the value of the impSaldoAnt property.
|
void |
setImpSaldoInsoluto(BigDecimal value)
Sets the value of the impSaldoInsoluto property.
|
void |
setMetodoDePagoDR(CMetodoPago value)
Sets the value of the metodoDePagoDR property.
|
void |
setMonedaDR(CMoneda value)
Sets the value of the monedaDR property.
|
void |
setNumParcialidad(BigInteger value)
Sets the value of the numParcialidad property.
|
void |
setSerie(String value)
Sets the value of the serie property.
|
void |
setTipoCambioDR(BigDecimal value)
Sets the value of the tipoCambioDR property.
|
protected String idDocumento
protected String serie
protected String folio
protected CMoneda monedaDR
protected BigDecimal tipoCambioDR
protected CMetodoPago metodoDePagoDR
protected BigInteger numParcialidad
protected BigDecimal impSaldoAnt
protected BigDecimal impPagado
protected BigDecimal impSaldoInsoluto
public String getIdDocumento()
String
public void setIdDocumento(String value)
value
- allowed object is
String
public String getSerie()
String
public void setSerie(String value)
value
- allowed object is
String
public String getFolio()
String
public void setFolio(String value)
value
- allowed object is
String
public CMoneda getMonedaDR()
CMoneda
public void setMonedaDR(CMoneda value)
value
- allowed object is
CMoneda
public BigDecimal getTipoCambioDR()
BigDecimal
public void setTipoCambioDR(BigDecimal value)
value
- allowed object is
BigDecimal
public CMetodoPago getMetodoDePagoDR()
CMetodoPago
public void setMetodoDePagoDR(CMetodoPago value)
value
- allowed object is
CMetodoPago
public BigInteger getNumParcialidad()
BigInteger
public void setNumParcialidad(BigInteger value)
value
- allowed object is
BigInteger
public BigDecimal getImpSaldoAnt()
BigDecimal
public void setImpSaldoAnt(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getImpPagado()
BigDecimal
public void setImpPagado(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getImpSaldoInsoluto()
BigDecimal
public void setImpSaldoInsoluto(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.