public static class NotariosPublicos.DatosOperacion 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="NumInstrumentoNotarial" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> <maxInclusive value="999999"/> </restriction> </simpleType> </attribute> <attribute name="FechaInstNotarial" use="required" type="{http://www.w3.org/2001/XMLSchema}date" /> <attribute name="MontoOperacion" use="required" type="{http://www.sat.gob.mx/notariospublicos}t_Importe" /> <attribute name="Subtotal" use="required" type="{http://www.sat.gob.mx/notariospublicos}t_Importe" /> <attribute name="IVA" use="required" type="{http://www.sat.gob.mx/notariospublicos}t_Importe" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected XMLGregorianCalendar |
fechaInstNotarial |
protected BigDecimal |
iva |
protected BigDecimal |
montoOperacion |
protected int |
numInstrumentoNotarial |
protected BigDecimal |
subtotal |
Constructor and Description |
---|
DatosOperacion() |
Modifier and Type | Method and Description |
---|---|
XMLGregorianCalendar |
getFechaInstNotarial()
Gets the value of the fechaInstNotarial property.
|
BigDecimal |
getIVA()
Gets the value of the iva property.
|
BigDecimal |
getMontoOperacion()
Gets the value of the montoOperacion property.
|
int |
getNumInstrumentoNotarial()
Gets the value of the numInstrumentoNotarial property.
|
BigDecimal |
getSubtotal()
Gets the value of the subtotal property.
|
void |
setFechaInstNotarial(XMLGregorianCalendar value)
Sets the value of the fechaInstNotarial property.
|
void |
setIVA(BigDecimal value)
Sets the value of the iva property.
|
void |
setMontoOperacion(BigDecimal value)
Sets the value of the montoOperacion property.
|
void |
setNumInstrumentoNotarial(int value)
Sets the value of the numInstrumentoNotarial property.
|
void |
setSubtotal(BigDecimal value)
Sets the value of the subtotal property.
|
protected int numInstrumentoNotarial
protected XMLGregorianCalendar fechaInstNotarial
protected BigDecimal montoOperacion
protected BigDecimal subtotal
protected BigDecimal iva
public int getNumInstrumentoNotarial()
public void setNumInstrumentoNotarial(int value)
public XMLGregorianCalendar getFechaInstNotarial()
XMLGregorianCalendar
public void setFechaInstNotarial(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public BigDecimal getMontoOperacion()
BigDecimal
public void setMontoOperacion(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getSubtotal()
BigDecimal
public void setSubtotal(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getIVA()
BigDecimal
public void setIVA(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.