public class Obrasarteantiguedades 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="Version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="1.0" /> <attribute name="TipoBien" use="required"> <simpleType> <restriction base="{http://www.sat.gob.mx/arteantiguedades}c_TipoBien"> <length value="2"/> </restriction> </simpleType> </attribute> <attribute name="OtrosTipoBien"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="255"/> </restriction> </simpleType> </attribute> <attribute name="TituloAdquirido" use="required"> <simpleType> <restriction base="{http://www.sat.gob.mx/arteantiguedades}c_Tituloadquirido"> <length value="2"/> </restriction> </simpleType> </attribute> <attribute name="OtrosTituloAdquirido"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="255"/> </restriction> </simpleType> </attribute> <attribute name="Subtotal" type="{http://www.sat.gob.mx/arteantiguedades}t_Importe" /> <attribute name="IVA" type="{http://www.sat.gob.mx/arteantiguedades}t_Importe" /> <attribute name="FechaAdquisicion" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}date"> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="CaracterísticasDeObraoPieza" use="required"> <simpleType> <restriction base="{http://www.sat.gob.mx/arteantiguedades}c_CaracterísticasDeObraoPieza"> <length value="2"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
característicasDeObraoPieza |
protected XMLGregorianCalendar |
fechaAdquisicion |
protected BigDecimal |
iva |
protected String |
otrosTipoBien |
protected String |
otrosTituloAdquirido |
protected BigDecimal |
subtotal |
protected String |
tipoBien |
protected String |
tituloAdquirido |
protected String |
version |
Constructor and Description |
---|
Obrasarteantiguedades() |
Modifier and Type | Method and Description |
---|---|
String |
getCaracterísticasDeObraoPieza()
Gets the value of the característicasDeObraoPieza property.
|
XMLGregorianCalendar |
getFechaAdquisicion()
Gets the value of the fechaAdquisicion property.
|
BigDecimal |
getIVA()
Gets the value of the iva property.
|
String |
getOtrosTipoBien()
Gets the value of the otrosTipoBien property.
|
String |
getOtrosTituloAdquirido()
Gets the value of the otrosTituloAdquirido property.
|
BigDecimal |
getSubtotal()
Gets the value of the subtotal property.
|
String |
getTipoBien()
Gets the value of the tipoBien property.
|
String |
getTituloAdquirido()
Gets the value of the tituloAdquirido property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setCaracterísticasDeObraoPieza(String value)
Sets the value of the característicasDeObraoPieza property.
|
void |
setFechaAdquisicion(XMLGregorianCalendar value)
Sets the value of the fechaAdquisicion property.
|
void |
setIVA(BigDecimal value)
Sets the value of the iva property.
|
void |
setOtrosTipoBien(String value)
Sets the value of the otrosTipoBien property.
|
void |
setOtrosTituloAdquirido(String value)
Sets the value of the otrosTituloAdquirido property.
|
void |
setSubtotal(BigDecimal value)
Sets the value of the subtotal property.
|
void |
setTipoBien(String value)
Sets the value of the tipoBien property.
|
void |
setTituloAdquirido(String value)
Sets the value of the tituloAdquirido property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String version
protected String tipoBien
protected String otrosTipoBien
protected String tituloAdquirido
protected String otrosTituloAdquirido
protected BigDecimal subtotal
protected BigDecimal iva
protected XMLGregorianCalendar fechaAdquisicion
protected String característicasDeObraoPieza
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public String getTipoBien()
String
public void setTipoBien(String value)
value
- allowed object is
String
public String getOtrosTipoBien()
String
public void setOtrosTipoBien(String value)
value
- allowed object is
String
public String getTituloAdquirido()
String
public void setTituloAdquirido(String value)
value
- allowed object is
String
public String getOtrosTituloAdquirido()
String
public void setOtrosTituloAdquirido(String value)
value
- allowed object is
String
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
public XMLGregorianCalendar getFechaAdquisicion()
XMLGregorianCalendar
public void setFechaAdquisicion(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public String getCaracterísticasDeObraoPieza()
String
Copyright © 2010–2018. All rights reserved.