public class VehiculoUsado 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"> <sequence> <element name="InformacionAduanera" type="{http://www.sat.gob.mx/vehiculousado}t_InformacionAduanera" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="Version" use="required" fixed="1.0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="montoAdquisicion" use="required" type="{http://www.sat.gob.mx/vehiculousado}t_Importe" /> <attribute name="montoEnajenacion" use="required" type="{http://www.sat.gob.mx/vehiculousado}t_Importe" /> <attribute name="claveVehicular" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <minLength value="1"/> <maxLength value="7"/> </restriction> </simpleType> </attribute> <attribute name="marca" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <minLength value="1"/> <maxLength value="50"/> </restriction> </simpleType> </attribute> <attribute name="tipo" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <minLength value="1"/> <maxLength value="50"/> </restriction> </simpleType> </attribute> <attribute name="modelo" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <pattern value="[0-9]{4}"/> </restriction> </simpleType> </attribute> <attribute name="numeroMotor"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <minLength value="1"/> <maxLength value="17"/> </restriction> </simpleType> </attribute> <attribute name="numeroSerie"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <minLength value="1"/> <maxLength value="17"/> </restriction> </simpleType> </attribute> <attribute name="NIV"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <minLength value="1"/> <maxLength value="17"/> </restriction> </simpleType> </attribute> <attribute name="valor" use="required" type="{http://www.sat.gob.mx/vehiculousado}t_Importe" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
claveVehicular |
protected List<TInformacionAduanera> |
informacionAduanera |
protected String |
marca |
protected String |
modelo |
protected BigDecimal |
montoAdquisicion |
protected BigDecimal |
montoEnajenacion |
protected String |
niv |
protected String |
numeroMotor |
protected String |
numeroSerie |
protected String |
tipo |
protected BigDecimal |
valor |
protected String |
version |
Constructor and Description |
---|
VehiculoUsado() |
Modifier and Type | Method and Description |
---|---|
String |
getClaveVehicular()
Gets the value of the claveVehicular property.
|
List<TInformacionAduanera> |
getInformacionAduanera()
Gets the value of the informacionAduanera property.
|
String |
getMarca()
Gets the value of the marca property.
|
String |
getModelo()
Gets the value of the modelo property.
|
BigDecimal |
getMontoAdquisicion()
Gets the value of the montoAdquisicion property.
|
BigDecimal |
getMontoEnajenacion()
Gets the value of the montoEnajenacion property.
|
String |
getNIV()
Gets the value of the niv property.
|
String |
getNumeroMotor()
Gets the value of the numeroMotor property.
|
String |
getNumeroSerie()
Gets the value of the numeroSerie property.
|
String |
getTipo()
Gets the value of the tipo property.
|
BigDecimal |
getValor()
Gets the value of the valor property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setClaveVehicular(String value)
Sets the value of the claveVehicular property.
|
void |
setMarca(String value)
Sets the value of the marca property.
|
void |
setModelo(String value)
Sets the value of the modelo property.
|
void |
setMontoAdquisicion(BigDecimal value)
Sets the value of the montoAdquisicion property.
|
void |
setMontoEnajenacion(BigDecimal value)
Sets the value of the montoEnajenacion property.
|
void |
setNIV(String value)
Sets the value of the niv property.
|
void |
setNumeroMotor(String value)
Sets the value of the numeroMotor property.
|
void |
setNumeroSerie(String value)
Sets the value of the numeroSerie property.
|
void |
setTipo(String value)
Sets the value of the tipo property.
|
void |
setValor(BigDecimal value)
Sets the value of the valor property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected List<TInformacionAduanera> informacionAduanera
protected String version
protected BigDecimal montoAdquisicion
protected BigDecimal montoEnajenacion
protected String claveVehicular
protected String marca
protected String tipo
protected String modelo
protected String numeroMotor
protected String numeroSerie
protected String niv
protected BigDecimal valor
public List<TInformacionAduanera> getInformacionAduanera()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the informacionAduanera property.
For example, to add a new item, do as follows:
getInformacionAduanera().add(newItem);
Objects of the following type(s) are allowed in the list
TInformacionAduanera
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public BigDecimal getMontoAdquisicion()
BigDecimal
public void setMontoAdquisicion(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getMontoEnajenacion()
BigDecimal
public void setMontoEnajenacion(BigDecimal value)
value
- allowed object is
BigDecimal
public String getClaveVehicular()
String
public void setClaveVehicular(String value)
value
- allowed object is
String
public String getMarca()
String
public void setMarca(String value)
value
- allowed object is
String
public String getTipo()
String
public void setTipo(String value)
value
- allowed object is
String
public String getModelo()
String
public void setModelo(String value)
value
- allowed object is
String
public String getNumeroMotor()
String
public void setNumeroMotor(String value)
value
- allowed object is
String
public String getNumeroSerie()
String
public void setNumeroSerie(String value)
value
- allowed object is
String
public String getNIV()
String
public void setNIV(String value)
value
- allowed object is
String
public BigDecimal getValor()
BigDecimal
public void setValor(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.